Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Help please with navigation menu Re: [Solved] Help please with navigation menu

#71649
webmadter
Member
"virtual" wrote:
I assume you have copied the code from the bestinform.org blog. If what you want to do is make it show straight across the page you need to add

Code:
#navlinks li {
display: inline;
}

It’s my domain which i use for testing code online. I have added the line you gave and it works! Thank you very much!
If you could also help me to make the navlinks div to show background correct that would be more then just nice :)

I mean my second screenshot. Opera and Firefox left main navlinks div without background and i dont know why. I tried variations with the last button (navrest, but is doesnt display background). The main template use fluid width so when the width will be more than 980 the navigation panel will be the same size as now on the left( That’s not good at all =(

Sorry for my english, it’s not my parent language.