Nintendo Chat
You aren't logged in the forum!


Everything about Nintendo
Welcome back Guest!
Home­Portal­Gallery­FAQ­Search­Register­Log in
Nintendo Chat  :: 

Entertainment Forums

 :: 

The Design Lounge

 :: 

Program

 :: 

HTML/CSS Image Borders

Post a reply
Username
Subject
Message body
 
 
    


Options-
HTML is ON
BBCode is ON
Smilies are ON
 
Disable HTML in this post
Disable BBCode in this post
Disable Smilies in this post
Jump to:  
Topic review
AuthorMessage
Bob - 56k
Wed Dec 10, 2008 5:19 am   Topic: HTML/CSS Image Borders

I've been trying to set a separate image for each side and corner of a DIV entirely though CSS, but to no avail Sad.

So I want to know, is there any way to set image borders to a DIV segment entirely though CSS. I don't want to use more than one DIV either. So nothing like:

Code:
<div class="top"><div class="left"><div class="right"><div class="bottom">
<p>Blah blah blah.</p>
</div></div></div></div>


I need only ONE div tag like

Code:
<div class="main">
<p>Blah blah blah.</p>
</div>