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 02-25-2009, 09:03 AM   PM User | #1
isabelgica
New to the CF scene

 
Join Date: Feb 2009
Location: Murcia
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
isabelgica is an unknown quantity at this point
Question Sidebars pushed down in IE..

Hi everyone,

I'm trying to resolve (for some weeks now) the following:
I have a OpenRealty website running with a commercial template applied to it.
About 2 weeks ago I upgraded to the latest version and since then, the code broke in IE, ie: suddenly the left and right sidebars are pushed below the center.

I've tried everything I know, checked the whole site with the Firefox Webmaster toolbar, but am unable to fix the problem.. In Firefox and Safari everything is displayed perfectly, but as said before in IE the layout gets shifted...

the site is ruralsunproperties dot com.

I think that the problem might be located in the style_1_main.css file. I also contacted with the company who designed the template, but first it took me one week nearly to get an answer to my emails, and then they requested an amount higher than the template price, only to look at the thing.. (customer service yeah..)

Here's the code for the content: we have leftcol, and then twocols including the maincol & the rightcol.
Code:
#leftcol{
 /*width:10%;*/ width:200px;
 float:left; 
 position:relative; 
}
 
#twocols{
 /*width:90%;*/ width:790px; 
 float:right; 
 position:relative; 
}
 
#rightcol{
 /*width:12%;*/  width:200px;
 float:right; 
 position:relative; 
}
 
#maincol{
 background-color: #F9F9F9;
 float: left; 
 display:inline; 
 position: relative; 
 /*width:88%;*/ width:590px;
 }
#maincollisting {
	background-color: #F9F9F9;  
	float: left; 
	display:inline; 
	position: relative; 
	width:100%; 
}
I really hope someone might be able to help me here, I'm convinced that the problem is a minor detail because the site displayed allright before the upgrade...

MANY thanks in advance for your hints, tips, advise, feedback, ...!
rgds,
isabelgica is offline   Reply With Quote
Old 02-25-2009, 09:19 AM   PM User | #2
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
I'd recommend you to check http://bonrouge.com/3c-hf-fluid.php, to see how to make a good 3 column layout, without the box model issues, and with very few floats.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)

Last edited by abduraooft; 02-25-2009 at 10:25 AM..
abduraooft is offline   Reply With Quote
Old 02-25-2009, 10:00 AM   PM User | #3
isabelgica
New to the CF scene

 
Join Date: Feb 2009
Location: Murcia
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
isabelgica is an unknown quantity at this point
thanks!

I will check this now and will let you know if it solved the problem
isabelgica 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 11:14 PM.


Advertisement
Log in to turn off these ads.