This is a discussion on "Overlay two borders" within the Web Page Design section. This forum, and the thread "Overlay two borders are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Overlay two borders
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Overlay two borders
I need to overlay two borders:
_______________________
Well i need to overlay them cause in a .navlist li a:hover Only the <li> <a> border will have to change color. Anyway with this code i got two borders side by side, like: .navlist li a ------ .navlist _____ But in vertical ... well how to overlay them? |
|
|
|
||||
|
Re: Overlay two borders
50 points for confusing me. Can you post a link or your source code?
|
|
|||
|
Re: Overlay two borders
Quote:
Well ill try to be more explicative:
Ok Now... ![]() ![]() How i can get this? Last edited by Gwayn; Feb 1st, 2006 at 08:28. |
|
||||
|
Re: Overlay two borders
Below is different CSS, but it does what you want. It removed the background right-side border from the <ul>, and puts it into all anchors.
As far as I know, a border defined for a parent element (the <ul> in your case) will always be outside any child elements (the <li> in your case). This method below just sticks the border on the same element, but changes it based on user actions.
|
|
|||
|
Re: Overlay two borders
Quote:
This apply the border only at the link element, it means that the border appears broken: ---- Like the ".navlist li a" of the image 1, and then changes color when mouse over... but i need a unique continue border. I could put empty list elements among the list elements that contain the links but i always get that empty black space among the list elements and i cannot eliminate them, i tried with all the attributes [border, padding, margin] in all elements [div, ul, li, li a] the black space still stays... Any ideas? |
![]() |
| Tags |
| overlay, two, borders |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| (flash) Texture Overlay | joshlindem | Flash & Multimedia Forum | 3 | May 27th, 2008 20:59 |
| 'Sample' image overlay advice needed | Demon Templates | Graphics and 3D | 5 | Mar 9th, 2007 11:49 |
| text overlay | saltedm8 | Flash & Multimedia Forum | 2 | Aug 26th, 2006 05:22 |
| Help - Flash overlay (Errm I think thats what it's called) | Micky-D | Flash & Multimedia Forum | 5 | Jun 17th, 2005 17:51 |
| VS.NET, TextBox, overlay, DataGrid | Smokie | ASP.NET Forum | 10 | Jul 27th, 2004 12:17 |