Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-10-2007, 04:13 PM   PM User | #1
mysterybks
New Coder

 
Join Date: Feb 2007
Posts: 90
Thanks: 1
Thanked 0 Times in 0 Posts
mysterybks is an unknown quantity at this point
Firefox/CSS

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
mysterybks is offline   Reply With Quote
Old 07-10-2007, 05:01 PM   PM User | #2
ahallicks
Senior Coder

 
ahallicks's Avatar
 
Join Date: May 2006
Location: Lancaster, UK
Posts: 1,134
Thanks: 1
Thanked 57 Times in 55 Posts
ahallicks is on a distinguished road
Use bottom padding on Lucindatext2:

Code:
#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 &nbsp; 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
__________________
"write it for FireFox then hack it for IE."
Quote:
Originally Posted by Mhtml View Post
Domains are like women - all the good ones are taken unless you want one from some foreign country.
Reputation is your friend

Development & SEO Tools

Last edited by ahallicks; 07-10-2007 at 05:05 PM..
ahallicks is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 01:00 PM.


Advertisement
Log in to turn off these ads.