Closed Thread
Results 1 to 5 of 5

Thread: CSS issue

  1. #1
    FWS Addict aggiedude is on a distinguished road aggiedude's Avatar
    Join Date
    Mar 2004
    Location
    Allen, Texas
    Posts
    531

    Sad CSS issue

    So I was forced due to being out of town to create this website on a family members computer. Sadly they did not have Firefox so I designed around IE, BIG MISTAKE. Now when I open the website in Firefox the text shifts up over the logo and I can not for the life of me fix it.

    I need help bad! You can view it at www.neighborhoodmanagement.net/dodge
    see if you can figure it out, just open it in Firefox and view the code.

    Thanks!
    aggiedude

  2. #2
    Member markg85 is an unknown quantity at this point
    Join Date
    Nov 2006
    Location
    The Netherlands
    Posts
    34
    lol if you designed it on iE you can also design it on firefox.. just play a bit with the css

  3. #3
    FWS Addict aggiedude is on a distinguished road aggiedude's Avatar
    Join Date
    Mar 2004
    Location
    Allen, Texas
    Posts
    531
    I have been, to no prevail. I am no idiot. This just doesn't seem to want to work with me.

  4. #4
    FWS Addict Paul White is an unknown quantity at this point Paul White's Avatar
    Join Date
    Aug 2005
    Location
    Over the damn rainbow...
    Posts
    569
    Heres what to do:

    Design the site completely for firefox and use that stylesheet.
    Just below write a new stylesheet that only works in IE and use this code after including the other stylesheet:

    <!--[if IE 6]><link rel="stylesheet" href="ie.css" /><![endif]-->
    Hope this helps!

  5. #5
    FWS Addict fireshark will become famous soon enough fireshark's Avatar
    Join Date
    Mar 2005
    Location
    port 80
    Posts
    878
    what if they use IE 5.5? How about <!--if ie lt 7

Closed Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts