(repost from archive, reworded for simplicity)
Could a feature be added to allow for using an image as a seperator between menu items (i.e. between the cells in a horizontal menu) instead of just a one pixel seperator? Could this coinside with allowing us to set the width of the seperator and not just the border?
Images as Seperators
Re: Images as Seperators
I'm interested in images as backgrounds for the menus...
Mitch
Mitch
-
- Beginner
- Posts: 1
- Joined: Sun May 19, 2002 7:24 pm
Re: Images as Seperators
Mtich wrote:
>I'm interested in images as backgrounds for the menus...
See the sample code linkinfo - it uses
tables to hold a description of the link.
Use the style command background to add
an image to the table. It should take less
than a minute to change the linkinfo menu
sample. Once it works cut out that
menu line and paste it into your existing
menu. BTW the background defaults to
clipping or tiling to fit the table size
but there are css commands to fix that.
You could also use the image_sample.php
sample and use css to set the z layer of
the image and write your text over the
picture - of course the image can be
animated and the text dynamic if you want
the whole nine yards ...
>I'm interested in images as backgrounds for the menus...
See the sample code linkinfo - it uses
tables to hold a description of the link.
Use the style command background to add
an image to the table. It should take less
than a minute to change the linkinfo menu
sample. Once it works cut out that
menu line and paste it into your existing
menu. BTW the background defaults to
clipping or tiling to fit the table size
but there are css commands to fix that.
You could also use the image_sample.php
sample and use css to set the z layer of
the image and write your text over the
picture - of course the image can be
animated and the text dynamic if you want
the whole nine yards ...
-
- Beginner
- Posts: 1
- Joined: Sun May 19, 2002 7:24 pm
Re: Images as Seperators
is there any way to set an image for the background.. in the style setting.. so that the background will change on selection.. as the colour does.. in the default.. ??
-
- Beginner
- Posts: 2
- Joined: Sun May 19, 2002 7:24 pm
Re: Images as Seperators
I tried the way linkinfo menu does, by putting <table></table> html tages around the original text and put background= attribute in the table tag. It works fine to show the background picture. However, once after the <table> tage is added, all the styles defined in the parent <div> do not effect anymore, as well as the moveover color changes. How can I use the same style setting in this case?
Frederick
Frederick
-
- Beginner
- Posts: 2
- Joined: Thu Jul 18, 2002 5:07 pm
- Location: seattle,wa,usa
- Contact:
Re: Images as Seperators
Does anyone know if this is possible? I badly need this sort of feature - it is the only aspect which is stopping my company from adopting this menu system!yadin@angelfire.com wrote:(repost from archive, reworded for simplicity)
Could a feature be added to allow for using an image as a seperator between menu items (i.e. between the cells in a horizontal menu) instead of just a one pixel seperator? Could this coinside with allowing us to set the width of the seperator and not just the border?
cheers,
Ben Joldersma