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 05-06-2010, 04:25 AM   PM User | #1
lacroixca
New to the CF scene

 
Join Date: Apr 2010
Posts: 8
Thanks: 1
Thanked 0 Times in 0 Posts
lacroixca is an unknown quantity at this point
(Sizing with FF+IE) & (Positioning with IE) on big screen

2 little problems that occur only on my large screen desktop with my website :

http://www.mechantdesign.com/


Here's a link of the result on a large screen.

http://www.mechantdesign.com/help.html

PROBLEM #1

The first problem occurs with both FF and IE. All the text gets bigger while the background stays the same.

How can I force the text to stay at the same size?


PROBLEM #2

The second one appears on IE. My main text is pushed to the right. BUT ONLY on a large screen...

The left margin doesn't seem to relate to the browser page but to the left sidebar. How can I keep it well positionned?


Thank you for your help.
lacroixca is offline   Reply With Quote
Old 06-02-2010, 03:57 AM   PM User | #2
ctoz
New Coder

 
Join Date: Sep 2008
Posts: 67
Thanks: 8
Thanked 2 Times in 2 Posts
ctoz is an unknown quantity at this point
I had a quick look at the css: your critical widths seem to be all set in pixels. You could try using ems, as this usually will maintain the size relationships amonngst elements at different screen resolutions.
ctoz is offline   Reply With Quote
Old 06-02-2010, 08:47 AM   PM User | #3
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
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
The way you used the CSS to make that layout is not so good. Usually properties like left/right and top/bottom won't play well with relative/static positioned elements. At the same time you shouldn't use absolute positions to cure the above stated issue, as the absolute position has many pitfalls(though it's very useful in some cases).

With that said , take a look at http://bonrouge.com/2c-hf-fixed.php, to see how to make a good 2 column layout.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft 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 05:07 AM.


Advertisement
Log in to turn off these ads.