Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
John Doe #1
horizontal menu and lists
hi:
is it possible to construct an horizontal menu where each item is
preceded by a user bullet?
myBullet Item1 myBullet Item2 myBullet Item3 ...
display: inline; hide the bullets. i tried inserting the image before
each item but i haven't been able to properly align it vertically
tia,
jdoe
John Doe Guest
-
Contribute vs Horizontal Menu Bar
I'm using a "dolphin tab menu bar"http://www.javascriptkit.com/script/script2/tabset/index.shtml (horizontal menu bar w/ horizontal submenu bar) on... -
PLEASE HELP! Spry horizontal menu bar
I've created a website and used the spry widget for a horizontal menu bar. It looks and performs great in Safari but when opened in Explorer the... -
Dynamic Menu - Horizontal with sub options horizontal
Hi, folks. Well, I've trying to make a horizontal menu with show/hide layers but the result is not that I want. I would like to do a menu like... -
Help wiht converting this actionscript vertical menu to a horizontal menu?
I've been fiddling around with this script and I think my ActionScript is a bit too rusty for accomplishing what I want to change. I've been... -
Michael Fesser #2
Re: horizontal menu and lists
..oO(John Doe)
Use CSS to put a background image and some padding on the menu items,>is it possible to construct an horizontal menu where each item is
>preceded by a user bullet?
>
>myBullet Item1 myBullet Item2 myBullet Item3 ...
>
>display: inline; hide the bullets. i tried inserting the image before
>each item but i haven't been able to properly align it vertically
e.g.
..menu li {
padding-left: 10px;
background: url(/path/to/image) left no-repeat;
...
}
HTH
Micha
Michael Fesser Guest
-
John Doe #3
Re: horizontal menu and lists
thanks, i'll give a try!
Michael Fesser wrote:> .oO(John Doe)
>>>> is it possible to construct an horizontal menu where each item is
>> preceded by a user bullet?
>>
>> myBullet Item1 myBullet Item2 myBullet Item3 ...
>>
>> display: inline; hide the bullets. i tried inserting the image before
>> each item but i haven't been able to properly align it vertically
> Use CSS to put a background image and some padding on the menu items,
> e.g.
>
> .menu li {
> padding-left: 10px;
> background: url(/path/to/image) left no-repeat;
> ...
> }
>
> HTH
> MichaJohn Doe Guest



Reply With Quote

