Tag Archive | "CSS"

Drupal theme making

Friday, March 20, 2009

1 Comment

Drupal theme making

Making a custom Drupal theme is actually quite easy. A Drupal theme is just a few PHP files, a CSS file, and an info file. I prefer the PHPtemplate theme engine (the default one) but you have several choices. See the bottom of this post for a link to the official Drupal Theme Developer’s Guide [...]

Continue reading...

CSS basics to advance

Sunday, January 25, 2009

Comments Off

CSS basics to advance

Style sheet is a progressive breakthrough for the advancement of web. Today, more and more browsers are implementing style sheets, opening authors’ eyes to unique features that allow influence over presentation while preserving platform independence. The advantages of style sheets have become – apparent — and the disadvantage of continually creating more HTML tags — [...]

Continue reading...

Horizontal Web 2.0 menu

Sunday, January 25, 2009

0 Comments

Horizontal Web 2.0 menu

After we finished the tutorial we need to create 2 simple images to style our CSS navigation bar: A background image (the light blue bar) and a transparent button that indicate the active state, all other elements are created with CSS. Like in most CSS horizontal navigation bars an unordered list is used to hold the [...]

Continue reading...

Best Dropdown menus available on internet

Sunday, January 25, 2009

0 Comments

Best Dropdown menus available on internet

Navigation menus are the most important element one should pay attention when designing a website. Web-developers can create user-friendly horizontal or vertical navigation menus using CSS. Javascript makes it possible to create more interactive, more responsive and more flexible navigation to any website. This article presents over 25 (horizontal and vertical) multilevel drop down menu built using Javascript and [...]

Continue reading...