First time post, so firstly I want to say hi to everyone.
Got a funny problem (btw I am fairly new to CSS but I'm getting there) with positioning in FireFox.
My site - http://www.togzee.com/indexcss.html - when first loaded in firefox does not position a panel properly. I have a panel at the top, a left panel and a right panel underneath that. I use float: left for the left panel and float: right for the right panel. When first loaded in firefox, the right panel does not line up at the top but rather underneath and to the right of the left panel. Refresh the page and all works fine. This does not happen in IE.
This is driving me crazy, so please, please help me before I pull out what's left of my hair.
Direct link to the CSS http://www.togzee.com/togzee.css
I think congratulations are in order, that is, without a doubt, the most errors I have ever seen on one page, 1250 of them! http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.togzee.com%2Findexcss.html
Sorry, but your markup is full of unclosed and mismatched tags. It's a minor miracle that it renders at all in any browser. Sort those out and the chances are the page will behave how you want.
First time post, so firstly I want to say hi to everyone.
Got a funny problem (btw I am fairly new to CSS but I'm getting there) with positioning in FireFox.
My site - http://www.togzee.com/indexcss.html - when first loaded in firefox does not position a panel properly.
I have a panel at the top, a left panel and a right panel underneath that. I use float: left for the left panel and
float: right for the right panel. When first loaded in firefox, the right panel does not line up at the top but
rather underneath and to the right of the left panel. Refresh the page and all works fine. This does not happen in IE.
This is driving me crazy, so please, please help me before I pull out what's left of my hair.
Direct link to the CSS http://www.togzee.com/togzee.css
Thanks.
I think congratulations are in order, that is, without a doubt, the most errors I have ever seen on one page, 1250 of them!
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.togzee.com%2Findexcss.html
Sorry, but your markup is full of unclosed and mismatched tags. It's a minor miracle that it renders at all in any browser.
Sort those out and the chances are the page will behave how you want.
Anyway, all cleaned up and now with no errors!
But the problem is still there :cry: