Re: [css-d] funny border after click event - can i fix this?

2011-03-08 Thread Tim Climis
On Wednesday, March 09, 2011 12:31:57 AM Matthew P. Johnson wrote: > What formats this? > outline. To remove it you can use :focus {outline: none} but that will cause the accessibility issues that Philippe already mentioned. ---Tim ___

Re: [css-d] funny border after click event - can i fix this?

2011-03-08 Thread Matthew P. Johnson
> > You can eventually remove that outline, but **please** replace it with some other styling to help keyboard users. > What formats this? __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] funny border after click event - can i fix this?

2011-03-08 Thread Matthew P. Johnson
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Philippe Wittenbergh Sent: Tuesday, March 08, 2011 7:12 PM To: Matthew P. Johnson Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] funny border after click event - can

Re: [css-d] funny border after click event - can i fix this?

2011-03-08 Thread Kevin Rodenhofer
That is: a { outline: 0; } However, on second thought, that defeats usability for people that use a keyboard for navigating around a site. Certainly, you could remove the focus from that link on closing the form window using javascript. On 3/8/2011 10:06 PM, Kevin Rodenhofer wrote:

Re: [css-d] funny border after click event - can i fix this?

2011-03-08 Thread Philippe Wittenbergh
On Mar 9, 2011, at 11:21 AM, Matthew P. Johnson wrote: > If you follow this link > > http://peacetimemachine.com/ecoit/testimonials.shtml > > and click on the "Contact" nav option. The lightbox works (don't mind the > form inside, I am working on that tonight) but when you close the lightbox, >

Re: [css-d] funny border after click event - can i fix this?

2011-03-08 Thread Kevin Rodenhofer
You could try adding this to your styles: |a{ outline: 0; }| On 3/8/2011 9:21 PM, Matthew P. Johnson wrote: Hey y'all, I am finally working on my own web site for business. I am having an issue obviously. If you follow this link http://peacetimemachine.com/ecoit/testimonials.shtm

Re: [css-d] funny border after click event - can i fix this?

2011-03-08 Thread Matthew P. Johnson
I see it chrome as well... pretty strange ay? -Original Message- From: Gail Issen [mailto:gis...@sbcglobal.net] Sent: Tuesday, March 08, 2011 6:49 PM To: 'Matthew P. Johnson' Subject: RE: [css-d] funny border after click event - can i fix this? Weird ... I see the border in IE9 and Safar

[css-d] funny border after click event - can i fix this?

2011-03-08 Thread Matthew P. Johnson
Hey y'all, I am finally working on my own web site for business. I am having an issue obviously. If you follow this link http://peacetimemachine.com/ecoit/testimonials.shtml and click on the "Contact" nav option. The lightbox works (don't mind the form inside, I am working on that t

Re: [css-d] stretching content to the footer

2011-03-08 Thread BHomis
footerStickAlt RULES!!! Thanks so much! This is what the doctor ordered! Bruce In a message dated 3/7/2011 11:50:22 A.M. Eastern Standard Time, christian.kirchh...@editura.de writes: Am 07.03.2011 17:46, schrieb bho...@aol.com: > Actually, I have done a lot of research. This was one

Re: [css-d] Fwd: position: fixed, problem in IE7

2011-03-08 Thread David Hucklesby
On 3/8/11 2:51 PM, dick van swieten wrote: Thank you ! I had never heard of these "first-child+html"-rules, but I found them in my CSS W3 books. The logo and the slideshow are at the right position now. So are the nav-buttons, but unfortunately they don't show the sub-menus when you hover over t

Re: [css-d] Fwd: position: fixed, problem in IE7

2011-03-08 Thread dick van swieten
Thank you ! I had never heard of these "first-child+html"-rules, but I found them in my CSS W3 books. The logo and the slideshow are at the right position now. So are the nav-buttons, but unfortunately they don't show the sub-menus when you hover over them. That works fine in IE8 and the other bro

Re: [css-d] IE Positioning Bug

2011-03-08 Thread David Laakso
On 3/8/11 4:28 PM, Brett Goodrich wrote: Problem with IE rendering whole page items in a corner instead of throughout the page, but it's not a "FF vs IE" style bug. -bRETT Dunno. Unless I am missing your point but both url's seem to render the same in IE/8 on this end. And no particular

[css-d] IE Positioning Bug

2011-03-08 Thread Brett Goodrich
Problem with IE rendering whole page items in a corner instead of throughout the page, but it's not a "FF vs IE" style bug. The exact same code is served to the exact same browser (IE8) from two different severs and two different things happen. Compare horizonsrhigh.org/campindy with campindy.org.

[css-d] Emulating the start attribute

2011-03-08 Thread Gabriele Romanato
Hi! Another nonsensical experiment that leads to nothing, except perhaps for a successfully validated XHTML 1.0 Strict page: http://onwebdev.blogspot.com/2011/03/css-emulating-start-attribute.html "Follow the standards, break the web" - IE 7 and brothers - HTH :-) http://www.css-zibaldone.

Re: [css-d] Fwd: position: fixed, problem in IE7

2011-03-08 Thread David Laakso
hello Philippe, The only problem that remains in IE7 mode is that the wrapper is moved to the right, and the navbuttons are not visible. I believe we are almost there ! Do you have an idea how to solve this ? Regards, Dick RE: Checked on a local file only: /*

[css-d] Fwd: position: fixed, problem in IE7

2011-03-08 Thread Philippe Wittenbergh
Begin forwarded message: > From: dick van swieten > Date: March 8, 2011 6:19:35 PM GMT+09:00 > To: Philippe Wittenbergh > Subject: Re: [css-d] position: fixed, problem in IE7 > > hello Philippe, > > Thanks for your reply, I appreciate that very much. > I tried your solution, set a padding-to