Log in

View Full Version : IE Display Problems



ralitza
02-12-2006, 09:25 PM
In IE the right content isn't displaying as it should and as Opera/FF are.
The two divs that are problem(I think) are #profilerightcontainer and .profileright

Also in Firefox I am seeing my top navigation text is moved down, for some reason. Below is a screenshot of what I am seeing in IE, and links to the css/page

http://img313.imageshack.us/img313/9342/ie2kz.png
http://www.iankovi.com/newfolder/loggedind.html
http://www.iankovi.com/newfolder/style.css

Thank you for your time!

jscheuer1
02-13-2006, 10:12 AM
The main problem looks to be links that are following styles other than intended. Common in IE, unless specifically defined, link styles often inherit from other link styles rather than the container and often need their visited and/or hover and/or active style defined specifically for them. The order in which these styles are defined can matter as well. Once I got things looking reasonably well, I stopped. I did not put the page through all possible situations though. This style worked well here: 252

ralitza
02-19-2006, 08:06 PM
Can you tell me what exactly was changed? I have recoded the page therefore my stylesheet is now different.

jscheuer1
02-19-2006, 10:02 PM
That was a while ago, so no.