Re: [css-d] IE6 float problem, again

2009-10-19 Thread Steve Caramia
Thank you David and Russ! Both solutions worked perfectly, though Russ's made a bit more logical sense to my newbie head. Steve ¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿? The World of Caramia Design studio 510/525-4525 cell 415/806-6669 café caramiadesign.com

[css-d] IE6 float problem, again

2009-10-15 Thread Steve Caramia
I thought that I should submit an 800px version of the Zen page I originally built in a 1000px width, but guess what? lteIE6 has a problem that it DIDN'T have with the 1000px version!. I've tried all the fixes I could find (adding a margin of 0 to the left column, a haslayout comment --)

Re: [css-d] IE6 float problem, again

2009-10-15 Thread russ
#supportingText { float:none; margin:0px 190px 0 235px; width:375px; line-height: 2em; } I was able to make it work in IE6 by removing the 190px right margin: #supportingText { float:none; margin:0px 0px 0px 235px; width:375px; line-height: 2em; } It still looks right in Firefox. I didn't

Re: [css-d] IE6 float problem, again

2009-10-15 Thread David Laakso
Steve Caramia wrote: I've tried all the fixes I could find (adding a margin of 0 to the left column, a haslayout comment --) and the middle cleared column still falls below the floated left column before it. http://www.caramiadesign.com/zen Steve Add this to the style sheet

[css-d] ie6 float problem

2009-07-17 Thread Richard Lake
Hi, I have a page that displays appropriately in Firefox, Safari, Ie 7 + 8 but, according to browsershots, is not displaying properly in Ie6. A sample page with the problem can be found at: http://www.web-devel.co.nz/myvreo/test.html Note: The other links should take you to a login page

Re: [css-d] ie6 float problem in list (extra space)

2008-02-23 Thread vwf
Hello, I fixed a number of problems with my site, but a problem with ie6 remains. There are unwanted spaces in the horizontal list (navigation bar). I see that this is a well known problem, but I cannot find the solution. In addition, Konqueror fails to show the navigation bar completely. Most

Re: [css-d] ie6 float problem in list (extra space)

2008-02-23 Thread Holly Bergevin
From: vwf [EMAIL PROTECTED] a problem with ie6 remains. There are unwanted spaces in the horizontal list (navigation bar). http://opeform.nl/test/ http://opeform.nl/test/screen00.css I don't know about the Konqueror issue, but the easiest way to solve IE6's problems it to get rid of the xml

Re: [css-d] ie6 float problem in list (extra space)

2008-02-23 Thread David Hucklesby
On Sat, 23 Feb 2008 10:54:43 +, vwf wrote: I fixed a number of problems with my site, but a problem with ie6 remains. There are unwanted spaces in the horizontal list (navigation bar). I see that this is a well known problem, but I cannot find the solution. [...]

Re: [css-d] ie6 float problem in list (extra space)

2008-02-23 Thread david
David Hucklesby wrote: On Sat, 23 Feb 2008 10:54:43 +, vwf wrote: I fixed a number of problems with my site, but a problem with ie6 remains. There are unwanted spaces in the horizontal list (navigation bar). I see that this is a well known problem, but I cannot find the solution.