|
Tailslide -> RE: Page Looks Different in Firefox and IE (7/26/2007 7:00:36)
|
Yeah I see - you won't get the heights of the box exactly the same between IE and non-IE browsers as IE in quirks mode uses a different box model to all other browsers (Opera, Firefox, Safari etc) which messes up the actual height/width of boxes. All you can hope for is to get it looking reasonable in all of them. I think it looks ok with the text out of the box - otherwise I think it's case of fiddling with the negative margins till you get the text inside the boxes and looking reasonable, if not exactly the same, cross-browser. You can change the height of the box by changing the height attribute in the link rule (currently 170px I think) but beware if you plan on posting portrait photos... It's possible to set a min-height rule rather than height but (isn't there always a but?) because IE doesn't understand min-height (cos that'd be too useful) you end up adding various hackery which is better to avoid generally. When you're fiddling with these rules, remember to change both the normal link states and the hover and the image rules itself in the stylesheet.
|
|
|
|