For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Hi,
I have a problem in aligning the content of a two-column layout. The content is overflowing the text area where it is supposed to be present and the footer is going below the right hand side block instead of appearing at the bottom of the page.
I took a quick look at your source code. I'd say it's most likely that you missed a closing somewhere (possibly included inadvertently in the commented out portion). That may be why the content is "overflowing" its container.
easy way to fix the layout is to insert a "clearing div" after the 2nd column:
(unrelated to layout problem) markup validation issues:
some image tags aren't closed properly (for xhtml doctype).. they should be closed with " />"
[/b]
another thing the validator is complaining about is nesting inside of . remove the tags that wrap the calendar table and apply a style to the table instead.. try: style="font-size:85%;width:100%;"
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007. CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
html validator (pictured), firebug, and web developer toolbar (firefox extensions) are a few must-have tools for any web designer or developer...
firebug is great for examining how styles get inherited, i prefer the web developer toolbar's in-place html/css editing to firebug's (simpler, faster), and the html validator gives on-the-fly, near-instant validation test results (runs on the local pc, doesn't upload files to a web site to validate). both firebug and the web developer toolbar have A LOT of features and tools.
also note that your right side float falls as the browser (firefox, here) width is narrowed (and before it hits min width)... see attachment.
[gelöscht durch Administrator]
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007. CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info