HELP or advice - code is okay in firefox but not in explorer?

Discussion in 'HTML & Website Design' started by ronmac, Apr 25, 2012.

  1. #1
    I have a site http://www.unet.co.uk. I can see everything in firefox but when i view it in explorer i cannot see the "tabs" at the top of the site ( the links to the other pages ).

    It looks like a code issue but i dont code so i dont even know what i am looking for. Can anyone point me in the right direction or assist me in this problem.

    Thanks in advance.
     
    ronmac, Apr 25, 2012 IP
  2. ronmac

    ronmac Well-Known Member

    Messages:
    2,093
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    125
    #2
    30 views and no ideas? come on people there must be someone
     
    ronmac, Apr 25, 2012 IP
  3. jasdew

    jasdew Peon

    Messages:
    34
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Which version IE you are testing with..I think u checked with IE 8 ..Ur code has canvas tag for the tab and its not supported in IE8 ..cufon code i'm tellin about..Try using Div or image instead of canvas tag..if u need any help let me know...
     
    jasdew, Apr 25, 2012 IP
  4. nightshade877

    nightshade877 Peon

    Messages:
    37
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I'd also like to know what version of firefox you re using. I'm curious as to what platform the site is? e.g. wordpress, joomla, or just your own html/css/php. If it is wordpress, I had a similar problem with a specific template. The problem occurred after updating to the latest version of wordpress. I am still not sure why or what caused my problem, but reinstalling the old wordpress (3.2.1) did the trick. Have you updated it with a new version or whatever you're using or updated the code in any way? Just letting you know I had the same problem and how I fixed it! Good luck with the site friend.
     
    nightshade877, Apr 25, 2012 IP
  5. ronmac

    ronmac Well-Known Member

    Messages:
    2,093
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    125
    #5
    you can see the site here > www.unet.co.uk so why would you think its wordpress etc.

    I cannot see the "tabs" at the top of the page with explorer ( version 9 ) but I can in firefox. I have used 3 computers all in different locations all giving the same problem


     
    ronmac, Apr 26, 2012 IP
  6. jasdew

    jasdew Peon

    Messages:
    34
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    its browser dependency firefox 4 will support canvas tags ..ie 8 wont support..most people still in ie8..go for some image it ll be an easy solution..
     
    jasdew, May 2, 2012 IP
  7. ezprint2008

    ezprint2008 Well-Known Member

    Messages:
    611
    Likes Received:
    15
    Best Answers:
    2
    Trophy Points:
    140
    Digital Goods:
    1
    #7
    run a code at top of site that gets the users Browser info :
    $_SERVER['HTTP_USER_AGENT'];

    if its IE, Chrome, Firefox etc . and then direct them to that site page that was set up for the browser compatibility.
    If not using entire separate pages, use the handler files for that.
    index_header_firefox.php or
    index_header_IE.php
    as an example..and set up the different navigation for each that looks best in the browser used.

    compile your pages with the handler file and grab the proper content in separate folders for each page /browser compatibility.

    There ya go. give me rep points, throw money or point and say = "Yay!"
     
    ezprint2008, May 4, 2012 IP