Draco
12-20-2005, 08:44 PM
helo there
I've got this question about using backgrounds with css
the thing is I have this menu where the name of each category is an image, for example:
Categories >>> an image
1. music
2. tech
New >>> another image
and so on.
On my html code I use a div for each part where the image supposted to be,like
<div id="categories">
</div>
(its empty tho)
and then on css
#categories
{
background-image: etc etc etc
}
is that correct? because it doesn't seem to be working for me
thanks in advance for any help
I've got this question about using backgrounds with css
the thing is I have this menu where the name of each category is an image, for example:
Categories >>> an image
1. music
2. tech
New >>> another image
and so on.
On my html code I use a div for each part where the image supposted to be,like
<div id="categories">
</div>
(its empty tho)
and then on css
#categories
{
background-image: etc etc etc
}
is that correct? because it doesn't seem to be working for me
thanks in advance for any help
