Topic: Browser Detection? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Lost Angeles Kalifornia, via Hawaii.... |
![]() 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 |
![]() you don't do this in a splash page. |
Paranoid (IV) Inmate From: London |
![]() ooh dodgy ground, but Conditional comments should do the job. |
Paranoid (IV) Inmate From: Florida |
![]() If you explain your problem in IE6, we can fix it. |
Paranoid (IV) Inmate From: Lost Angeles Kalifornia, via Hawaii.... |
![]() 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 |
![]() quote: code: #nav img { vertical-align: bottom; }
|
Paranoid (IV) Inmate From: Florida |
![]() 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.... |
![]() 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 |
![]() quote: |