Editing tables with styles?
Is there a way to hide/remove a single td within a table?
I'm trying to remove the right-side
Here's the site: http://www.kffl.com/hotw/
Here's my script so far:
Any suggestions would be greatly appreciated. Thanks!
I'm trying to remove the right-side
<td>
in the main table that's inside the <div id="main" style="clear: both;">
tag. Here's the site: http://www.kffl.com/hotw/
Here's my script so far:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("kffl.com") {
div[id^=mainnav],
div[id^=login],
div[id^=footer],
div[id^=clearer],
div[class^=onethirdboxred],
div[class^=onethirdboxsilver],
div[class^=onethirdboxwhite],
div[class^=onethirdboxblank],
body>iframe,
p[id^=mvp]
{display: none !important;}
div[class^=enclosure] { width: 100% !important; }
table#top { background:#000000; }
}
Any suggestions would be greatly appreciated. Thanks!
Comments