Saturday, December 5, 2009

Vertical align in Mozilla firefox is not working

Set Vertical align in different IE and MOZILLA

When i was working in ASP.Net and i had some needs to use

JQuery news ticker. In that case vertical align in different browsers was

big problem. And finally i arranged both IE and mozilla in vertical align

center


IE

In IE6 just Vertical-Align = "middle"; is enough

Mozilla

Mozilla we have to consider some factors to get valign center


The style i used is


{padding:0px;margin:0px}


HAPPY PROGRAMMIN

No comments:

Post a Comment