|
| |
User Groups : Forums : SiteExperts :
HTML and CSS
:  | 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; }
ThanksStarted 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.
|