Topic: A couple of minor layout issues |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: under the bed |
posted 10-28-2005 23:11
I'm having two minor but annoying issues on the main page here: |
Paranoid (IV) Inmate From: Florida |
posted 10-28-2005 23:45
#2 is the margin values for .node-side & .node |
Paranoid (IV) Inmate From: Florida |
posted 10-28-2005 23:58
I don't believe I'm seeing #1 |
Maniac (V) Inmate From: under the bed |
posted 10-29-2005 03:31
Ok, got #2 straightened out by removing the top margin form both divs. |
Paranoid (IV) Inmate From: France |
posted 10-29-2005 03:35 |
Paranoid (IV) Inmate From: Florida |
posted 10-29-2005 11:54
see if .node { width: 99%; } fixes it |
Maniac (V) Inmate From: under the bed |
posted 10-29-2005 17:15
Yep, that did it reisio. |
Paranoid (IV) Inmate From: Florida |
posted 10-29-2005 17:41
I can't justify the effort. "IE is stupid" has always been enough to satisfy me. (or: don't know, don't care) |
Maniac (V) Inmate From: under the bed |
posted 10-29-2005 18:07
quote:
|
Obsessive-Compulsive (I) Inmate From: |
posted 01-04-2006 14:04
Try here, it might help: |
Maniac (V) Mad Scientist From: :morF |
posted 01-05-2006 06:09
As far as I can tell if you have a container that is non-float positioned and you flaot something inside it then the rendering engine no longer stretches the container around it. Why, I have no idea, but I've encountered this problem in my own design work before. |
Obsessive-Compulsive (I) Inmate From: |
posted 01-05-2006 10:03
But that is actually according to spec. Eric Meyer wrote a good article on why. |
Maniac (V) Mad Scientist From: :morF |
posted 01-06-2006 09:53
Yes, or, as I use in my designed when i need to do this, everything gets floated. It may not, perhaps, made for the most semantic code in the word, but it works, and it works the same across all the browsers. |