Wiki

Articles tagged with "css", sorted by date (updated)X
Displaying 1-4 of 4 result(s).

CSS Naming Conventions

Updated 5 months ago by GismoTutorials4 comments – viewed 21,493 times – ( +35 )
In this article, we introduce a set of CSS naming conventions that we have applied in several big projects and achieved success. The goal of these naming conventions is to eliminate the possibility of naming conflicts, facilitate debugging and maintenance, and to simplify the naming process.

Creating a CSS Driven Drop Down Menu using CMenu

Updated about a year ago by blindMoeHow-tos7 comments – viewed 38,034 times – ( +19 / -1 )
CMenu offers great functionality and the ability to customize just about every aspect of the output. There are many times when I need to create a drop down menu or simply modify the look to make the designers happy. Because this seems to be a common task for me, I figured I would share my code to create a very simple drop down menu that other people could use.

Using jQuery UI 1.8.10 themes with Yii 1.1.6

Updated 2 years ago by samdarkTips7 comments – viewed 12,269 times – ( +2 )
When using the latest stable jQuery UI themes (1.8.10) with Yii 1.1.6 (which uses 1.8.6) the widgets don't appear (they're invisible but they're there). In order to make them visible you need to change the following line:

Styling Radio Buttons

Updated 2 years ago by Steve FriedlTips3 comments – viewed 22,627 times – ( +10 )
The default behavior with radio button lists is ugly, and I figured out mostly how to style them a coupla different ways. I'll used the blog tutorial example (but with my own posting modes):