Current location: Hot Scripts Forums » General Web Coding » CSS » Center column overlapping left column


Center column overlapping left column

Reply
  #1 (permalink)  
Old 11-02-06, 03:14 PM
greymoose greymoose is offline
Newbie Coder
 
Join Date: May 2006
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Center column overlapping left column

I've got a three column page where the center column overlaps the left one from about half way down. I don't have the same problem on any other pages on the site which use the same stylesheet. The strange thing is that once you refresh the page everything sits ok.

If you want to have a look at it the link is www.martoncentral.co.nz/tempsite/newsletter.html

My CSS for the columns is as follows:

Code:
#header {
		margin:0; padding:0;
		}

	#main1 {
		margin:0; padding:0;
		}
	#main2 {
		margin:0; padding:0;
		}
	#left {
		float:left;
		width:185px;
		margin:0; padding:0;
		font-size:80%;
		}
	#right {
		float:right;
		width:175px;
		margin:0; padding:0;
		font-size:80%;
		}
	#middle {
		margin:0 150px;
		font-size:80%;
		}
Any ideas?

Thanks.
Reply With Quote
  #2 (permalink)  
Old 11-02-06, 11:23 PM
jfulton's Avatar
jfulton jfulton is offline
Community VIP
 
Join Date: Apr 2006
Location: Los Angeles, CA
Posts: 660
Thanks: 0
Thanked 0 Times in 0 Posts
You have two elements with the ids main1 and also main2. Maybe the latter two are supposed to just have a class middle instead? That looks like it will set the margins closer to what you want...
Reply With Quote
  #3 (permalink)  
Old 11-03-06, 10:02 PM
greymoose greymoose is offline
Newbie Coder
 
Join Date: May 2006
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs up

Thanks alot - that's done it. I couldn't see it for looking.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS - Center Body dinalsi CSS 2 10-19-05 01:15 PM
I most definately suggest DevelopingCentral.com For Any Website Design/Development! Salty777 General Advertisements 2 10-01-04 04:27 AM
1024x768 res causes overlapping of text in layout Sash CSS 1 08-26-04 08:46 AM


All times are GMT -5. The time now is 01:57 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.