Topic: Browser Detection? |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Lost Angeles Kalifornia, via Hawaii.... |
posted 09-03-2007 15:55
I know there is a way but how would I have a splash page that detects the type of browser the person is using, then it uses the appropriate css style? |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 09-03-2007 18:22
you don't do this in a splash page. |
Paranoid (IV) Inmate From: London |
posted 09-03-2007 19:02
ooh dodgy ground, but Conditional comments should do the job. |
Paranoid (IV) Inmate From: Florida |
posted 09-04-2007 02:11
If you explain your problem in IE6, we can fix it. |
Paranoid (IV) Inmate From: Lost Angeles Kalifornia, via Hawaii.... |
posted 09-04-2007 04:56
Sorry, didn't want to just come out and say "Help, I'm an idiot and can't figure it out... (hitting head on the keyboard...) |
Paranoid (IV) Inmate From: Florida |
posted 09-04-2007 22:42
quote: code: #nav img { vertical-align: bottom; }
|
Paranoid (IV) Inmate From: Florida |
posted 09-04-2007 22:54
If you make the other page's markup valid and it's still not working, I'll take another look. code: <object data="/img/logo_only3.swf" type="application/x-shockwave-flash" width="200" height="135"> <param name="wmode" value="transparent" /> <param name="movie" value="/img/logo_only3.swf" /> </object>
|
Paranoid (IV) Inmate From: Lost Angeles Kalifornia, via Hawaii.... |
posted 09-05-2007 04:51
Awesome... that sorted it out. Now the last thing I need help with is why does this page break when all the others work fine with the CSS? |
Paranoid (IV) Inmate From: Florida |
posted 09-06-2007 02:00
quote: |