[css-d] Border not shown in Firefox

2007-08-01 Thread trevor bayliss
http://216.219.94.105/ajax.htm Hi all this is a small test page. The aTab has a border around it in IE but in Firefox it doesn´t appear: .gw_aTab { padding : 5px; float : none; width:auto; border-top : 1px solid #e6e6e6; border-right : 1px solid #e6e6e6; border-left : 1px solid #e6e6e6;

Re: [css-d] Border not shown in Firefox

2007-08-01 Thread Susan Grossman
I tried changing the borders to border: 1px solid #e6e6e6; instead of defining for all of them like border-top, border-right etc. but it doesn´t make any difference. Why does FF not show the border? Thanks for any ideas It worked for me doing border : 6px solid #e6e6e6;