Jump to content

londesbb

Members
  • Posts

    4
  • Joined

  • Last visited

londesbb's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Nevermind... *scratches head* I always fix it right after I post
  2. I got that to work, so now how should the css import statements look?
  3. It doesn't look like that supports ways of loading Firefox, as for some reason the ! operator isn't doing anything.I tried this and it didn't work:<style><!--[if IE]><link REL="STYLESHEET" TYPE="text/css" HREF="/ie.css" Title="TOCStyle"><![endif]--><![if !IE]><link REL="STYLESHEET" TYPE="text/css" HREF="/firefox.css" Title="TOCStyle"><![endif]></style>Also tried this which did not work:<!--[if IE]><STYLE TYPE="text/css"> @import url("ie.css") </STYLE><![endif]--><![if !IE]><STYLE TYPE="text/css"> @import url("firefox.css") </STYLE><![endif]>
  4. I'm having trouble coding any kind of if statement to load the code appropriately. You can view the website at http://www.londes.com/aa . If you are running IE it will not look right, if you are running Firefox or something else it should be fine. What I want to do is load a different page if the user is running IE.Please let me know how I can do this if possible.
×
×
  • Create New...