yui-grids

jQuery tabs, separate divs for tabs and content

扶醉桌前 提交于 2019-12-11 07:45:57
问题 I'm using jquery tabs with no problems except that I would like to have separate divs for the list (tabs) and the content. <div id="tabs"> <ul> <li><a href="#articles">Articles</a></li> <li><a href="#videos">Videos</a></li> <li><a href="#photos">Photos</a></li> </ul> <div id="articles" class="bd">Lorem ipsum dolor sit amet,</div> <div id="videos" class="bd">Lorem ipsum dolor sit amet,</div> <div id="photos" class="bd">Lorem ipsum dolor sit amet,</div> </div> But what I would like to do is

UL list style not applying

我与影子孤独终老i 提交于 2019-11-30 12:26:30
问题 I've got a stylesheet that will not, for whatever reason, apply list-style-type to a UL element. I'm using YUI's Grid CSS with their reset-fonts-grid.css file, which I know strips that out as part of the CSS reset. After calling YUI, I call the stylesheet for the website and in there have a block for UL: ul {list-style-type: disc;} I've also tried setting it via list-style but get the same result. I know that the above CSS block is getting read as if I add things like padding or margins those

UL list style not applying

折月煮酒 提交于 2019-11-30 02:41:03
I've got a stylesheet that will not, for whatever reason, apply list-style-type to a UL element. I'm using YUI's Grid CSS with their reset-fonts-grid.css file, which I know strips that out as part of the CSS reset. After calling YUI, I call the stylesheet for the website and in there have a block for UL: ul {list-style-type: disc;} I've also tried setting it via list-style but get the same result. I know that the above CSS block is getting read as if I add things like padding or margins those do get applied. The style-type isn't showing up in either Firefox or IE. The only other CSS I've