Brian M. Curran wrote: > Hi, > If you're in IE7 and you go to my home page at: > www.locallaw11news.com > > then you will notice that if you hover over the "Your Clickable Ad Here" > image, that the border-left shrinks in length. Similarly, if I add a > duplicate image below the one you see now, and if you hover over the top > image, then the gap between the two images shrinks by the same amount that > the border-left is currently shrinking. Well, my goal is to have multiple > images in that "Advertisers" column, but this movement effect is very > unprofessional. Anyone know why this is happening? Like I said, it's only in > IE7, and I'm sure there are a ton of people using that browser, so I can't > just ignore the problem. > > Sincerely, > Brian >
It's the <br/> tags that cause the problem in IE/7. Set the links in that column as a list. The horizontal-gutter between items is set in the CSS: not with <br/><br/> tags in the mark-up. <http://css.maxdesign.com.au/listamatic/vertical02.htm> ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
