Skip to content Skip to sidebar Skip to footer

Trying To Make Buttons Float Right, But It Doesn't Work

I have modified and installed this script (http://www.webcodo.net/grid-list-view-with-jquery-category-filter-cookie-support/#.Umiv7XCnpPE) on this page here -- http://www.helpmyedu

Solution 1:

Put a div enclosing the buttons which floats to right, instead of buttons floating to right by themselves.

Eg:

<divstyle="float:right"><divclass="buy-ico"style="float:none"></div><divclass="buy-ico"style="float:none"></div></div>

Post a Comment for "Trying To Make Buttons Float Right, But It Doesn't Work"