Two heads are smarter that 1,  apparently ;)

thans very much for the help:)

On Nov 20, 6:19 pm, jkronika <[email protected]> wrote:
> Looks to me like the problem may be your HTML. The <A> tags are closed
> before the text within the <LI>s. Try replacing it with this:
>
>  <ol id="navlinks">
>     <li ><a href="http://www.manded.rs";>www.maned.rs</a></li>
>     <li><a href="http://www.manded.co.rs";>www.maned.co.rs</a></li>
>     <li><a href="http://www.manded.rs";>www.maned.rs</a></li>
>     <li><a href="http://www.manded.co.rs";>www.maned.co.rs</a></li>
>     <li><a href="http://www.manded.rs";>www.maned.rs</a></li></ol>
>
> 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]

Reply via email to