Results 1 to 2 of 2

Thread: CSS Help needed

  1. #1
    Registered
    Join Date
    Mar 2006
    Posts
    17

    CSS Help needed

    Hi,

    I just put a new site online, which I've been testing with firefox since it's what I use most of the time. The header looks OK in firefox, but is messed up under IE v6.0.xxx.

    If anyone can help, the site is http://www.rssicongallery.com. Is the menu at the top left under "RSS Icon Gallery". When I adjust the sizes in my css file, I can make it look right under IE, but then it looks funky under firefox.

    I'm out of ideas on how to fix it with CSS. Any help would be much appreciated.

    Thanks,
    Grant

  2. #2
    Working. Masetek's Avatar
    Join Date
    Aug 2005
    Location
    Aust
    Posts
    543
    Get it to look good in FF, then add this code your head tags underneath the line where you import your stylesheet

    <!--[if IE]>
    <style type="text/css" media="screen">
    PUT THE IE CODE HERE
    </style>
    <![endif]-->

    That way it will use the ie code if its ie and the ff code if its ff


Similar Threads

  1. Suggestion Needed
    By loosye in forum General Chat
    Replies: 1
    Last Post: 03-07-2006, 04:49 PM
  2. Various misc. workers needed
    By hybridnine in forum The Marketplace
    Replies: 0
    Last Post: 12-15-2005, 08:33 PM
  3. Robots.txt help needed
    By s2kinteg916 in forum General Management Issues
    Replies: 6
    Last Post: 09-30-2005, 10:50 PM
  4. fitness site admin needed
    By tony in forum The Marketplace
    Replies: 0
    Last Post: 02-22-2005, 01:21 PM
  5. Help Needed: Moving Site To New Server
    By Emancipator in forum The Marketplace
    Replies: 0
    Last Post: 12-30-2004, 07:47 PM

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
  •