Hello Everyone,
I am making a web site for a local fireworks show and I am having CSS issues. I have two columns setup via the CSS and one column is shorter than the other which causes the shorter one to show the background. Please view my code at the link, it is in a primitive state. I don't want to develop it anymore until this issues is resolved.
http://www.quavu.com/lakes/
Thank you!
CSS Issues
Re: CSS Issues
not a cmsms issue, but there's a solution IN cmsms.
apply the clearfix auto-clearing solution to your contentwrapper. you should find the css in the "tools" stylesheet that comes with the sample content.
apply the clearfix auto-clearing solution to your contentwrapper. you should find the css in the "tools" stylesheet that comes with the sample content.
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
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
Re: CSS Issues
No it's not a CMSMS issue but the people here are really intelligent and I knew that I would get an intelligent answer.
And I applied the clearfix and it did not work
And I applied the clearfix and it did not work
Last edited by josh2010 on Tue Jun 17, 2008 8:00 pm, edited 1 time in total.
Re: CSS Issues
Try switching the left and right div order in your template...
Right div before left div...
Right div before left div...
Re: CSS Issues
it did here.. at least in firefoxjosh2010 wrote:
And I applied the clearfix and it did not work
and stick the clearfix css in your stylesheet (which it already is)
before:

after:

note the clearfix class goes on the container that has the floated elements.. not on the floated elements themselves; so take it off the rightcolumn div.
Last edited by kermit on Wed Jun 18, 2008 9:55 am, edited 1 time in total.
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
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
Re: CSS Issues
The clearfix does not work in IE 7 and switching the right and left divs did not work either. Any CSS tweaks anyone can think of?
Thanks
Thanks
-
- Power Poster
- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
- Location: USA
Re: CSS Issues
use tables
... runs and hides.
just kiddin'
nothing useful to add.
... runs and hides.
just kiddin'

nothing useful to add.
Take a penny, leave a penny.
Re: CSS Issues
Like kermit said, put the clearfix on contentwrapper to help IE6 then add the CSS below for IE7, no need to switch the divs...
The red part is for targeting IE7 only...
*:first-child+html #contentwrapper {
height: 1%
}
Tested...
The red part is for targeting IE7 only...
*:first-child+html #contentwrapper {
height: 1%
}
Tested...
Re: CSS Issues
oh, yea. i forgot about my ie7 hack for the clearfix hack... perhaps the default cmsms template stylesheet needs a little updating.
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
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