View Single Post
  #3 (permalink)  
Old Feb 1st, 2006, 08:24
Gwayn Gwayn is offline
Junior Member
Join Date: Feb 2006
Location: Florence - Italy
Age: 22
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Overlay two borders

Quote:
Originally Posted by herkalees
50 points for confusing me. Can you post a link or your source code?
Thanks for the points

Well ill try to be more explicative:

HTML: Select all
<ul class="navlist">
<li><a href="#"><img src="X.gif"/></a></li>
<li><a href="#"><img src="Y.gif"/></a></li>
<li><a href="#"><img src="Z.gif"/></a></li>
</ul>

PHP: Select all

.navlist
{
margin0px 0px 0px 0px;
background-colorblack;
width8.50em;
padding-bottom5em;
border-right0.50em solid red
}
 
.
navlist li a
{
display:block;
background-colorblue;
padding0.0em 0.0em 0.0em 1.0em;
border-right0.50em solid red;


Ok Now...







How i can get this?

Last edited by Gwayn; Feb 1st, 2006 at 08:28.
Reply With Quote