PDA

View Full Version : YUI Grid.css


techno_adi
10-11-2006, 01:53 AM
Hi,
I was thinking, why have the fixed header and footer options been provided out of box in yui for grid.css
Well this could be included as a part:
say -
div class="hd fixed" - remove fixed if not required
div class="bd"
div class="ft fixed" - remove fixed, if not required

Is there any implications to the implementation..

PS: Sorry, but i like putting up questions here than the yui group

jack.slocum
10-11-2006, 05:02 AM
It's not that easy. Unfortunately creating cross browser fixed headers and footers can't be done with just CSS.