Jump to content

Luegge

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Luegge

  1. First of all, thank you for your responses.

    The only solution would be to give a non-repeating background image of a disc to the <a> elements with position "left center"
    Yeah, I imagined that solution, but tried to avoid it, to avoid sending images... @dsonesuk: Your solution allows the bullets to be on the same line and i may even extend the background color to include the bullets, but i'd like the whole line to be "clickable" as in a real navigation menu ;-)
  2. Hi there, I encountered a problem with a navigation menu that I was programming and I was hoping someone could help me on this one. The problem is relatively easy to describe: In the CSS nav bar tutorial on w3schools, there is an advanced example: http://www.w3schools...rtical_advanced Everything is fine with this example. In my case, I'd like to include the bullets in the navbar and I therefore change the ul tag to the following:

    ul{list-style-type:disc;list-style-position: inside;margin:0;padding:0;}

    Everything looks fine with Google Chrome, but in Firefox and IE, linebreaks appear after the bullets. How do I fix this? Thanks in advance.

×
×
  • Create New...