Topic: A couple of minor layout issues (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: under the bed |
![]() I'm having two minor but annoying issues on the main page here: |
Paranoid (IV) Inmate From: Florida |
![]() #2 is the margin values for .node-side & .node |
Paranoid (IV) Inmate From: Florida |
![]() I don't believe I'm seeing #1 |
Maniac (V) Inmate From: under the bed |
![]() Ok, got #2 straightened out by removing the top margin form both divs. |
Paranoid (IV) Inmate From: France |
![]() |
Paranoid (IV) Inmate From: Florida |
![]() see if .node { width: 99%; } fixes it |
Maniac (V) Inmate From: under the bed |
![]() Yep, that did it reisio. |
Paranoid (IV) Inmate From: Florida |
![]() I can't justify the effort. |
Maniac (V) Inmate From: under the bed |
![]() quote:
|
Obsessive-Compulsive (I) Inmate From: |
![]() Try here, it might help: |
Maniac (V) Mad Scientist From: :morF |
![]() 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: |
![]() But that is actually according to spec. Eric Meyer wrote a good article on why. |
Maniac (V) Mad Scientist From: :morF |
![]() 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. |