Jump to content

background-color and background image


dreamwest

Recommended Posts

Is it possible to have both background-color and background image.

 

<div align='center' style='border:1px solid #eee;width:850px;height:500px;background-color:#000000;background: url(/17298356341299066112.jpg) no-repeat left top;'>Some white text here</div>

 

Link to comment
https://forums.phpfreaks.com/topic/229439-background-color-and-background-image/
Share on other sites

notice though if you are referencing from an external stylesheet that the path t the image is different,

would probbaly look like:

 

background:#000000 url(../17298356341299066112.jpg) no-repeat left top;

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.