Jump to content

Background Image won't show??


Cobra23

Recommended Posts

I never thought i'd ask for css help. However i have a problem with setting the background image to display. Css is:

float: left;
padding: 15px 0;
position: absolute;
left: 0; 
        top:45px;
display: none;
width: 600px;
height: 300px;
background: url (images/navbg.png) repeat;
color: #fff;
-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;

Link to comment
https://forums.phpfreaks.com/topic/256708-background-image-wont-show/
Share on other sites

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.