psd2css Online already has a number of menu features. But many people prefer CSS stylized text menus over the primarily graphical ones that psd2css Online does already. That's why we've added the first of a set of features to make creating CSS Stylized menus a breeze. Just create a layer in your Photoshop or GIMP web design, draw a box where you want the menu to appear, and name the layer with the _vlist1 Layer Naming Convention. That's it. Convert the PSD file at psd2css Online and see a vertical menu coded into the spot on your page you designated. In the HTML it's nothing but an unordered list:
<ul> <li><a href="#">Item 1</a></li> <li><a href="#">Item 2</a></li> <li><a href="#">Item 3</a></li> <li><a href="#">Item 4</a></li> </ul>
You just change the href and whatever you want the link to say and your menu works. If you want to change the colors, or background colors, or any of that you can edit those in the CSS portion for that layer. As usual you can use the comments in the generated code to find the parts you want to edit.
The first Layer Naming Convention we're doing for this is _vlist1. 'v' for vertical and 1 means it's the first we've built for you. Soon we'll add more vertical and horizontal list styles and just number them. So (not yet, but soon) we'll have _vlist2, _vlist3, etc. and _hlist1, _hlist2, etc. They will all generated CSS styles for menu type lists.
Here is a video tutorial to show you how easy it is:
The generated page from the tutorial is available here: http://psd2cssonline.com/tutorials/vlist1/index.html
and the PSD file used is here: http://psd2cssonline.com/tutorials/vlist1/vlist1.psd

vlists
Why is it that when I create the lists that they only go over my pictures. Any other layer they dont show up, but as soon as it hits a picture it shows the remainder of the list? Could it be since i had layer options that I made into smart objects?
Thanks,
-Doug
Doug, I'm not sure what you
Doug, I'm not sure what you mean exactly either, but I can tell you that smart objects were causing me many problems in the beginning that didn't make any sense until I figured out not to use them. One thing it does is make your file very big and secondly, it causes problems similar to what you are describing (visual overlapping, things not showing up).
Hi Doug - I'm not certain I
Hi Doug -
I'm not certain I understand. Can you post a link to your PSD? and/or a link to the page that was generated? Thanks.
--
Shaun