Can anyone see why the page here has horizontal scrollbars in IE7 (it doesn't in FireFox).
In my CSS file, if I remove the float:right from the following declaration, the problem goes away, however I want that section floated to the right!
Thanks,
Mark
------------------------------------------------------------
Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]
[URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions
In my CSS file, if I remove the float:right from the following declaration, the problem goes away, however I want that section floated to the right!
Code:
#headAddress {float: right;font-size: 80%;padding:0 20px 5px 0;}
Thanks,
Mark
------------------------------------------------------------
Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]
[URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions