module again |
module again |
![]()
Post
#1
|
|
![]() weird Sarah. yes,me... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 714 Joined: Jan 2005 Member No: 93,023 ![]() |
how can i change the background of the header of module?
i wanna change it as a picture, not a solid color. thx! |
|
|
![]() |
![]()
Post
#2
|
|
![]() Death is a promise given to us at birth ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,757 Joined: Mar 2004 Member No: 7,459 ![]() |
i think this is it. i don't if it right or not. Try messing around with it, replace the background to your likings.
CODE <style type="text/css">
table.left { /* this edits the menu module */ border: 0px solid #996633; width:160px; background-color: transparent; background-image: url(''); /* your image url */ background-position: left center; /* the position you want it to display */ background-repeat: no-repeat; /* repeat or no */ background-attachment: fixed; /* fixed or keep scrolling */ } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color:#FFFFFF; background-image: url(''); background-image: url(''); /* your image url */ background-position: left center; /* the position you want it to display */ background-repeat: no-repeat; /* repeat or no */ background-attachment: fixed; /* fixed or keep scrolling */ font: bold 11px trebuchet ms; text-transform: none; color:#CC9933; border: 1px solid #996633; border-width: 3px 1px 1px 1px; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: transparent; background-image: url(''); background-image: url(''); /* your image url */ background-position: left center; /* the position you want it to display */ background-repeat: no-repeat; /* repeat or no */ background-attachment: fixed; /* fixed or keep scrolling */ border: none; font:normal 11px trebuchet ms; color:#000000; }</style> |
|
|
![]()
Post
#3
|
|
![]() weird Sarah. yes,me... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 714 Joined: Jan 2005 Member No: 93,023 ![]() |
it works!
thank you! |
|
|
![]()
Post
#4
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 ![]() |
|
|
|
![]() ![]() |