PDA

View Full Version : Two Small IE bugs, border disappearing


JustinSainton
06-15-2006, 12:51 AM
Hey all,

I've got two small bugs in IE that I am not quite sure how to remedy, I believe the second is some rendition of the IE Gullitine or 1px border swap bug, but am not sure how to remedy the situation.

Bug #1) In IE on my page, in the first box on the right hand column, when I scroll down, then back up again, there is part of the border missing, next to the image and next to the links. It is fixed when I hover over the links. Not sure why. Any thoughts?

Bug #2) In IE, on the main content div, when I hover over the contact link within the paragraph, the position of the content not within the paragraph shifts.

I think they're both hover issues, but not sure how to resolve it, any thoughts?

_Aerospace_Eng_
06-15-2006, 12:53 AM
The elements that are disappearing or shifting add position:relative; to the CSS for them.
Look up the IE6 peekaboo bug to find out more.

JustinSainton
06-15-2006, 01:14 AM
Hmm, unfortunately, that doesn't make the fix.

I applied position:relative to just about everything that would possibly apply, and it didn't make anything different, in fact, made more stuff disappear. Any other thoughts? I think the bug in the right box is possibly something to do with the margin on the links?

_Aerospace_Eng_
06-15-2006, 01:20 AM
Hmm, unfortunately, that doesn't make the fix.

I applied position:relative to just about everything that would possibly apply, and it didn't make anything different, in fact, made more stuff disappear. Any other thoughts? I think the bug in the right box is possibly something to do with the margin on the links?
Perhaps but how are we even supposed to know what your page looks like? Its not like you gave us a link or anything.

JustinSainton
06-15-2006, 01:27 AM
How out of character for me. I do, by the way, appreciate you sharing your expertise.

CSS:
http://ricktalbott.zaowebdesign.com/livesite/css/rick.css
http://ricktalbott.zaowebdesign.com/livesite/css/ie.css

Site:
http://ricktalbott.zaowebdesign.com/livesite/index.php

JustinSainton
06-15-2006, 03:27 AM
Well, I got the content div problem figured out, just placed a few clear both breaks in there. Still not sure on the right side box, any wisdom, anyone?

JustinSainton
06-15-2006, 05:11 AM
Placed the problematic elements in a div with height:1%, that did the trick.