how to add background? - Qdoos Webmaster Forum Marketplace
Discussions: 3,493 | Messages: 16,595 | Members: 5,264 | Online: 12 | Newest : BuyBlogComments (Welcome!)

Go Back   Qdoos Webmaster Forum Marketplace > Programming Forum > Programming Discussions > CSS

CSS Discuss everything related to CSS coding here. Offer help or ask for help with your CSS in this section


Reply
 
LinkBack Tools Display
Old 06-06-2008, 07:29 AM   #1 (permalink)
Not Active
 
Join Date: Jun 2008
Posts: 307
Rep Power: 1 alec11 is on a distinguished road
iTrader: (0)
Recent Blog:
[CaRP] Failed to open file: 7
alec11 has no status.

Default how to add background?

i got this CSS code :
Quote:
body {
margin:0;
padding:0;
}

a:link, a:visited {
color:#0000ff;text-decoration:none;
}
a:hover {
color:#000033;text-decoration:none;
}
a:active {
text-decoration:none;
}


#navigation {
font-size: 12px;

}

#navigation a {
color: #555;
font-weight: bold;
}

#navigation a:hover {
text-decoration: underline;
}

#navigation a:visited {
text-decoration: line-through;
font-weight:italic;
display:block;
disabled:true;
}
The question is, how can i add background? What code i nedd and where i put that code?
Thanks
alec11 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 07-17-2008, 11:19 AM   #2 (permalink)
Im new :)
 
Join Date: Jul 2008
Posts: 28
Rep Power: 1 sujal is on a distinguished road
iTrader: (0)
Recent Blog:
[CaRP] Failed to open file: 7
sujal has no status.

Default

<STYLE type="text/css">
BODY { background-image:url(bgpr1.gif);
background-repeat:no-repeat }
</STYLE>

try it .................................
sujal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-22-2008, 01:13 PM   #3 (permalink)
Im new :)
 
Join Date: Oct 2008
Posts: 17
Rep Power: 1 jack456 is on a distinguished road
iTrader: (0)
Recent Blog:
[CaRP] Failed to open file: 7
jack456 has no status.

Default

Hey, which type of web designer you are. you don't know where the code will be posted.

thanks
jack456 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-28-2008, 07:29 AM   #4 (permalink)
Administrator
 
Join Date: Oct 2008
Posts: 28
Rep Power: 10 PiddlesFTW is on a distinguished road
iTrader: (0)
PiddlesFTW is Working

Default

Hopefully this will help. CSS Background-image Property
PiddlesFTW is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tools
Display

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 On


All times are GMT +1. The time now is 04:30 AM.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
vB.Sponsors

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87