General Community > WebsiteBaker Website Showcase
Finally Settled on a CMS for My Personal Site
ProSam:
After test driving a few CMS' I finally decided to stick with good ole WB. I wanted to test the waters of other CMS' and I some where too complicated and others just didn't cut it. WB is just perfect for most of my needs. I've built several sites with WB and don't think I'll be stopping anytime soon.
Here it is: http://www.prodzynes.com/ I used a template and modified it. I wish I had the time to build one from the ground up but I just don't.
Let me know what you think. :mrgreen:
Eki:
Just looked at it, and also some of the sites you build with WB look really great !!!
GRID8400:
looks nice.
Some good stuff in your portfolio also.
Just one remark:
I would try to loose the horizontal scrollbar in your right container.
by putting in your CSS:
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: scroll;
IMHO...
ProSam:
--- Quote from: grid8400 on June 22, 2007, 05:57:43 PM ---I would try to loose the horizontal scrollbar in your right container.
by putting in your CSS:
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: scroll;
IMHO...
--- End quote ---
Great idea but something is not looking right.
In both IE7 and FF2 areas where no scrollbar was being shown, now there is one. See below:
How do I get rid of that blank scrollbar.
ProSam:
One other thing I can't figure out is why the menu is laying out backwards. Shouldn't Home be first and then the rest of the menu options? The template is like this by default.
How do I fix that?
I think I can edit this snippet but don't know how.
--- Code: ---<?php show_menu(1,0,-1,true,'<li>[a][menu_title][/a]</li>','','','','',''); ?>
--- End code ---
I tried changing true to false switching around the 1's and 0's but nothing.
Navigation
[0] Message Index
[#] Next page
Go to full version