SiteExperts.com Logo Home | Community | Developer's Paradise
User Groups | Site Tools | Site Information | Search
 Main Menu
 Forums
SiteExperts.com Forums
All Discussions

SiteExperts Feedback
The Lounge
Dynamic HTML
Site Design/ Critiques
HTML and CSS
XML Technologies
The Wireless Internet
Internet Explorer
Microsoft .NET
The Server
Technical Support

Sponsored Links

User Groups : Forums : SiteExperts : HTML and CSS :

Previous DiscussionNext Discussion
 CSS Border

I want to have a border on the left and right of my websites page but they way I'm doing it it stops after the first 250 pixels.
html {
margin:0px;
padding:0px;
border-left:50px #000000 solid;
border-right:50px #000000 solid;
}

Thanks

Started By bluewalrus on Apr 22, 2008 at 9:23:48 AM
This message has been edited.

5 Response(s) | Reply

Earlier Replies | Replies 4 to 5 of 5 | Later Replies
RobinAnn on Apr 22, 2008 at 1:17:58 PM (# 4)

html {
margin:0px;
padding:0px;
border-left:50px #000000 solid;
border-right:50px #000000 solid;

height:100%;
}


bluewalrus on Apr 22, 2008 at 5:52:17 PM (# 5)

OO thanks i thought it was something like that but couldnt figure it out.


Earlier Replies | Replies 4 to 5 of 5 | Later Replies

To respond to a discussion, you must first logon.

If you are not registered, please register yourself to become a member of the SiteExperts.community.

User Name
Password
Copyright 1997-2004 InsideDHTML.com, LLC. All rights reserved.