Unfortunately, all kinds of problems. In Opera 7.11 identifying as Opera and not MSIE, there is no styling at all. Nor is there any for Firebird. That's the result of using javascript sniffing. It doesn't work.
Drop the xml prolog, it only throws IE6 into quirks mode. Doesn't help at all. Put the charset in a metatag not the prolog. In your doctype, you've got strict and transitional mixed. Choose one of the other. The page doesn't validate so no point in making suggestions about the css or xhtml until it does. Your links vanish when rolled over in IE6 on win2k server. Perry, pixel perfect can't be done; too many variables beyond your control. It is possible to do a page that will work cross browser without all the hacks and degrade reasonably well also. The key is to use basic structural soundness and relatively simple css (IE makes simplicity a necessity). You've got a 2 column page. Not a css problem. drew -----Original Message----- From: Gerenday, Perry (P.) [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 12:01 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] Site Check Please Hey everyone, I've been in lurker mode for quite some time but I'm still around and looking for some help. Can I get a few of you to look at a site redesign I'm working on? I've had some issues with the CSS not working across browser / platform / operating systems. Because of the subject of the site, I really only anticipate visitors with run-of-the-mill browsers, but that still leaves quite a few variations. As is my habit, [read: downfall] the site really needs pixel perfect alignment. I'm using Javascript to serve up browser appropriate style sheets rather than CSS hacks, which seem to be failing in some cases. Please take a look and let me know if you see anything wonky. http://www.webinitiative.net/exchange_club/index.html Thanks, Perry Gerenday, Internal Communicator / Webmaster Visteon, Nashville Glass Plant e: [EMAIL PROTECTED] p: 615.350.7656 ____ * The WDVL Discussion List from WDVL.COM * ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email. To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email. To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
