Archive for the ‘WonderWebWare.com’ Category

Centering CSS Menu

Saturday, August 16th, 2008

I receive this question relatively often: “how to center a menu generated with css menu generator”. Well, here are two examples - one for centering the menu on page and one for centering menu items. For both examples — I am using simple menu saved directly as xhtml file.

A) centering the menu on page

1) Put the menu in new DIV container (in this example - container class=”wrapper”):

<div class=”wrapper“>
<div class=”pd_menu_01 “>
<ul>

</ul>
</div>
</div>

2) in the css section, add this code to center the wrapper div:

.wrapper {
width: 80%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;

}

B) Centering the text of the menu items

To center the text of the menu sub-items, just change the following css code:

.pd_menu_01 ul {list-style-type:none;padding:0; margin:0;}

to:

.pd_menu_01 ul {list-style-type:none;padding:0; margin:0; text-align:center;}

Site Submit 0.2

Thursday, July 10th, 2008

The new version of Site Submit has been published. In this release I doubled the number of directories and added few new features. Download here.

TemplateShaker 2.4

Friday, July 4th, 2008

It took me too long to complete the new version of this tool, but — finally — css Template Shaker 2.4 is available for download. One new template added, one modification of existing template (made after user request), several new and updated features (the most important addition is the visual image selector).

Wonderwebware Site Submit Tool

Tuesday, June 10th, 2008

Finally, I found few hours today to test and pack the first public beta of the new directory-submitter tool. It is quite simple semi-automated site submission “wizard” and (as many of the other tools on this site) I made it for my own use. But because it worked for me, I am rushing to make it available for everyone. Although it’s still early beta and the tool isn’t yet documented, I submitted my site to about 500 directories and I feel it is good enough to be published. I plan to continue developing the tool in future, but I really want to get some comments, bug-reports and ideas from users first…

The tool is available for download here:
http://wonderwebware.com/site-submit/

Screen Ruler 3.0

Sunday, May 11th, 2008

Yes, the new version of screen ruler has been published with important customization options added and with every new version this toy becomes better, in my opinion. There are a lot of feature requests in the forum, so there will be future development, but I have to work on the other tools too, so (as usually) I cannot say when the next revision will become available…

More info here: http://wonderwebware.com/screen-ruler/