![]() |
CMS Column widths Yes, before a moderator or someone else tells me to use the search feature, I know pretty well how to use it. I have already found part of my help here http://www.vbulletin.com/forum/showt...-set-gap-width. What I am trying to do is set my left and right columns to 25% and my middle column to 50%. This way users with different screen resolutions won't have the annoying bottom scroll bar. This is what I have so far.. 3 Column (25%, 50%, 25%) Code: #gridl3_container { position: relative; clear: both; float: left; width: 100%; overflow: hidden; } #gridl3_midshift { float: left; width: 200%; position: relative; left: 170px; } #gridl3_rightshift { float: left; width: 100%; position: relative; left: 50%; margin-left: -340px; } #gridl3_midmask { float: right; width: 50%; position: relative; right: 100%; } #gridl3_midcol { margin-left: 490px; width: 75%; overflow: hidden; } #gridl3_leftcol { float: left; width: 300px; position: relative; margin-left: -50%; left: 170px; overflow: hidden; } #gridl3_rightcol { float: left; width: 100%; position: relative; left: 20px; overflow: hidden; } #gridl3_content { margin-right: 340px; }
I'm actually not wanting a fixed width on the left or right side. I just want everything to be set with percentages. |
الساعة الآن 04:26 AM |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By
Almuhajir