I noticed that with migration over to .NET3.5 and VS2008, suddenly all my float left tags stopped working in Mozilla. When I see the same site with zero changes on CSS on the VS2005 code, the site looks completely fine. However, opening the same in VS2008
completely distorts the page.
Has anyone faced the same issue? Any help appreciated!
anup
Member
117 Points
38 Posts
Mozilla CSS Issues with VS2008/.NET 3.5
Oct 10, 2008 04:43 PM|LINK
Hello,
I noticed that with migration over to .NET3.5 and VS2008, suddenly all my float left tags stopped working in Mozilla. When I see the same site with zero changes on CSS on the VS2005 code, the site looks completely fine. However, opening the same in VS2008 completely distorts the page.
Has anyone faced the same issue? Any help appreciated!
Anup
Hiren Chavda
Member
104 Points
20 Posts
Re: Mozilla CSS Issues with VS2008/.NET 3.5
Dec 28, 2012 01:38 PM|LINK
Just try Position:absolute; or display:block; with the width:any;.
Hope this might help you.
raju dasa
Star
14730 Points
2496 Posts
Re: Mozilla CSS Issues with VS2008/.NET 3.5
Dec 28, 2012 05:35 PM|LINK
Hi,
Use Firebug plugin for firefox, and check for any extra content add or missing.
check <doctype> in page. check all css, js files are loading correctly.
rajudasa.blogspot.com || blog@opera
A1ien51
All-Star
29935 Points
5821 Posts
Re: Mozilla CSS Issues with VS2008/.NET 3.5
Dec 28, 2012 06:30 PM|LINK
The orginal post is over 4 years old! I doubt the poster needs help now!