Here is my sample page: http://svastara.filmske-radosti.com/Untitled-3.html
I tried adding this things but it still aint working correctly... On Dec 16, 5:22 pm, "Jamie C." <[email protected]> wrote: > Try changing display inline to inline-block to: > > #meni li { > display:inline-block; > > Try adding display block to: > > #meni li a { > display: block; > > You might need to add a width and height to one or both of these also. If > you have a sample page it will be easier for us to help too. > > Jamie -- -- 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]
