Help - Search - Members - Calendar
Full Version: Boarder?
HTMLHelp Forums > Web Authoring > Cascading Style Sheets
focus
How can i add a white boarder to this?

#container {
width: 800px ;
margin-left: auto ;
margin-right: auto ;
background-color: #CCC;

}


I want to make the container boarder look similar to this website:
http://www.vagabond-crew.com/

Though without using an image
Darin McGrew
A simple white border would be something like this:
CODE
border: solid thin white;

A border with curved corners and such is a bit fancier, and requires CSS and multiple images. See these examples:
CSS Design: Creating Custom Corners & Borders
CSS Design: Creating Custom Corners & Borders Part II
Rounded corners and shadowed boxes
focus
Thanks! Exactly what i wanted =)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.