HELP: Probelm with positioning text across browsers

Discussion in 'HTML & Website Design' started by hornbizzle, Nov 21, 2007.

  1. #1
    I was wondering if anyone could help me solve a simple issue with my page. Text doesn't keep the position I have given it in Dreamweaver 8 and it changes depending on the browser. The links and text at the top right should stay in the corners, but does not. How can this be repaired?

    The page is www.louddjs.com

    Thanks!
     
    hornbizzle, Nov 21, 2007 IP
  2. KaniGT5

    KaniGT5 Active Member

    Messages:
    122
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Well, right off the bat you are looking at a few problems. Dreamweaver isnt really an easy way of doing css, you still should follow your code my friend.

    <div class="style12" id="Layer1">la and ventura county's premiere disc jockey service </div>
    Code (markup):
    If you look closely, you are assigning a class and an ID to this div, when really, you only need one or the other.

    Your text should also be inside a span tag.

    In essence, you should be able to float:right, and you should get the effect you are looking for.
     
    KaniGT5, Nov 21, 2007 IP