Adding a pic in CSS, has not shown! https://btherunboarddirectory.runboard.com/t341 Runboard| Adding a pic in CSS, has not shown! en-us Fri, 29 Mar 2024 01:31:28 +0000 Fri, 29 Mar 2024 01:31:28 +0000 https://www.runboard.com/ rssfeeds_managingeditor@runboard.com (Runboard.com RSS feeds managing editor) rssfeeds_webmaster@runboard.com (Runboard.com RSS feeds webmaster) akBBS 60 Re: Adding a pic in CSS, has not shown!https://btherunboarddirectory.runboard.com/p3741,from=rss#post3741https://btherunboarddirectory.runboard.com/p3741,from=rss#post3741I can be so blind sometimes! Putting a space between #fl_td_8_2 and .forumlistforumname would have put a background image behind the forum name contained within #fl_td_8_2, but having the two stuck together without a space made it do absolutely nothing. You can have: table.classname td.classname div.classname span.classname ...etc, but not... #id.classname #id .classname (with a space), on the other hand, would work on that classname when it's contained within that id.nondisclosed_email@example.com (Lesigner Girl)Mon, 31 Jul 2006 04:49:03 +0000 Re: Adding a pic in CSS, has not shown!https://btherunboarddirectory.runboard.com/p3740,from=rss#post3740https://btherunboarddirectory.runboard.com/p3740,from=rss#post3740  nondisclosed_email@example.com (The Mooseman)Sun, 30 Jul 2006 17:19:31 +0000 Re: Adding a pic in CSS, has not shown!https://btherunboarddirectory.runboard.com/p3739,from=rss#post3739https://btherunboarddirectory.runboard.com/p3739,from=rss#post3739Thankyou! It worked!nondisclosed_email@example.com (minnie19mouse)Fri, 28 Jul 2006 23:09:24 +0000 Re: Adding a pic in CSS, has not shown!https://btherunboarddirectory.runboard.com/p3738,from=rss#post3738https://btherunboarddirectory.runboard.com/p3738,from=rss#post3738#fl_td_8_2.forumlistforumname When you define it like you do , #fl_td_8_2 , I see no reason to add .forumlistforumname at all Try take .forumlistforumname away, because that is a class of its own nondisclosed_email@example.com (The Mooseman)Fri, 28 Jul 2006 16:32:51 +0000 Re: Adding a pic in CSS, has not shown!https://btherunboarddirectory.runboard.com/p3737,from=rss#post3737https://btherunboarddirectory.runboard.com/p3737,from=rss#post3737I have made those changes that you said to do, and now it looks like this, but the pic still doesn't show. Thanks for ur help tho, sorry to keep on. /* SETTINGS FONT TYPE, COLOR AND SIZE TO REMAINING ELEMENTS */ span.locationboard , span.locationforum, span.locationtopic {font-size:30px;font-family:comic sans ms} #fl_td_8_2.forumlistforumname {display:block;height:20px;padding-left:20px;background:url(http://img158.imageshack.us/img158/1337/redtearzo0.jpg) top left no-repeat;}. topiclisttopicname {color:#CCCCCC;font-size:11px;font-family:verdana} span.forumlistnumtopics, span.forumlistnumposts {font-size:11px;font-family:verdana} span.topiclistnewswitch, span.forumlistnewswitch {color:#CCCCCC;font-size:11px;font-family:verdana} .forumlistboardstatsheader {font-family:comic sans ms;font-size:15px;border-width:0px;color:#660066} span.forumlistheader, span.topiclistheader, span.forumlistseparator, span.topiclisttopicname, span.topicliststartedby, span.topiclistreplies, span.topiclistviews {font-family:verdana;font-size:11px;} span.topiclistlastpost {font-family:verdana;font-size:10px} span.topiclisttopicclosed, span.topiclisttopicsticky,span.topiclisttopichidden {font-size:10px;font-weight:normal;font-family:verdana;} nondisclosed_email@example.com (minnie19mouse)Fri, 28 Jul 2006 09:56:39 +0000 Re: Adding a pic in CSS, has not shown!https://btherunboarddirectory.runboard.com/p3736,from=rss#post3736https://btherunboarddirectory.runboard.com/p3736,from=rss#post3736There is still a dot in there, but it's at the end of the previous line. I also noticed a missing semi-colon ( just now. Take out all the parts in red, and add the part in blue. There are two things to take out and one to put in... /* SETTINGS FONT TYPE, COLOR AND SIZE TO REMAINING ELEMENTS */ span.locationboard , span.locationforum, span.locationtopic {font-size:30px;font-family:comic sans ms}. #fl_td_8_2.forumlistforumname {display:block;height:20px;padding-left:20px;background:url(http://img158.imageshack.us/img158/1337/redtearzo0.jpg) top left no-repeat;} ,. topiclisttopicname {color:#CCCCCC;font-size:11px;font-family:verdana} I'm gonna get this posted before downtime, then I'm going to bed. I hope I caught everything.nondisclosed_email@example.com (Lesigner Girl)Fri, 28 Jul 2006 09:14:53 +0000 Re: Adding a pic in CSS, has not shown!https://btherunboarddirectory.runboard.com/p3735,from=rss#post3735https://btherunboarddirectory.runboard.com/p3735,from=rss#post3735I took out the dot and it looked like this, but the image still doesn't show. any ideas? /* SETTINGS FONT TYPE, COLOR AND SIZE TO REMAINING ELEMENTS */ span.locationboard , span.locationforum, span.locationtopic {font-size:30px;font-family:comic sans ms}. #fl_td_8_2.forumlistforumname {display:block;height:20px;padding-left:20pxbackground:url(http://img158.imageshack.us/img158/1337/redtearzo0.jpg) top left no-repeat;},. topiclisttopicname {color:#CCCCCC;font-size:11px;font-family:verdana} span.forumlistnumtopics, span.forumlistnumposts {font-size:11px;font-family:verdana} span.topiclistnewswitch, span.forumlistnewswitch {color:#CCCCCC;font-size:11px;font-family:verdana} .forumlistboardstatsheader {font-family:comic sans ms;font-size:15px;border-width:0px;color:#660066} span.forumlistheader, span.topiclistheader, span.forumlistseparator, span.topiclisttopicname, span.topicliststartedby, span.topiclistreplies, span.topiclistviews {font-family:verdana;font-size:11px;} span.topiclistlastpost {font-family:verdana;font-size:10px} span.topiclisttopicclosed, span.topiclisttopicsticky,span.topiclisttopichidden {font-size:10px;font-weight:normal;font-family:verdana;} nondisclosed_email@example.com (minnie19mouse)Fri, 28 Jul 2006 09:04:11 +0000 Re: Adding a pic in CSS, has not shown!https://btherunboarddirectory.runboard.com/p3734,from=rss#post3734https://btherunboarddirectory.runboard.com/p3734,from=rss#post3734Try taking the dot out at the beginning of that line. Edit for explanation: Dots are for class names, # are for id names. It has to be one or the other (in this case #) and not both.nondisclosed_email@example.com (Lesigner Girl)Fri, 28 Jul 2006 08:50:10 +0000 Adding a pic in CSS, has not shown!https://btherunboarddirectory.runboard.com/p3733,from=rss#post3733https://btherunboarddirectory.runboard.com/p3733,from=rss#post3733I have tried adding a pic by putting this into the CSS .#fl_td_8_2.forumlistforumname {display:block;height:20px;padding-left:20pxbackground:url(http://img158.imageshack.us/img158/1337/redtearzo0.jpg) top left no-repeat;} but the pic hasnt showed up!nondisclosed_email@example.com (minnie19mouse)Fri, 28 Jul 2006 08:34:49 +0000