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/”;
SEO Friendly Images to Replace Text in Navigation Menus
Let’s start with making our images that will be used in place of menu text, in this example I am using images 30px tall and of varying width. I make two images for each menu item, one for mouse-over or hover and second for all other conditions.
Here are the images of varying width:
Mouse-over/hover:
Normal:
Now create your […]
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 […]
Admin Drop Down Menu Fixed
What do you use for enhancing the navigation in your admin center? The ancient thing, Admin Drop Down Menu by Ozh, has always been my choice. This plugin is simple yet very useful, it saves you a lot of clicks! But the plugin was designed for WordPress 1.x, and is too old to get along […]
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 […]


