Dave Stewart wrote:
> I have a design problem with my site, in that when the site displays
> on different monitors sometimes i experience column drop. I do not
> know what is exactly the problem, but am attributing it to width that
> is assigned to site.
> Website: www.osagecandles.com
The page-width in itself isn't a problem. You have just designed too
tightly.
Modify to:
.center_content{width: 570px;}
.right_content{float: right;}
...and adjust details as you find necessary - without using up all
available space and cause more float drops.
You should also look into the following - what I would call "designer
bugs", that makes your design look pretty broken in all browsers at my end .
The layout relies on fixed-sized containers and that the declared
font-size in pixels is being perfectly honored, which means text
overflows containers when font resizing is applied in browsers. All
browsers can resize text, one way or another, and your design can't take
any of that.
- Containers must be given the ability to grow in height if overflow
shall be avoided.
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/