Advertise
  • Home
  • Menus
  • Blog
  • Contact

Cookies are currently necessary for this site to operate properly.

    Categories

    • Development (9)
    • Extras (3)
    • General (6)
    • Tutorials (6)

    Archives

    • April 2010 (3)
    • November 2009 (4)
    • October 2008 (1)
    • September 2008 (8)
    • August 2008 (1)
    • July 2008 (4)

    Most Recent Posts

    • 5 Free CSS Menu Builders
    • CSS Menu Builder Video Tutorial
    • Site quite unstable – FIXED
    • Centering a menu using either CSS, MooTools, jQuery or just plain JavaScript
    • 50.000 downloads since launch

    My Writing

    If you don't like dry sarcastic humour, please don't read any more of this blog, because I have a tendency to use it without thinking about it.

    This blog will mainly be used as a development log, since I am not a big blogger and don't really have anything worth saying, though I might write a few tutorials and suggested usage articles along the way.

    Oh by the way, in this blog, which is currently the only blog I am active on, I go by the original name of admin. I will not be commenting that much, but when I do, this is the name you will see.

1000+ menu downloads

I am very proud to announce that menu number 1000 was downloaded yesterday, the 9th of September.

This value reflects the number of menu downloads via the ZIP archive downloader and does not include the amount of times the code has been copied. If you include the number of copied menu code the amount is considerably higher, but due to the fact that some visitors only download part of the code, like only the html or css code, I decided only to use the ZIP download number as an indicator.

I would like to thank everybody that have used the css menu builders and hope that you will continue to use this tool in the future, as it matures and additional menu builders are added.

September 10th, 2008
Comments (0)
Filed under: General

Javascript tabbed content example using CSS Menu Builder and MooTools

You have probably seen tutorials about tabbed content scripts, since they are all over the net, just go to Google and search for javascript tabbed content tutorial and you will get thousands of results. That is why I am not going to write one here, but instead just show you how it looks when applied to a css menu generated via this site.

The example uses one of the new menu styles added to the horizontal menu builder, furthermore it uses MooTools 1.11 as the javascript framework, but you can easily change this to fit your favourite framework.

The code is supplied in each tab, so you can quickly apply this to your site, by copy/pasting the code from the tabs to your own site.

Example 1

By creating a menu image where the tabs are upside down, you can easily add the tabs to the bottom of the container, as the second example shows.

Example 2

To get started with creating your own css tab menu style, go to the horizontal menu builder.

Other resources
A List Apart has a great tutorial on how to create your css tabs using the sliding doors technique. Here are the links for Part 1 and Part 2

TutorialBlog also has a list of 10 Different Ajax Tab.

At Dynamic Drive you can find many tabbed content examples along with css menus examples.

And at last, if you want a Windows XP styled tab script, you can find an excellent one over at dhtmlgoodies.com.

Update 27/09-2008

Due to the comment below, by Doug, I have made a modification to the tab script, so that if you should ever encounter similar issues, you can use the below examples for you site.

As stated in my comment below, the changes to the script are very simple to implement. In your tab links you will have to add a hash (#) before the link name and in the javascript you will need to change the last two lines in the “tabState” function from;

var ac = ael.getProperty(‘href’);
$(ac).addClass(‘active’);

to

var acu = ael.getProperty(‘href’);
var ac = acu.replace(/#/, ”);
$(ac).addClass(‘active’);

Furthermore, while trying to figure out what could have caused the issue, I encountered a variable that was not set. The scripts here have been corrected, but if you have used the script and want to correct this all you need to do, is change the following line in the “initTabs” function;

e = new Event(e).stop();

to

var e = new Event(e).stop();

But enough talk from me, I could go on all day, here are the links to the examples using the different javascript.

Example 3

Example 4

Please note that even though an issue occurred on Dougs site, I tested it in IE7 and it worked fine, the issue might have occurred due to multiple javascript not being able to play toghether.

September 6th, 2008
Comments (2)
Filed under: Extras, Tutorials

Don’t understand what you are saying!

Language support has been added to the css menu builder pages.

Currently only English and Danish are supported, but I expect to add Portuguese, French and Spanish during the weekend. More languages might be added as I find trusted translators.

The language selector uses a cookie to remember the language, this cookie is set for 365 days.

For those users that do not allow cookies, the translation of the builder page can be obtained directly by adding a language code to the query string (?l=xx, where xx is the language code), should the chosen language code not be supported, the page will fall back to the default language which is English.

Though I have tried to make the menu builders as user friendly as possible, I hope this will help those users that do not understand all the terms on each builder page.

Ohh yeah, and should you find a term that you do not find is suited, then please send me an email or add a comment below, arguing why your suggested term is better suited.

Please note that when you change language, the page reloads and the menu you are working on will be lost, so please choose your language before initiating the menu building process.

Update Sep 10th, 2008: Portuguese language has been added to the menu builders. Though I had hoped to add French and Spanish as well, I have still not received these translations. I will update this post, as soon as these have been implemented.

September 5th, 2008
Comments (0)
Filed under: Development

Vertical css menu builder released

So it took a while but I finally finished the vertical css menu builder. It comes after yet another re-write of the menu builder core class and lots of hair pulling.

You can choose from 24 background images and 33 pointer images and combine them as you see fit. This gives you almost 800 different combinations, though not all of them might look good. Of course this is without taking into consideration that you may also choose an endless combination of colors, rounded corners, width and text alignment, so there should be a possibility of having some fun with this new release.

There are also a few kudos I would like to give, since I could not be this creative by myself. Some of the menus have been inspired by the menus found on e-lusion.com, dynamicdrive.com and cssdrive.com, so thank you very much for sharing your ideas.

Furthermore I implemented the Antialiased filled Arcs/Ellipses functions found on mierendo.com to give smoother roundness in some of the background images. Thank you very much for this great function, much appreciated.

So I guess that is about all I have to say about that, so why not just start building your own vertical css menu.

September 1st, 2008
Comments (0)
Filed under: Development
Newer Entries »

Info

  • Information for advertisers
  • Terms of Service
  • Privacy
  • License

About

This is my small contribution to the world of web designers, programmers, web enthusiasts and others who have helped me or need help or just don't want to take the time to learn how to do this in photoshop etc.

These menus are licensed under the MIT license

UK2 web hosting from 99p/m
Clicky Web Analytics
V:II | XHTML | CSS | Bluehost | GA & Clicky
2008 - 2012 | This is a [Super Simple Services] site.