CSS border styles
Below are a few illustrations of how the different borders available with cascading style sheets look. The thickness is set to 2 pixels.
Solid
Ridge
Outset
Inset
Groove
Dotted
Dashed
-
Source:
<div style="border-bottom:2px solid #000000">Solid</div><br />
<div style="border-bottom:2px ridge #000000">Ridge</div><br />
<div style="border-bottom:2px outset #000000">Outset</div><br />
<div style="border-bottom:2px inset #000000">Inset</div><br />
<div style="border-bottom:2px groove #000000">Groove</div><br />
<div style="border-bottom:2px dotted #000000">Dotted</div><br />
<div style="border-bottom:2px dashed #000000">Dashed</div><br />
Leave a Reply
Welcome to Thronic.com
Search this Site
Miscellaneous Links
Recent Articles
- Linux Bash Color
- Resize a div layer with javascript
- Moving a div layer with javascript
- Web Galaxy » A sci-fi browser game
- Windows 7 on Asus Eee 900 PC
- IE and PHP sessions
- Wordpress 2.8.6 Spell Check Languages
- Reset MySQL Root Password
- Linux hosts file
- IdleGuard
- Column count in SQL
- String encryption in PHP
- Alphanumeric Captcha values in PHP
- Your own numeric Captcha in PHP
- DHTML Flyout Menus
