SitePoint Sponsor |
|
User Tag List
Results 1 to 5 of 5
Thread: Set the bottom border
-
Aug 17, 2004, 07:21 #1
- Join Date
- Aug 2004
- Location
- Canada
- Posts
- 131
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Set the bottom border
How do I set the bottom border of my page? (i currently have borders all the way around and only want it on the bottom
Code:<head> <style type="text/css"> body { border: 8px solid #8EA760; margin:0; } <style> <!-- body{ scrollbar-face-color:#8EA760; scrollbar-arrow-color:#546D2B; scrollbar-track-color:#546D2B; scrollbar-shadow-color:''; scrollbar-highlight-color:''; scrollbar-3dlight-color:''; scrollbar-darkshadow-Color:''; } } table.main { border:3px solid #8EA760; padding:0px; margin:auto; text-align: left; height: 1331px; width: 713px; } -->
If needed: www.freewebs.com/betahalotesters
Thanks:: LinX ::
..::: Saskwebs Design :::..
-
Aug 17, 2004, 08:07 #2
border-bottom
Drupal Development -- Hire me!
Drupal Training | Darwin Awards Moderator | Classic Cars
SitePoint | Blog | Rent Games Online | Car | Talent
-
Aug 17, 2004, 17:10 #3
- Join Date
- Aug 2004
- Location
- Canada
- Posts
- 131
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Great! I'll try that but, what about putting a picture in it?
:: LinX ::
..::: Saskwebs Design :::..
-
Aug 17, 2004, 18:32 #4
- Join Date
- Oct 2003
- Location
- Your Monitor
- Posts
- 1,146
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Not sure about the picture in the border, I don't think that is possible.
However for the border only on one particular side, instead of
border: 1px solid #000000;
You would do:
border-bottom: 1px solid #000000;
border-right: etc....
border-left: etc.........
-
Aug 18, 2004, 08:38 #5
- Join Date
- Aug 2004
- Location
- Canada
- Posts
- 131
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks Again
:: LinX ::
..::: Saskwebs Design :::..
Bookmarks