Viewing Navigation Menu "Borders"

Navigation Menu "Borders"



User: Roddy 13 years ago
Why do I get this right and bottom border to the navigation...



It looks like its being caused by the background image in the CSS. If I delete them all the lines go away and I am happy.



-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Paul-RAGESW 13 years ago
Did you have the stroke setting set to line in EasyWeb? Or is this just how your nag bar is exporting?

-------------------------------
Paul
EverWeb Developer
User: Roddy 13 years ago
Shape is "default", fill is "none" and stroke is set to "none".

When I open the published HTML file I see this in the CSS...

ul#menu2 li ul { display: none; }
ul#menu2 li a.item0 {
margin-right:25px;
background: url('images/movie-players/shape_2item0.png') no-repeat;
}
ul#menu2 li a.item1 {
margin-left:25px;
margin-right:25px;
background: url('images/movie-players/shape_2item1.png') no-repeat;
}
ul#menu2 li a.item2 {
margin-left:25px;
margin-right:25px;
background: url('images/movie-players/shape_2item2.png') no-repeat;
}
ul#menu2 li a.item3 {
margin-left:25px;
background: url('images/movie-players/shape_2item3.png') no-repeat;
}

Deleting these images solves the problem because they are they items that have the borders.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.