Services
Web Hosting Dedicated Servers Forex Investment Web Design Voice over IP
Products
Clothing & Fashion Mobile Phones Electronics eBooks & Info Music & Movies
Shopping
Shopping - US Shopping - UK Shopping - EU Shopping Info US Shopping Portal
Blogs
Real Estate Fashion Technology Business News

Web Templates, Flash Templates, Website Templates Design

Custom HTML Form Elements

This JavaScript and CSS will allow you to use custom images for checkboxes, radio buttons and select lists.
Excerpted from:Custom HTML Form Elements

a2a_linkname=”Custom HTML Form Elements”;a2a_linkurl=”http://www.frenzygraphics.com/2008/07/01/custom-html-form-elements/”;


How to get Cross Browser Compatibility Every Time

Here is a quick summary for those of you who don’t want to read the whole article:
1. Always use strict doctype and standards-compliant HTML/CSS
2. Always use a reset at the start of your css
3. Use opacity:0.99 on text elements to clean up rendering in Safari
4. Never resize images in the CSS or HTML
5. Check font […]


IETester

IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.
Original post: IETester

a2a_linkname=”IETester”;a2a_linkurl=”http://www.frenzygraphics.com/2008/06/03/ietester/”;


Sliding JavaScript Dropdown Menu

This lightweight drop down menu script (~1.8kb) allows you to easily add smooth transitioning dropdowns to your website. This can be used for navigation, dropdown lists, info panels, etc.
View original post here: Sliding JavaScript Dropdown Menu

a2a_linkname=”Sliding JavaScript Dropdown Menu”;a2a_linkurl=”http://www.frenzygraphics.com/2008/04/29/sliding-javascript-dropdown-menu/”;


Multilevel Drop Down Navigation Menus: Examples and Tutorials

This article presents over 25 (horizontal and vertical) multilevel drop down menu built using Javascript and CSS which you can use in your future projects. Also you will find some useful tutorials at the end of this post where you can use to start building your own multilevel navigation menu.
See more here: Multilevel Drop Down […]


10 best CSS hacks

list of 10 hand picked CSS hacks and tricks which can help you in your CSS code and also save some time.
Vertical align div, Min-Height, PNG transparency, Autoclear, Reset CSS, Scrolling Render IE, Opacity, PRE Tag, Li Background Repeat IE
See the rest here: 10 best CSS hacks

a2a_linkname=”10 […]


Even More Rounded Corners With CSS

Yet another technique for the Rounded Corners. CSS-only, no Javascript, Fluid layout, width/height, Single PNG image, Standard Module Format-based content markup
Read more here: Even More Rounded Corners With CSS

a2a_linkname=”Even More Rounded Corners With CSS”;a2a_linkurl=”http://www.frenzygraphics.com/2008/01/17/even-more-rounded-corners-with-css/”;


CSS Gradient Text Effect

A simple CSS trick to show you how to create gradient text effect with a PNG image (pure CSS, no Javascript or Flash). All you need is an empty tag in the heading and apply the background image overlay using the CSS position:absolute property.
CSS Gradient Text Effect

[…]


CSS Text Wrapper

The CSS Text Wrapper allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around curves, zig-zags, or whatever you want.
See original here: CSS Text Wrapper

a2a_linkname=”CSS Text Wrapper”;a2a_linkurl=”http://www.frenzygraphics.com/2008/01/17/css-text-wrapper/”;


Maximum and Minimum Height and Width in Internet Explorer

by taking advantage of IE’s proprietary CSS attribute, expression, you too can whip IE widths and heights into desirable proportions,The CSS expression attribute enables JavaScript commands to be executed within Internet Explorer.
Here is the original post: Maximum and Minimum Height and Width in Internet Explorer

a2a_linkname=”Maximum and Minimum […]


SitePoint CSS Reference

the most detailed and up-to-date reference on the subject available: – What Is CSS? – General Syntax and Nomenclature – At-Rules – Selectors – Workarounds, Filters and Hacks – The Cascade, Specificity, and Inheritance – CSS Layout and Formatting – Box Properties – Layout Properties – List Properties – Table Properties – Color and Backgrounds […]


Blueprint CSS Cheat Sheet

A reference page with all the important class names that you can print out and keep on your desk about Blueprint CSS freamework
See the original post: Blueprint CSS Cheat Sheet

a2a_linkname=”Blueprint CSS Cheat Sheet”;a2a_linkurl=”http://www.frenzygraphics.com/2007/11/26/blueprint-css-cheat-sheet/”;


Creating a table with dynamically highlighted columns like Crazy Egg’s pricing table

Creating a table with dynamically highlighted columns like Crazy Egg’s pricing table . Step by step tutorial using CSS, JavaScript, and images in clever ways.
Excerpted from:Creating a table with dynamically highlighted columns like Crazy Egg’s pricing table

a2a_linkname=”Creating a table with dynamically highlighted columns like Crazy Egg’s pricing […]


6 Keys to Understanding Modern CSS-based Layouts [1]

Key elements need to come together to create a solid CSS-based layout that is consistent cross-browser. Box Model, Floated Columns, Sizing Using Ems, Image Replacement, Floated Navigation, Sprites
View original post here: 6 Keys to Understanding Modern CSS-based Layouts [1]

a2a_linkname=”6 Keys to Understanding Modern CSS-based Layouts [1]”;a2a_linkurl=”http://www.frenzygraphics.com/2007/08/27/6-keys-to-understanding-modern-css-based-layouts-1/”;
[…]


CSS: List Boxes

Using a simple unordered list this experiment aligns the boxes across the page with the end result being to showcase items like services, products, or specials. One of cool thing about this — if you turn off styles — is the extractable semantics with the headings and paragraphs used.
Excerpt from:CSS: List Boxes

[…]