Buying Someone to Fix our Navigations CSS to make it work in IE

Discussion in 'Programming' started by redslazers, Jun 11, 2011.

  1. #1
    We recently replaced a flash navigation with a html/css one but it doesnt work in any of the IE version. I need someone to fix the CSS (you can not change the html) so that it displays correctly in IE

    Website: http://www.copperform.com/

    If you go to the CSS file the nav CSS is at the very bottom separated by a comment from the top

    Please pm me about this
     
    redslazers, Jun 11, 2011 IP
  2. MistreX

    MistreX Well-Known Member

    Messages:
    109
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    121
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    PM sent
    waiting your reply :)
     
    MistreX, Jun 11, 2011 IP
  3. Virtualize

    Virtualize Active Member

    Messages:
    370
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    First looking at it... I'm not 100% positive about this but remove the >
    Like #nav > li > ul > li{ will become #nav li ul li {

    I have never seen > used during that time of listing in a CSS file.

    - V
     
    Virtualize, Jun 11, 2011 IP
  4. redslazers

    redslazers Peon

    Messages:
    242
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    Virtualise
    That does make the menu appear horizontally but it breaks the drop down across all browsers

    Thanks for the help though
     
    redslazers, Jun 11, 2011 IP
  5. Virtualize

    Virtualize Active Member

    Messages:
    370
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    Specify a file for IE.
    So on your html file...
    Copy your current stylesheet and name it style2.css

    <!--[if IE]>
    <link href="style2.css" rel="stylesheet" type="text/css" />
    <![endif]-->

    Or where ever you put the stylesheet.
     
    Virtualize, Jun 11, 2011 IP
  6. redslazers

    redslazers Peon

    Messages:
    242
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    Virtualise - Removing the the > doesnt create a drop down in IE it only makes the navigation horizontal rather than vertical so this does not solve the issue

    Thanks or the help though
     
    redslazers, Jun 11, 2011 IP
  7. redslazers

    redslazers Peon

    Messages:
    242
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    Problem Solved
     
    redslazers, Jun 12, 2011 IP