Hello -
I feel like I've exhausted all my resources and still can't find the fix. I'm trying to put a 1 pixel "frame" around my entire site, which is centered horizontally in the browser. I have a simple 2 column web log, and my "#content" column seems to be running through the bottom of my "frame".
This is my site:
http://www.eightlbs.com/blog
This is my stylesheet:
http://www.eightlbs.com/blog/styles-site.css
If you look at my stylesheet, I feel my problem lies with either #content (main column), #container (the frame), or #links (right column).
I'm fairly new to the whole CSS thing, but extremely well versed in html etc. So, I'm unsure how to properly utilize the "position" and "float" tags. I feel like I have used them inproperly and/or have them in the wrong places, and that's throwing my site off.
Also, I'm currently centering the whole site within the #container tag with "margin: 50px auto 50px auto;" -- is there a better way that I should be doing this to ensure compatibility with mac/pc/browsers/etc?
This has been a pretty good hack from a standard MT template, so I haven't quite gotten to the point where I can delete unneccessary tags yet. Do you see any I could do without?
Thanks,
- trego