background preloader

Css

Facebook Twitter

KickassGFX.net - Easy Web Design. Ultimate Tutorial- How To Design Custom Templates For Joomla! 1.6. InShare14 If you want to learn how to design and create custom templates for Joomla!

Ultimate Tutorial- How To Design Custom Templates For Joomla! 1.6

1.6, you’ve come to the right place. This tutorial will teach you how to create a basic Joomla 1.6 blog template, complete with all the tools you’ll need to create more advanced templates with custom variables, multiple themes, multiple languages, and more module positions than you can shake a stick at. At the end of the tutorial, you’ll even be able to download free both the sample template and a blank starter template for you to begin work on your own templates. It’s a tutorial, reference guide, cheatsheet, and resource kit for creating Joomla 1.6 templates, all rolled into one package. This is a rather long and comprehensive tutorial, so go ahead and grab a cup of coffee and about a dozen chocolate-covered donuts with sprinkles on top.

As a quick disclaimer: This tutorial has been written before the official Joomla 1.6 documentation is in place, so some information may change as it becomes available. Gumby 960 Grid Responsive CSS Framework. 36 Eye-Catching Jquery Navigation Menus. Navigation menus have really important role in any website.

36 Eye-Catching Jquery Navigation Menus

For big sites full with a lot of pages and articles, drop down menus and tabs are popular because they can make it a lot more easier to navigate and move through site, also you can save space on website displaying content on dynamic tabs. Also if you want to create a navigation menu, that really stands out of the crowd, jQuery could be the right choice to choose offering bunch of customizable options. That’s why I present to You 36 really good jquery navigation menu examples for every need. 1.jQuery Tabbed Interface / Tabbed Structure Menu Tutorial Tabbed Interface or Tabbed Structure Menu is getting really famous in web design & development. Preview || Download 2.Animated Menus Using jQuery Learn how to create this amazing animated effect menu just with plain Xhtml,CSS and Javascript help, similar to Dragon Interactive (dragoninteractive.com).

Preview || Download 2.1. View Demo 3. Preview || Download. 10 Useful Online Tools for Working with CSS. Hey there folks!

10 Useful Online Tools for Working with CSS

We decided to devote our today’s post to something really useful and time-saving. So, please welcome our list of 10 online tools for CSS editing or creating ready elements that require styles. Now you can perform some styling actions with your CSS sheet using powerful and simple online helpers. Our list contains interesting services that allow you to edit, compress, format css files, create beautiful CSS buttons, generate gradients, and import and process CSS files. Among these you’ll find some dedicated tools so please pay your attention to extremely popular CSS3 Generator – this excellent service would help you to generate codes for all of the CSS3 properties and easily paste them into your CSS sheet. All About Floats. What is "Float"?

All About Floats

Float is a CSS positioning property. To understand its purpose and origin, we can look to print design. In a print layout, images may be set into the page such that text wraps around them as needed. This is commonly and appropriately called "text wrap". Here is an example of that. In page layout programs, the boxes that hold the text can be told to honor the text wrap, or to ignore it. In web design, page elements with the CSS float property applied to them are just like the images in the print layout where the text flows around them.

Setting the float on an element with CSS happens like this: There are four valid values for the float property. What are floats used for? Aside from the simple example of wrapping text around images, floats can be used to create entire web layouts. Floats are also helpful for layout in smaller instances.