Results 1 to 3 of 3

Thread: Need help with css border extending and margin

  1. #1
    Join Date
    Aug 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need help with css border extending and margin

    Hello i'm designing a website and i can't figure out how to get the right border to stretch all the way to the bottom menu, and i can't seem to get the bottom panel to touch the border of a browser either depending on what resolution you're using..for example it touches on my dads laptop but on my imacs 1440x900 resolution it's not touching

    http://homepage.mac.com/dereklucci
    here is the css
    http://homepage.mac.com/dereklucci/jazz.css

    Thank you!

  2. #2
    Join Date
    Aug 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    okay i fixed the right border problem

    http://homepage.mac.com/dereklucci now as you can see just the bottom panel isn't touching the margin of people with higher resolutions


  3. #3
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Sheek
    now as you can see just the bottom panel isn't touching the margin of people with higher resolutions
    Of what import is that? There are more pressing concerns, in my opinion, like: the use of paired line breaks rather than margins or lists; the use of XHTML (Transitional, of all things!) served as HTML; your server isn't sending character encoding information; the use of out-of-sequence heading levels; and, without images, users will be forced to use the site map to navigate around the site.

    Trying to stretch the content vertically to fit the entire viewport probably won't look very nice at very large dimensions, anyway. If you're worried about documents will little content looking too small, specify a minimum height for the appropriate container (#main-content, presumably).

    Mike

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
  •