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