Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a menu with text displayed inline like this

Start * About us * Contact us *

i display a image * after the menu on every link
but the problem is that the image dont display same width after the url
so if the url is longer the images will not be displayed the same as a short link so its empty more lines if the link is longer but i have to save the same structor after the url
CSS
.TopMenu a:after {

    content: url(mystar.jpg);
    padding-left:30px;




}
Posted
Updated 19-Feb-15 21:13pm
v2
Comments
DamithSL 20-Feb-15 3:35am    
can you update the question with menu html code?
[no name] 20-Feb-15 4:47am    
Update the question..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900