oldmen47 Posted February 5, 2009 Share Posted February 5, 2009 I download the Images in to Images File. Not Work BODY { background: #ffffff; background-image: http://gisellstores.com/images/th_111.gif; background-repeat: repeat-x; color: #000000; margin: 0px; text-align: center; } I need insert this Url... http://i216.photobucket.com/albums/cc281/oldmen47/111.gif Any Body Help Me.. Please.. Link to comment Share on other sites More sharing options...
germ Posted February 5, 2009 Share Posted February 5, 2009 BODY { background: url("images/th_111.gif"); color: #000000; margin: 0px; text-align: center; } CSS Background Properties Sometimes after changing the stylesheet you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet. This works with IE and Firefox. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
oldmen47 Posted February 6, 2009 Author Share Posted February 6, 2009 I download the Images in to Images File. Not Work BODY { background: #ffffff; background-image: http://gisellstores.com/images/th_111.gif; background-repeat: repeat-x; color: #000000; margin: 0px; text-align: center; } I need insert this Url... http://i216.photobucket.com/albums/cc281/oldmen47/111.gif Any Body Help Me.. Please.. not Works to Link to comment Share on other sites More sharing options...
germ Posted February 6, 2009 Share Posted February 6, 2009 This is what you have: BODY { BODY { background: url("images/th_111.gif"); color: #000000; margin: 0px; text-align: center; } } Compare that to what I posted. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
oldmen47 Posted February 6, 2009 Author Share Posted February 6, 2009 This is what you have: BODY { BODY { background: url("images/th_111.gif"); color: #000000; margin: 0px; text-align: center; } } Compare that to what I posted. You Right. THANKS.THANKS THANKS... I NEED INSERT BACKGROUND IN THE NEW PRODUCTS LIST.... Link to comment Share on other sites More sharing options...
germ Posted February 6, 2009 Share Posted February 6, 2009 Change this: color: #000000; to color: #ffffff; Then look at the difference. ;) (Not what you asked for) If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
oldmen47 Posted February 6, 2009 Author Share Posted February 6, 2009 Change this: color: #000000; to color: #ffffff; Then look at the difference. ;) (Not what you asked for) Change the background in the right , left and the New Products Box in the Center. I need insert Background Image...???????? Link to comment Share on other sites More sharing options...
germ Posted February 6, 2009 Share Posted February 6, 2009 To change the background color in all the boxes, in the stylesheet: .infoBoxContents { background: #ffffff; /* <--- change this color here */ font-family: Verdana, Arial, sans-serif; font-size: 10px; } If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
oldmen47 Posted February 6, 2009 Author Share Posted February 6, 2009 To change the background color in all the boxes, in the stylesheet: .infoBoxContents { background: #ffffff; /* <--- change this color here */ font-family: Verdana, Arial, sans-serif; font-size: 10px; } Can I insert Background Url...??????? Here: /* <--- change this color here */ Link to comment Share on other sites More sharing options...
germ Posted February 6, 2009 Share Posted February 6, 2009 This works: .infoBoxContents { background: url("images/th_111.gif"); font-family: Verdana, Arial, sans-serif; font-size: 10px; } But personally I don't like it. But it is YOUR store not mine! :lol: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
oldmen47 Posted February 6, 2009 Author Share Posted February 6, 2009 This works: .infoBoxContents { background: url("images/th_111.gif"); font-family: Verdana, Arial, sans-serif; font-size: 10px; } But personally I don't like it. But it is YOUR store not mine! :lol: I not Sell any Products. I Use only for learne. I the Truck Driver and need take 34 hrs off duty after 60hrs Drive. I use my time in learne.... I love change color and Box. Link to comment Share on other sites More sharing options...
tugagix Posted April 15, 2009 Share Posted April 15, 2009 ... and if i want just change the color of one infobox... for example only the content of language box Link to comment Share on other sites More sharing options...
theherbman Posted April 16, 2009 Share Posted April 16, 2009 ... and if i want just change the color of one infobox... for example only the content of language box I want to change the colour of the background under my logo to an IMAGE. Have tried style sheet tr.header { background : url("images/imagename.jpg"); } So what have I missed out? Regards Mel Link to comment Share on other sites More sharing options...
FIMBLE Posted April 16, 2009 Share Posted April 16, 2009 background-image: url (images/imagename.jpg); you may have to also add a height there also Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
theherbman Posted April 16, 2009 Share Posted April 16, 2009 background-image: url (images/imagename.jpg); you may have to also add a height there also At last a simply answer that works. I think that there is a big difference between English and U.S. English as to what things are called. Many thanks Mel Link to comment Share on other sites More sharing options...
FIMBLE Posted April 16, 2009 Share Posted April 16, 2009 yeah over here simply we call simple hehe :-) You're welcome Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
jeya Posted April 17, 2009 Share Posted April 17, 2009 Hi.. plz help to change blue image that i have only for New Product of %s box let me know where to make these changes? thknz in advz Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.