| Page 1 of 1 | [ 3 posts ] |
|
I'm using combo 3.1.1 for reset, fonts, grids and base. I'm also using the menu nav module. I'm just trying to create a regular table (sorry, purists) in the page and have it with no border. I've tried identifying it as specifically as I can in my css, as follows:
Code: .yui3-main .yui3-b table { border:0px none white !important; } I've tried applying a class (nb) with border:none; I've tried applying the style to the table tag: Code: <table class="nb" style="border:0px none white !important;" border="0"> At this point I realize I must be circling around the real solution but I'm going nowhere fast. What am I doing wrong? Thanks. |
|
I believe Base puts borders on the THs and TDs, not on the TABLE itself. I think it puts it on a simple element selector, so I don't believe you'll need to be more specific than a simple:
style table th, table td {border:none;} In cases like this, tools like Firebug (firefox) and Inspect Element (most other browsers) are your best friend for seeing which rules from where are applied to which nodes. Hope that helps, Thanks, Nate |
|
Many thanks, Nate. That did the trick. Apologies for not persevering to such an obvious solution.
|
| Page 1 of 1 | [ 3 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group