On 10/19/05, Mitko Gerensky-Greene <[EMAIL PROTECTED]> wrote:
> Thanks to all for trying to help! I got further requirements and I have a
> draft version based on some code Dreamweaver spat:
>
> http://websage.net/new/programs_menu.htm
>
> The CSS and JS code are respectively:
>
> http://websage.net/new/mm_css_menu.js
> http://websage.net/newprograms_menu.css
>
> The issues I have are:
>
> - There is a gap between the flyout menu and the table; that gap is not the
> same in Firefox and IE
> - I need to have vertical bars between the table cells; I currently have
> border on the whole table. When trying to put cell borders, they became
> double with the table border.
>

There's:

table, td { border-collapse:collapse; }

that solves #2.

and eliminating padding and margin to everything:

* { margin:0; padding:0; }

should solve number 1.

--
C Montoya
rdpdesign.com ... liquid.rdpdesign.com ... montoya.rdpdesign.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to