JQuery UI je koristan, ali…

Neke osobine u jQueryUI css mogu da naruše css sajta.Recimo,

.ui-helper-clearfix:after {
clear: both;
}

valjalo bi zameniti sa

.ui-helper-clearfix:after {
overflow: auto;
width: 100%
}

Koristan link: http://www.quirksmode.org/css/clearing.html

This entry was posted in Hosting, Internet, Programiranje, Softver and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.