Page 1 of 1
CSS Menu Horiz but with 2 columns
Posted: Wed May 31, 2006 5:17 pm
by clarkac
I'm running CMSMS 0.13 and I want to stick with the horizontal CSS menu but ... with 2 columns. I've spent hours on this and have not figured it out yet. To save me more hours, and to help others who want 2 columns for this menu, can someone post the template and CSS to achieve this? Many thanks
Re: CSS Menu Horiz but with 2 columns
Posted: Wed May 31, 2006 6:21 pm
by Dr.CSS
2 col. menu or 2 col. content?
Re: CSS Menu Horiz but with 2 columns
Posted: Wed May 31, 2006 9:15 pm
by clarkac
2 column content
Re: CSS Menu Horiz but with 2 columns
Posted: Thu Jun 01, 2006 12:27 am
by Dr.CSS
have you looked at my Got Link at the bottom...
basicaly it's...
{title} {title} is the title you put in the edit page Title: box
{content}
{content block='block1title' oneline='true'} this will give you a second Title: box
{content block='block1'}
#main{width:50%; margin:??;padding:??;}
#content2{float:right;width:45%; margin:??;padding:??;}
when you have 2 col.(boxes) the first one will want to start in the upper left corner, so you need to make it smaller than the containing 'box' and then tell the 2nd. box to float so it doesn't sit under the first box, which is where it will think it's supposed to go, the order you put your boxes in the template is important because our buddy IE will want to mess with them if you try to put the second box on the left,
does that help?
Re: CSS Menu Horiz but with 2 columns
Posted: Thu Jun 01, 2006 10:05 am
by clarkac
Mark,
Thanks, that's what I had been doing but with odd results. However, on a more optimistic note I found how to import themes from the forum and that is a major breakthrough as I can access all sort of stuff (especially yours!). Thanks again... I really need to learn CSS.
Re: CSS Menu Horiz but with 2 columns
Posted: Fri Jun 02, 2006 5:21 am
by Dr.CSS
this is the place... HTML, CSS, PHP, XML,,,,
http://www.w3schools.com/default.asp