Valign Using CSS
Friday, October 3rd, 2008td {
text-align: top;
vertical-align: top;
}
td {
text-align: top;
vertical-align: top;
}
Horizontal with subnva
http://phoenity.com/newtedge/horizontal_nav/#inline
Horizontal
http://www.wings-properties.co.uk
/*
* It checks all the checkboxes of a certain group (that shares a name like this: checkboxes[])
*
* @param the Javascript Element that contains all the checkboxes of a certain group
*
* Example of usage:
* var checkboxesObj = document.getElementsByName(’checkboxes[]’);
* selectAllCheckboxes(checkboxesObj);
*/
function checkAllCheckboxes(checkboxesObj)
{
var checkboxesLength = checkboxesObj.length;
for(var i = 0; i < checkboxesLength; i++) {
checkboxesObj[i].checked = true;
}
}
http://sourceforge.net/projects/ie7/
http://dean.edwards.name/IE7/
http://www.myfonts.com/WhatTheFont/
http://www.identifont.com/
http://www.whatthefont.com
To make it disappear (as usual):
xxxx.style.display = “none”;
To make it appear:
xxxx.style.display = “”;
The last trick is because, this:
xxxx.style.display = “table-row”;
wouldn’t work in IE6 and IE7
http://www.dynamicdrive.com
http://www.freelayouts.com/
http://www.stylegala.com/features/bulletmadness/