Help with layout and logo please

Discussion in 'HTML & Website Design' started by Mabbs, Jul 18, 2006.

  1. #1
    http://www.jamiecurrie.com/newdentist/

    I have two problems. The first being the navigation/logo overlapping in Firefox (fine in IE).

    My second is, I've been having trouble getting with getting any colour in to break up the page a bit because the logo is so poxy but have to use it, any ideas?
     
    Mabbs, Jul 18, 2006 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    It's OK in IE because IE quite wrongly expands #header to enclose its content. If you remove the height property, all will be well.
    
    #header {
        background: #FFFFFF
        }
    Code (markup):
    You should take heed about case. XHTML is case sensitive. You are using uppercase element tokens in the css, which creates an opportunity for error, a Bad Thing.

    cheers,

    gary
     
    kk5st, Jul 18, 2006 IP
  3. Mabbs

    Mabbs Well-Known Member

    Messages:
    116
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    123
    #3
    Many thanks Gary, I'll get rid of the uppercase stuff!
     
    Mabbs, Jul 19, 2006 IP
  4. hotcomputers

    hotcomputers Peon

    Messages:
    115
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    do you still have problems. i can help you
     
    hotcomputers, Jul 19, 2006 IP