[thelist] help with tbody hide/show behavior/rendering

kasimir-k kasimir.k.lists at gmail.com
Sat Mar 31 11:24:48 CDT 2007


Timothy Martens scribeva in 31/03/2007 0:36:
>> Can anyone help me figure out what is causing the strange visual  
>> shift to the right when one click's "Yes" to "Is this purchase a  
>> gift?" I'm stumped.
>>
>> http://66.216.113.114/bookings/

Not so strange really. The text "Write a note to the lucky party ..." 
simply pushes the column to be as wide as it can.

To fix it add width for th in your css (grendel133i.css, line 215)

th {
	font-weight:normal;
	text-align:right;
	vertical-align:middle;
	width:17em;
}


.k



More information about the thelist mailing list