Results 1 to 3 of 3

Thread: CSS Postioning\CSS Menu problems

  1. #1
    Join Date
    Nov 2006
    Location
    Northeast USA
    Posts
    408
    Thanks
    8
    Thanked 30 Times in 28 Posts

    Default CSS Postioning\CSS Menu problems

    Hi Guys!
    I am converting my table-bound website (up to 6 nested tables) and hit a kind of stand-still. I want the text "Please login" with the background to extend to 14px before the right edge. I cannot get this to work after an hour and a half of trying css stuff. I am in mid-transfer right now, so only half of it is done. Here are the links:
    Page:
    http://ohptesting.awardspace.com
    Layout CSS:
    http://ohptesting.awardspace.com/layout.css
    Thanks in advanced,
    -Ben -- THE DYNAMIC DRIVERS
    My Links: My DD Profile||My Youtube Video Tutorials||DD Helping Coders||DD Coders In Training
    I told my client to press F5, the client pressed F, then 5, *facepalm*

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Try adding this to your CSS:
    Code:
    position: relative;
    right: 14px;
    That should work.
    Jeremy | jfein.net

  3. #3
    Join Date
    Nov 2006
    Location
    Northeast USA
    Posts
    408
    Thanks
    8
    Thanked 30 Times in 28 Posts

    Default

    I did what you said, but it just messed it up more...
    http://ohptesting.awardspace.com
    -Ben -- THE DYNAMIC DRIVERS
    My Links: My DD Profile||My Youtube Video Tutorials||DD Helping Coders||DD Coders In Training
    I told my client to press F5, the client pressed F, then 5, *facepalm*

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •