View Full Version : Firefox/CSS
mysterybks
07-10-2007, 04:13 PM
I would like some assistance. I just can't seem to figure out what I'm doing wrong. I've tried "padding-top" and I've tried "margin-top" to make space before "Published by Magnolia Mysteries " near the bottom of the page: http://www.ellenhunter.com/Testing/AzaleaFestival.htm for Firefox. Looks great in IE7 both ways. What am I not doing right?
Thanks.
Dawn
ahallicks
07-10-2007, 05:01 PM
Use bottom padding on Lucindatext2:
#Lucindatext2{
float:left;
font-family: "Lucida Sans Unicode", font-weight:bold;
font-size:14pt;
color: #336600;
clear:none;
width:776px;
padding-right:6px;
padding-left:4px;
margin-top:25px;
padding-bottom: 20px;
}
You have a lot of validation errors from the very start of your document... I suggest you go through and sort those out before you do anything else. Also, you shouldn't be using to space out portions of your text... use padding and classes with spans, as well as putting your content within <p> tags, instead of using line breaks etc!
You have a lot to learn about semantic code (http://www.boagworld.com/archives/2005/11/semantic_code_what_why_how.html)
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.