简体   繁体   中英

Jquery Tab header in firefox

I am trying to implement the Jquery ui Tabs # simple manipulation.

http://jqueryui.com/resources/demos/tabs/manipulation.html

The close icon appears in the next line to the Text. it happens in firefox, not in chrome. in firefox the tab tile is

[titleText
x]

In chrome it is [ titleText x]

below is the li tag.

    <li ><a href='#{href}'>#{label}</a><span class='ui-icon ui-icon-close' role='presentation'>R</span></li>

Please help if someone knows what is the css property causing this wrap of the li content.

thanks Sachin

Found solution in the post jquery ui tabs close button beneath the text

added below to the jquery_ui.css

.ui-icon-close { float: left; }

thanks Sachin

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM