Re: [css-d] Die focus, die!

2010-03-24 Thread Dave M G
Philippe, Thank you for responding. > input[type="button"]:focus::-moz-focus-inner { > outline: none; > border: transparent; > } This is very close to working. It does remove the undesired borders. But, when I actually click a button, while it has focus, it shifts downward by one pixel, pushing

Re: [css-d] Die focus, die!

2010-03-24 Thread Philippe Wittenbergh
On Mar 25, 2010, at 11:46 AM, Dave M G wrote: > I usually use this code to reset focus at the top of my CSS code: > > :focus { > outline: 0; > } > > But for some reason, on a new page I'm working on which uses Javascript > to manage some buttons, all the buttons are getting dashed line borders

[css-d] Die focus, die!

2010-03-24 Thread Dave M G
CSS-d, I usually use this code to reset focus at the top of my CSS code: :focus { outline: 0; } But for some reason, on a new page I'm working on which uses Javascript to manage some buttons, all the buttons are getting dashed line borders when they take focus (in FireFox 3.6). Someone sugges

Re: [css-d] Full-height table - td height in Safari/Chrome

2010-03-24 Thread Krupa Anna Katalin
Hi! The solution is you used three times. Change your first to and it will work. I just checked in chrome and ff under linux. Another thing, change your third to Kata Andy Harrison wrote: > I created a layout using a table where the table is never shorter than the > height of the window/fr

Re: [css-d] Full-height table - td height in Safari/Chrome

2010-03-24 Thread David Laakso
Andy Harrison wrote: > http://test.dragonzreef.com/full-height-table.htm. > Any idea how to make it work in Safari and Chrome too? > > Andy > Umm. I think it may require a sense of humor. Try? html, body { position: relative; height: 100% } html, body, table, thead, tbody, tfoot, tr, th, td,

Re: [css-d] Styling forms with CSS

2010-03-24 Thread Tim White
On Mon, Mar 22, 2010 at 3:22 PM, David Hucklesby wrote: > BTW - I notice that tabbing through the form, I cannot reach the radio > buttons... On the Mac you have to specifically enable it to tab to radio buttons. If I recall, it's under system preferences (sorry, don't have a Mac handy at the mo

Re: [css-d] understading ul li as menus - A 5 question quest.

2010-03-24 Thread MEM
> > Philippe > --- Sorry for this late reply. I couldn't wish better. All clear. :) (for now) :D Thanks for your time and css teachings on this. Márcio __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org

[css-d] Full-height table - td height in Safari/Chrome

2010-03-24 Thread Andy Harrison
I created a layout using a table where the table is never shorter than the height of the window/frame. Example is at http://test.dragonzreef.com/full-height-table.htm. The problem is in Safari or Chrome where the top cell does not obey a height property. I've tested it on these Windows browsers: F