Re: [WSG] background image on a horizontal list.

2004-09-01 Thread Mark Harwood
Lennart, Using display:inline will cancel out the width of the element and make it as wide as the text inside of it, what i tend to do when creating horizontal menu's is #menu-UL { margin : 0px ; padding : 0px ; } #menu-UL li { margin : 0px ; padding : 0px ; float : left ; } #menu-UL li a {

RE: [WSG] background image on a horizontal list.

2004-09-01 Thread [EMAIL PROTECTED]
Hi Lennart, From your CSS, you could apply the width:100px to the #navlist li ID and use float:left instead of display:inline. Hope this helps. - Regnard Raquedan mobile: 639192907711 ym: rkraquedan @ yahoo.com msn: rkraquedan @ hotmail.com web: http://regnard.raquedan.com Original Message:

Re: [WSG] background image on a horizontal list.

2004-09-01 Thread Nick Gleitzman
Hi Lennart - welcome. Your buttons are only visible for the width of the word used for your links, plus its padding - so a bigger (wider) word reveals more of your button. Try this: #navlist li { list-style: none; margin: 4px; float: left; } #navlist li a { display: block; ...etc }

Re: [WSG] background image on a horizontal list.

2004-09-01 Thread Lennart Fylling
Mark Harwood WebMail wrote: Least your sorted now! you got about 4/5 emails all given the same advise :D Yes, but the advises I've got helped me out, so with a bit testing and failing, I'm finally getting somewhere. I'm far from finished, but you can se the result of my list here