| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Jan 2008
Posts: 138
![]() | CSS equal height columns problem I have designed this theme at http://dev.websinch.com/blazingcms/0.12/ and i wanted the columns to be at equal length so i used this in both the columns: Code: margin-bottom: -1000px; padding-bottom: 1000px; ????: NamePros.com http://www.namepros.com/programming/492514-css-equal-height-columns-problem.html can someone please help me since i am doing quite well on this theme Thx in advance |
| |
| | #3 (permalink) |
| Senior Member Join Date: Jul 2005 Location: NJ
Posts: 1,219
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | perhaps if you put both columns in an encasing div and just made it so that both columns were the height of the full div so that if one column was longer than the other it would stretch? or you could just use the background image/color repeat with a large div that'll encompass both divs so that the user won't realize that the individual columns dont actually span the whole length.
__________________ Hacksar.com - Your source for random computer tips and tricks! MySiteMemberships.com - Keep track of your site registration information! Like my post? Rep is appreciated! |
| |
| | #5 (permalink) |
| Senior Member Join Date: Jul 2005 Location: NJ
Posts: 1,219
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | that might work too but i'm kind of against absolute positions, idk why. might be because every time i use them and they seem to work i get some sort of dynamic content generated (php user ftw) that totally messes the whole layout out XD.
__________________ Hacksar.com - Your source for random computer tips and tricks! MySiteMemberships.com - Keep track of your site registration information! Like my post? Rep is appreciated! |
| |