Jackey 29 Report post Posted February 23, 2012 I have a challenge creating this layout in PageLines. Anyone knows if this menu is even possible in html? Share this post Link to post Share on other sites
Jackey 29 Report post Posted February 23, 2012 Sorry... never mind, found a way to style it in CSS... Share this post Link to post Share on other sites
tsalstrand 8 Report post Posted February 23, 2012 Im curious how you achieved it Share this post Link to post Share on other sites
Jackey 29 Report post Posted February 24, 2012 Ehhh... like this: [url="http://concepts.melisgs.nl/amuzega.com/philosophy/"]Concept[/url] Have a few little things to iron out but I'm getting there... Really would like to have a Pagelines Section that provides floating content boxes, so I can place multiple content boxes willy nilly on a page. [b]Any takers?[/b] [IMG]http://i.imgur.com/lnysal.jpg[/IMG] Share this post Link to post Share on other sites
Jackey 29 Report post Posted February 24, 2012 Sorry forgot to say how: [code]#sb_secondary .widget_nav_menu ul li { color: #333; writing-mode: tb-rl; display: block; border: 1px solid #333; width: 50px; height: 34px; margin: 0 -19px 19px 0; text-align: center; line-height: 1em; -moz-border-radius: 8px 8px 0 0; -khtml-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0; border-bottom: 0; background: white; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); padding: 4px; float: right; vertical-align: bottom; }[/code] I have to clean up the CSS though, but it works! Share this post Link to post Share on other sites