• home
  • forum
  • my
  • kt
  • download
  • this:3/6 25records  total:142    Start  Previous  Next  Last    goto:
    Creating usable forms
    ON: 2007-07-19 09:39:40
    Forms are often overlooked from a design perspective, resulting in frustrated users. With a bit of CSS and minimal effort you can easily make your forms more usable.
    4 times | category: [CSS]
    Create a fluid CSS layout
    ON: 2007-07-19 09:25:42
    Knowing how to make a fluid layout using CSS is something that every web developer should learn, and it is very easy to do with these easy steps. In this tutorial we will create a 100% fluid layout, which means that everything on the site can resize to fit 100% of the browser window from 800×600 resolution to 1920×1080 the site is 100% of the browser window, no space will be wasted!
    18 times | category: [CSS]
    Working with print stylesheets
    ON: 2007-07-19 09:24:25
    Print style sheets are a key part to your site if it is providing information that one might one to print out. I have encountered many websites with no print style sheets, this can make it frustrating to print out articles and certain web pages. In this tutorial I show you how to make a proper print style sheet, and how to implement it into your website
    0 times | category: [CSS]
    Image Rollovers with CSS
    ON: 2007-07-19 09:22:17
    Without the hassle of annoying javascripts, we will create an image rollover for a button. This button uses something called the Slide door Technique. Which is very efficient for anyone trying to make their site load faster, and keep everything clean and easy.
    3 times | category: [CSS]
    Beating CSS Bloat
    ON: 2007-07-19 09:19:39
    Simple tips to reduce the file size of your CSS.
    2 times | category: [CSS]
    Controlling font size using CSS
    ON: 2007-07-19 09:17:21
    Many web designers overlook Typography, a crucial element of design. This article looks at a best practice method for controlling font size on your website.
    1 times | category: [CSS]
    CSS Tutorials - Introduction To CSS Basics
    ON: 2007-07-18 17:43:33
    A collection of 21 FAQs/tutorials tips on CSS (Cascading Style Sheets) basic. Clear answers are provided with tutorial exercises on CSS syntax basics, contextual, class, and id selectors, CSS cascading order rules, grouping CSS definitions, browswer default CSS definitions
    4 times | category: [CSS]
    CSS Tutorials - Understanding Multiple Element Formatting Rules
    ON: 2007-07-18 17:40:34
    A collection of 15 FAQs/tutorials tips on understanding multiple element formatting rules. Clear answers are provided with tutorial exercises on stacking and nesting block elements, aligning in-line elements, floating block elements, collapsing margins between elements, balancing widths and heights with parent elements, collapsing white spaces.
    5 times | category: [CSS]
    10 Steps to Better CSS
    ON: 2007-07-18 17:38:40
    Coding CSS can quickly get out of control. By following a few simple guidelines you can make your life a lot easier
    4 times | category: [CSS]
    Sliding Doors Tabs Menu
    ON: 2007-07-17 09:37:42
    This is a two state rollover image tabs menu based on the popular sliding doors technique. It uses two images, a right and left tab that shifts up and down as the mouse moves over a tab, to create a highlight effect.
    10 times | category: [CSS]
    CF Navigation Menu II
    ON: 2007-07-17 09:36:58
    This is an inverted version of the original CF Navigation Menu. Four images are used as part of its interface- the two round corners, an indented divider between menu links, and a gradient background image spanning the menu
    5 times | category: [CSS]
    CF Navigation Menu
    ON: 2007-07-17 09:30:05
    This is CSS based navigational menu based on a single tab interface. Four images are used as part of its interface- the two round corners, an indented divider between menu links, and a gradient background image spanning the menu.
    8 times | category: [CSS]
    Shade Image Tabs Menu
    ON: 2007-07-17 09:27:55
    This is an attractive "blue shading" image tab menu that supports tabs alignment. The shade effect is created using two gradient background images
    2 times | category: [CSS]
    Slanted Divider Menu
    ON: 2007-07-17 09:26:14
    This is an elegant CSS menu bar that uses a transparent "slanted" image to act as a divider and separate each menu item.
    4 times | category: [CSS]
    Vertical Divider Menu
    ON: 2007-07-17 09:25:42
    One of the most popular CSS menu interfaces around, this is a horizontal CSS menu that uses an indented vertical divider to separate each menu item. Each item can change background color when the mouse moves over it.
    6 times | category: [CSS]
    Bevel horizontal Menu
    ON: 2007-07-17 09:25:02
    This CSS code creates a "3 state" horizontal menu out of an ordinary list. When the mouse moves over the menu, the menu item bevels up, and in modern browsers, depressing on the menu also creates a depressed state
    3 times | category: [CSS]
    High resolution image printing
    ON: 2007-07-17 09:18:27
    Your client looks up and says, "Why does our logo look funny when we print the pages?" Do you sigh dramatically, or learn about Ross Howard's technique for printing high-resolution images via CSS? We vote for option B.
    21 times | category: [CSS]
    Absolutely Positioned Ads
    ON: 2007-07-17 09:18:00
    The placement of an advertisement is important for generating revenue. Learn how to position an ad in a hot spot on your site
    2 times | category: [CSS]
    An introduction to CSS
    ON: 2007-07-17 09:14:07
    A simple and clear introduction to CSS design. Know the basics before you start : what is CSS, how to use it, when to use it, and where to use it.
    3 times | category: [CSS]
    Redefine tags and create classes with Css
    ON: 2007-07-17 08:59:30
    Use Css to manage different types of html tags and create classes for personal style sites
    4 times | category: [CSS]
    Improved CSS Hover Images
    ON: 2007-07-17 08:56:56
    You see a lot of hover effects on web nowadays. Images are often preloaded on page load so that the user sees the hover effects right away, but there's also another way to do it. How about using just one image and changing its state/position it with CSS?
    5 times | category: [CSS]
    Underline Horizontal Menu
    ON: 2007-07-17 08:56:26
    This is a sleek CSS horizontal menu with a popular "underline" effect shown whenever the mouse rolls over a link. Each link () also carries a background image, used to as the indented line graphic that separates each menu item.
    3 times | category: [CSS]
    Two level CSS Tabs menu
    ON: 2007-07-17 08:55:47
    Building on a regular CSS Tabs Menu, this CSS menu supports second level content that can be associated with specific tabs. By giving both a tab and the desired sub content a class of "selected", the sub content becomes visible on the page.
    14 times | category: [CSS]
    CSS Tabs menu
    ON: 2007-07-17 08:54:54
    This is a basic CSS tabs menu, created from an ordinary HTML list. The menu supports two common requests- the ability to align the menu "left", "center", or "right" on the page, plus highlight a particular tab so it appears selected
    7 times | category: [CSS]
    Chrome Menu Bar
    ON: 2007-07-17 08:51:30
    This is a lightweight "chrome" looking CSS menu bar. The menu uses two variants of the same background image to create the hover effect, and each menu items can easily be set to either align "left", "center", or "right" on the page, just by changing the "text-align" attribute.
    3 times | category: [CSS]
    this:3/6 25records  total:142    Start  Previous  Next  Last    goto:

    Category

      CSS (142)