CSS PROBLEM IN DIFFERENT BROWSERS [modified]
-
Hi All, I developed web application using asp.net 2.0 ,C#. My application looks fine(Display wise) in IE6.0 With CSS,but I run same application in IE7,Opera the controls like combo box are not displays properly[not aligh properly and size is too small] because of CSS. Need help !! Thanks in advance.
parthiban
modified on Tuesday, January 08, 2008 6:33:29 AM
-
Hi All, I developed web application using asp.net 2.0 ,C#. My application looks fine(Display wise) in IE6.0 With CSS,but I run same application in IE7,Opera the controls like combo box are not displays properly[not aligh properly and size is too small] because of CSS. Need help !! Thanks in advance.
parthiban
modified on Tuesday, January 08, 2008 6:33:29 AM
-
Hi All, I developed web application using asp.net 2.0 ,C#. My application looks fine(Display wise) in IE6.0 With CSS,but I run same application in IE7,Opera the controls like combo box are not displays properly[not aligh properly and size is too small] because of CSS. Need help !! Thanks in advance.
parthiban
modified on Tuesday, January 08, 2008 6:33:29 AM
u have problem in ht ml coding. ie7 and Mozilla is very sensitive so check ur html coding.if not possible then post ur html code
Piyush Vardhan Singh
-
is there anyway we can see your webpages? What exactly does 'not display properly' mean? i.e. not displayign at all, displaying left of where its meant to? cheers
-
Hi All, I developed web application using asp.net 2.0 ,C#. My application looks fine(Display wise) in IE6.0 With CSS,but I run same application in IE7,Opera the controls like combo box are not displays properly[not aligh properly and size is too small] because of CSS. Need help !! Thanks in advance.
parthiban
modified on Tuesday, January 08, 2008 6:33:29 AM
and u set ur control Layout position relative .
Piyush Vardhan Singh
-
Hi All, I developed web application using asp.net 2.0 ,C#. My application looks fine(Display wise) in IE6.0 With CSS,but I run same application in IE7,Opera the controls like combo box are not displays properly[not aligh properly and size is too small] because of CSS. Need help !! Thanks in advance.
parthiban
modified on Tuesday, January 08, 2008 6:33:29 AM
CSS compatibility is a main problem in different browsers. reffer any guidlines like this.. http://www.iangraham.org/books/xhtml2/exerpt/css-4a.html[^] http://w3schools.com/css/css_reference.asp[^]
-
Hi All, I developed web application using asp.net 2.0 ,C#. My application looks fine(Display wise) in IE6.0 With CSS,but I run same application in IE7,Opera the controls like combo box are not displays properly[not aligh properly and size is too small] because of CSS. Need help !! Thanks in advance.
parthiban
modified on Tuesday, January 08, 2008 6:33:29 AM
Without seeing your HTML/CSS there's not a lot I can do to help, but I can offer you a piece of advice. When you develop a website don't develop it against IE6. Instead, develop it against FireFox and then view it in IE6. You may find some differences in appearance, but these are generally well known and are documented in sites such as alistapart[^]. You can then make the tweaks indicated to get it to run in IE6 (possibly using Quirks mode).
Deja View - the feeling that you've seen this post before.