Thanks for all the comments. They have been very helpful in retaining my sanity throughout this entire process. I'm pretty sure the client will be happy if it works in all browsers being vertically centered and just not in the IE Mac version so, I'm trying an IE Mac specific hack to ignore my css style sheet code. Found it through /* Position Is Everything */ — Modern browser bugs explained in detail! ---not the .com address.
selector {
property: value for Explorer 5 Mac
}
/*
First comment. Explorer 5 Mac misses the end-of-comment
because of the backslash
\*/
selector {
property: value for all other browsers
}
/*
Second comment. Explorer 5 Mac sees the end of this
comment as the end of the previous one
*/
Would anyone be willing to test for me? It works in Safari (Mac) and IE6 and Mozilla on a PC for me. I just need to be sure I didn't break any other browsers in the process. I'm assumming the Mac version is now only horizontally centered.
Chris Loomis Photography
Last edited by crr0617; 08-21-2006 at 03:55 PM..
|