I fixed the top part of your CSS file so you could see what I mean. You were declaring each ID name, like they were elements.
[Elements are the HTML name elements like "h1, h2, h3, body", etc. Even...
Really great developers in the past few years are claiming we should not use classes, and another half feel we should not use ID's in our selectors. Both sides are very...
I will try to dig up where I saw this, to further help paint the picture of what they meant. I didn't do it justice, and in fact I probably just made it more confusing.
@Jeff Mott
Thanks for that explanation. That does indeed put things into perspective. I was actually looking to learn it for personal reasons, as development isnt actually my career. I am a UNIX...
better yet, I would put div1 & div2 in another div, to contain them both, then just margin align them centered in that div. You can then just use padding on the right of div1, and the left of div2 to...
As you can see this is the first I have posted here, and in fact is the first time I have ever even ran across this website. Though I am really liking it, so I am sure I will...