Skip to main content

Home/ CSS Evangelist/ Group items tagged CSS lists

Rss Feed Group items tagged

yc c

Dynamic Drive CSS Library- Practical CSS codes and examples - 0 views

  • var rate87=new rateit(87, "26", "090%") rate87.displaytext("26") 4.5 CSS Gradient Shadow var rate74=new rateit(74, "72", "078%") rate74.displaytext("72") 3.9 CSS Thick Tabs var rate47=new rateit(47, "71", "080%") rate47.displaytext("71") 4 SuckerTree Vertical Menu (v1.1) var rate52=new rateit(52, "60", "074%") rate52.displaytext("60") 3.7 Overlapping horizontal tabs var rate51=new rateit(51, "128", "080%") rate51.displaytext("128") 4 Animated link underlines var rate50=new rateit(50, "78", "075%") rate50.displaytext("78") 3.8 SuckerTree Horizontal Menu <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xm
kie guy

100+ Massive CSS Toolbox | tripwire magazine - 0 views

  •  
    100+ CSS Tool box including layout/menu generators and more
  •  
    CSS Cheat Sheets CSS Need to know Stuff CSS Tutorials CSS Layout Tools CSS Navigation and Menus Tools Other CSS Tools CSS Web Designs
ronzuo

OverZone Software - CSS Tab Designer - 0 views

  • With the CSS Tab Designer, you can : Quickly design your list visually Choose from a variety of styles/colors (60+ different designs/colors supported). [ Styles Authors / Credits ] Generate strict xhtml compliant code &nbsp;
Jungle Jar

JungleJar - An Introduction To CSS Styled Lists - 0 views

  •  
    This is a CSS tutorial providing an introduction to CSS lists, teaching all the essentials, and also gives webmasters a much better way to use list-style-images or bullets by not using them at all.
Scott Hendrickson

A List Apart: Articles: Frameworks for Designers - 0 views

  • How should a CSS framework be built? There are several possible ways to go about building a framework, but the most common and arguably the most useful is to abstract your common CSS into individual stylesheets that each cover a particular part of the whole. For example, you may have a stylesheet that sets up the typography and another that handles the mass reset. The beauty of the approach is the ability to selectively include only the styles that you need. You may end up with six or seven different stylesheets in your framework, but if a particular project doesn’t need one or two of them, they don’t have to be included. The framework we created in our office has five stylesheets: reset.css—handles the mass reset. type.css—handles the typography. grid.css—handles the layout grid. widgets.css—handles widgets like tabs, drop-down menus, and “read more” buttons. base.css—includes all the other stylesheets, so that we only need to call base.css from our (X)HTML documents to use the entire framework.
  • A word of caution This method works quite well, but there is a valid concern to be raised: it adds to the number of HTTP connections needed to render each page. On large, high-traffic sites, adding five more HTTP connections to every page view may result in angry system administrators. Two possible solutions to this are: Include everything in a single file, rather than breaking it into modules. The problem here is that you lose the ability to include only certain parts of the framework, and you also make maintenance more difficult. Have a server-side process that dynamically flattens the individual files into a single response. I’ve not seen this done, but it could be very efficient if done well. Using my example framework above, this dynamic process could occur when base.css is requested, but not when type.css, grids.css, etc. are. This way, the individual components are still available, but the entire framework is available in a flattened version, as well.
Andrea Micheloni

Definitive List of CSS Frameworks - Pick Your Style | W3Avenue - 6 views

  •  
    A CSS Framework is meant to provide ready-made solutions for various tasks that we perform on regular basis. In simple terms an ideal CSS framework will provide you with a default style sheet which you should be able to use as a starting point for most of your web design projects. W3Avenue has prepared a comprehensive list of CSS frameworks for your reference.
Jungle Jar

Submit Your Site To 101 Current CSS Galleries - 0 views

  •  
    Here at JungleJar.com, we have aggregated a list of 101 CSS galleries that you can submit your own website to. Fantastic for self or group website promotion and gaining traffic and page rank.
Jungle Jar

JungleJar - Useful CSS Classes For The Masses - 0 views

  •  
    I've put together a list of useful CSS classes I find myself using on a regular basis, and a few of these are actually required by the Wordpress gang if you're going to submit a free Wordpress template to them.
yc c

CSS Properties Index - Jens Meiert - 0 views

  •  
    A continuously updated list of all CSS , 2, 3 properties
Gary Edwards

Typogridphy - A Typographical and Grid Layout CSS Framework From Harry Roberts of CSS W... - 2 views

  • Grids &amp; Typography Typogridphy is a CSS framework constructed to allow web designers and front-end developers to quickly code typograhically pleasing grid layouts. Based on the popular 960 Grid System, Typogridphy allows you to create grid layouts which are versatile and great looking. Typogridphy is made of fully validate, semantic and strict xHTML, and validate CSS.
  •  
    Very nice. Great looking lists! Found this link at CSS-Tricks
my mashable

Disable YouTube's related videos With a Simple Hack Code - 0 views

  •  
    Disable YouTube's related videos With a Simple Hack Code - YouTube added the feature "related videos" wayback in 2007. Iam sure every YouTube user come across with this feature. Once the video completes playing, will displays a list of related videos..." />
Uzair Ahmed

Zen Elements Blog | CSS3 Embedding a Font Face - 0 views

  •  
    Use CSS 3 @font-face to embed a font NOT on the 'web safe' list and get away from using images for headers. This will currently only work with certain browsers so again, there is our quick +/- list of compatible browsers.
Zulkarnain K.

CSS1K - 6 views

  •  
    A demonstration of what can be accomplished with only 1 K (Kibibyte) of CSS. Select any design from the list to load it into this page.
Gary Edwards

CSS Tutorials @ SitePoint - 0 views

  •  
    List of CSS articles and tutorials at SitePoint. Includes Adobe AiR and WebKit implementations.
Shila N Laing

List of Really Useful Tools for CSS Developers | W3Avenue - 0 views

  •  
    Useful Tools for CSS Developers
yc c

Understanding border-image | CSS-Tricks - 6 views

  • Strangely, the percentages require the “%”, while pixels should be listed without the “px”:
  •  
    The new CSS3 property border-image is a little tricky, but it can allow you to create flexible boxes with custom borders (or drop shadows, if that's your thing) with a single div and a single image. In this article I explain how the border-image shorthand property works in today's browsers.
enmail

Top 10 CSS Tutorials - Cameron Olthuis - 0 views

  • There’s a lot of really cool things that can be done using CSS and I’ve found some of the following resources to be very helpful to inspire ideas and learn new techniques. There’s a lot of good CSS tutorials out there so it’s pretty hard to narrow it down to only the 10 best. So instead of taking this list as the top 10 consider it as a collection of 10 great tutorials. I recommend having a good working knowledge of CSS/HTML before trying any of these on your own site.
Vernon Fowler

list-style | CSS-Tricks - 0 views

  • The list-style-position property defines where to position the list marker, and it accepts one of two values: "inside" or "outside". These are demonstrated below
Ako Z°om

Cours CSS : liste des propriétés - 0 views

shared by Ako Z°om on 27 Aug 07 - Cached
    • Ako Z°om
       
      simple et clair la liste des styles... en CSS
1 - 20 of 89 Next › Last »
Showing 20 items per page