Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-javascript · Yahoo! User Interface Library Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12955
  • Category: JavaScript
  • Founded: Dec 15, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
how to remove the outer border in datatable?   Topic List   < Prev Topic  |  Next Topic >
Summarize Messages Sort by Date  
#40260 From: "tbdtbd_tbdtbd" <tbdtbd_tbdtbd@...>
Date: Sun Nov 2, 2008 5:41 pm
Subject: how to remove the outer border in datatable?
tbdtbd_tbdtbd
Send Email Send Email
 
Hello!

I've been playing with datatable styling (custom CSS), but I can't
figure out how to remove the outer border of datatable? Or at least
make it white?

Thanks!




#40281 From: "dpj22" <dpj22@...>
Date: Mon Nov 3, 2008 1:07 am
Subject: Re: how to remove the outer border in datatable?
dpj22
Send Email Send Email
 

You can use the Firebug add-on to Firefox to inspect and change the
CSS of a web page. It's a quick way of figuring out what CSS is being
applied.

Put the following in after your file loads the yui datatable.css file:

<style>
.yui-skin-sam .yui-dt table {
border:0px; }
</style>

- Dan

--- In ydn-javascript@yahoogroups.com, "tbdtbd_tbdtbd"
<tbdtbd_tbdtbd@...> wrote:
>
> Hello!
>
> I've been playing with datatable styling (custom CSS), but I can't
> figure out how to remove the outer border of datatable? Or at least
> make it white?
>
> Thanks!
>






 
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help