Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Background image question

Reply
Thread Tools

Background image question

 
 
=?Utf-8?B?QnJhZA==?=
Guest
Posts: n/a
 
      11-27-2005
I am using ASP 2.0 with Visual Studio 2005 Standard. For some reason, I
cannot get a picture to display as a background.

I have the following:
<td style="width: 200px; font-family: Verdana; background:
url(Images/book-side.jpg) fixed repeat-y left top;background-color: #cc9966;"
valign="top">

Is there something wrong here, or am I missing something.

Thanks for the information.
 
Reply With Quote
 
 
 
 
Eliyahu Goldin
Guest
Posts: n/a
 
      11-27-2005
According to the MSDN library the correct order of parameters should be

background: #cc9966 url(Images/book-side.jpg) repeat-y top left ;

You can always try using separate properties like background-image:
url(Images/book-side.jpg);

Eliyahu

"Brad" <> wrote in message
news:3CC4176A-5D09-4E69-B626-...
>I am using ASP 2.0 with Visual Studio 2005 Standard. For some reason, I
> cannot get a picture to display as a background.
>
> I have the following:
> <td style="width: 200px; font-family: Verdana; background:
> url(Images/book-side.jpg) fixed repeat-y left top;background-color:
> #cc9966;"
> valign="top">
>
> Is there something wrong here, or am I missing something.
>
> Thanks for the information.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DIV background-repeat background-image? For shadow effect jc ASP .Net 3 03-19-2008 04:19 PM
DIV background-repeat background-image for shadowing effect jc HTML 1 03-19-2008 02:16 PM
CSS background-image ... Possible to scale image? Noozer HTML 5 12-07-2004 09:27 PM
[GUI Image] attach an image as a background picture Raydog Java 3 04-09-2004 06:12 PM
changing a background image to a background colour? Dj Frenzy Javascript 3 02-10-2004 08:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57