You're self closing your link text with a "/". <a href="http:// www.manded.rs"/>www.maned.rs If the link doesn't enclose the link text the you can't click. Should be <a href="http://www.manded.rs">www.maned.rs</a>
On Nov 19, 6:36 am, crni <[email protected]> wrote: > here is how i created menu, well it's very simple but i cant seem to > make it work. > I cant make hover as block, and i cant click on active link. > > <ol id="navlinks"> > <li ><a href="http://www.manded.rs"></a>www.maned.rs</li> > <li><a href="http://www.manded.co.rs"></a>www.maned.co.rs</li> > <li><a href="http://www.manded.rs"></a>www.maned.rs</li> > <li><a href="http://www.manded.co.rs"></a>www.maned.co.rs</li> > <li><a href="http://www.manded.rs"></a>www.maned.rs</li></ol> > > code: > #navlinks { > padding:0 0 0 4em; > margin:0; > color: #000; > } > > #navlinks li { > display: inline; > float:left > margin-right: 0.5em; padding-right: 0.75em; > margin-left:1em; > font-weight: bold; > font-size:18px; > } > #navlinks li a { > color: #000; > text-decoration: none; > } > > #navlinks li:hover { > color:#0033FF; > > } > > here si the link to menu:http://svastara.filmske-radosti.com/index.html -- -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected]
