Blog
.fabriziomichels.com
Web Design Code Box
Helpful codes, snippets, tips and tricks for web designers – Html, CSS, Flash, Actionscript, JavaScript, jQuery, PHP, Business Catalyst/Goodbarry, Xcode and iPhone
Skip to content
About
Portfolio
Contact
HTML
CSS
JavaScript
PHP
JQuery
ActionScript 3.0
BC / GB
Tag Archives:
height
How to Equalize Heights of Divs
By
Mika
|
Published:
10/16/2009
var maxHeight = 0; $("div").each(function(){ if ($(this).height() > maxHeight) { maxHeight = $(this).height(); } }); $("div").height(maxHeight);
Posted in
jQuery
|
Also tagged
equalize
,
jQuery
|
Leave a comment
Cross browsers Min-Height
By
Mika
|
Published:
10/16/2009
CSS myDiv { min-height:500px; height:auto; !important height:500px; }
Posted in
CSS
|
Also tagged
CSS
,
min-height
,
minimun height
|
1 Comment
Search
Categories
ActionScript 3.0
Business Catalyst / GoodBarry
CSS
HTAccess
HTML
iPhone Xcode – Objective C
JavaScript
jQuery
PHP
Softwares and Tools
Friends
Click2it
Cornerstone Technologies
de Luxe & Associates
Rafael Torales
Tiago Araújo
Links
CSS Codes
CSS Globe
CSS TRICKS
Fabrizio Michels
jQuery
jQuery for Designers
Learning jQuery
Mac In Software
Nettuts
New Soft Solutions
See How To Fix
Web Resources Depot
RSS Links
All posts
All comments
Archives
February 2011
July 2010
June 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
Tags
ActionScript 3
ActionScript 3.0
Business Catalyst
change
Change Message
Collapse
CSS
Disable
Display
div
div clickable
Drop Down
Email
Expand
Flash
form
Form Email
Glow Effect
GoodBarry
height
hide
How
How to
HTML
images
Iphone
Ipod
JavaScript
Javascritp
jQuery
latest tweet
Links
Objective C
PHP
Reflection Effect
scroll
Select
Sending Email
show
Show div
Simple
smooth
template
Toggle Visibility
Xcode
How to Equalize Heights of Divs