Small problems with my website

Discussion in 'HTML & Website Design' started by NewMusicMonthly, Mar 3, 2009.

  1. #1
    Hi all,
    I have just started up this website & there are a few things I'm confused about being a newbie!
    The website is www.newmusicmonthly.co.uk (I can't put live links yet, sorry) & in some browsers, the words "Thank You" at the bottom of the home page are in black instead of white. Also, in some browsers, the "New Music Monthly" header overlaps with the first button which is for home.
    Can anyone help as why this happens?

    Thank you very much
     
    NewMusicMonthly, Mar 3, 2009 IP
  2. aljosabre

    aljosabre Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Fix it with css and javascript. I don't have too much time right now .. but i'll look at it later and tell you my solution if i find one.
     
    aljosabre, Mar 3, 2009 IP
  3. davidcarlson

    davidcarlson Guest

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I'm assuming you're using some sort of web-editing software by Apple?
    The overlapping problem I think is due to your style sheet.
    which is "http://newmusicmonthly.co.uk/style.css"
    if you type the above url into your browser you'll be able to see your style sheet.

    I think the problem is web-editing software can be ambiguous. If you have an ftp program, I would try editing your style sheet as follows:

    change

    #nav {
    position: absolute;
    top: 0px;
    left: 335px;
    width: 500px;
    }

    to

    #nav {
    position: absolute;
    top: 0px;
    left: 385px;
    width: 500px;
    }

    that might fix the overlap problem. Otherwise maybe make more of a gap between "monthly" and your home button and see if that works
     
    davidcarlson, Mar 3, 2009 IP
  4. tim.berners

    tim.berners Peon

    Messages:
    81
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi

    I liked the quick navigation to your pages,i would suggest you to use css and java script which will give you a unique template for all your pages, or ask an expert designer to get it done.
    wwwinabox dot com
     
    tim.berners, Mar 5, 2009 IP
  5. NewMusicMonthly

    NewMusicMonthly Peon

    Messages:
    115
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I don't quite understand what you mean sorry?
     
    NewMusicMonthly, Mar 5, 2009 IP
  6. MaxZ

    MaxZ Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    In your stylesheet, check the ID nav and at left: change the current value with 380px.
     
    MaxZ, Mar 5, 2009 IP