[css-d] Safari Layout Problems

2006-10-24 Thread Alex Foley - OnWired
it looks weird. Alex Foley __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported

[css-d] Combine Stylesheets Dynamically?

2006-07-20 Thread Alex Foley
, Alex Foley __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org

Re: [css-d] Combine Stylesheets Dynamically?

2006-07-20 Thread Alex Foley
The problem is my main page is the heaviest of the pages...it carries a large Flash graphic (although that would soon go away...). One thing I've decided on is that the user downloading a separate stylesheet for each page is no good... I have always maintained individual CSS files to avoid

Re: [css-d] CSS mouseover to look like buttons

2006-07-18 Thread Alex Foley
Many times when you add a border onmouseover, it's adding something that wasn't there before. Give the item a margin of the border width, then take the margin away and replace it with a border on mouseover. Alex Foley Portman wrote: Hi all, I am changing a JavaScript menu to CSS

Re: [css-d] CSS Formatting

2006-07-17 Thread Alex Foley
I'd sure like a confirmation from someone that overflow: auto is the way to go... I've been clearfix-ing up until about 12:03 pm today. Alex Foley Robert O'Rourke wrote: Tom Livingston wrote: Hold on. Adding overflow:auto; on a container will clear any and all floats inside said

Re: [css-d] easy question about centering my design on the page in css

2006-07-17 Thread Alex Foley
You could add a containing element around all of the divs, say div id=container And then set the left and right margins to auto: div#container { margin: 0 auto; } Alex Foley juliann wheeler wrote: You can view my design at: http://www.agentevaluator.com/juliann/brown/indexbrown.html