Complete newbie doing really well til now

Discussion in 'CSS' started by J3££, Jun 29, 2006.

  1. #1
    my test page at www.rodgers.co.uk/test renders perfectly in Safari, but comes up as lovely unformatted html in IE6 on PCs. I really thought I'd cracked it:( Anyone know what I've not done?

    On a second note, not as urgent as the first, one of the nav links on the LHS will need a pop out sub menu. Can anyone point me in the right direction as to how I can achieve this?

    Jeff
     
    J3££, Jun 29, 2006 IP
  2. scoxy

    scoxy Peon

    Messages:
    332
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I'm not sure, but to me it looks like it's because you have commented out ( <!-- & -->) most of your code.
     
    scoxy, Jun 29, 2006 IP
  3. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #3
    Not tested.

    It appears IE does not understand the path. Remove the base url thingie, and redo the image and stylesheet urls as absolute addresses, eg. http://www.rodgers.co.uk/test/stylesheet.css or http://www.rodgers.co.uk/images/some.jpg.

    Lose all that silly javascript, and make your stylesheet human readable. After the site is fixed, you can add javascript in as a progressive enhancement, and compact the stylesheet, though why you'd want to is beyond me.

    cheers,

    gary
     
    kk5st, Jun 29, 2006 IP
  4. J3££

    J3££ Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks Gary,

    looks great now! Shame IE6 doesn't understand <p1> for a different paragraph style.

    J3ff
     
    J3££, Jun 30, 2006 IP