Kristian Todd wrote:
> Can somebody please tell me is is possible to get the background of an
> option box to show different images??
>
>
> style="background-image:url(Thumbs/Bubbles.jpg)">Bubbles
>
> But those does not work, any ideas??
>
> If not could anyone suggest away of donig this??
>
This has nothing to do with either databases or asp. Please post your
question to one of the comp.infosystems.www.authoring groups
(http://groups.google.com/groups/dir?sel=33584039). Either
comp.infosystems.www.authoring.stylesheets
or
comp.infosystems.www.authoring.html
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Re: Option Box Images??
am 07.03.2006 15:23:08 von Kristian Todd
Thanks for the "reply", the images are stored in a database and are going to
be retrieved using a stored procedure and then displayed on the web page
hopefully in an option box, can it be done in this case??
"Bob Barrows [MVP]" wrote in message
news:%232KgS1eQGHA.1868@TK2MSFTNGP09.phx.gbl...
> Kristian Todd wrote:
>> Can somebody please tell me is is possible to get the background of an
>> option box to show different images??
>>
>>
>> style="background-image:url(Thumbs/Bubbles.jpg)">Bubbles
>>
>> But those does not work, any ideas??
>>
>> If not could anyone suggest away of donig this??
>>
> This has nothing to do with either databases or asp. Please post your
> question to one of the comp.infosystems.www.authoring groups
> (http://groups.google.com/groups/dir?sel=33584039). Either
>
> comp.infosystems.www.authoring.stylesheets
> or
> comp.infosystems.www.authoring.html
>
> Bob Barrows
>
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
>
>
Re: Option Box Images??
am 07.03.2006 15:31:59 von reb01501
Kristian Todd wrote:
> Thanks for the "reply", the images are stored in a database and are
> going to be retrieved using a stored procedure and then displayed on
> the web page hopefully in an option box, can it be done in this case??
>
Of course, but you did not ask how to retrieve those images from your
database, did you?
Your question still concerns the correct writing of the html, which has
nothing to do with asp.
Of course, if someone else wishes to reply, there is nothing to stop them.
You will probably get a quicker response by posting to the appropriate
group.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Re: Option Box Images??
am 07.03.2006 19:25:38 von reb01501
Kristian Todd wrote:
> Can somebody please tell me is is possible to get the background of an
> option box to show different images??
>
>
> style="background-image:url(Thumbs/Bubbles.jpg)">Bubbles
>
I just took a closer look at your html and realized you were trying to do
this with option tags...no this is not possible, at least, not in IE.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.