Re: [css-d] z-index on menu

2011-09-06 Thread Alan Gresley
On 6/09/2011 11:03 AM, Debbie Campbell wrote: Can someone point out what's covering the left side of the top menu in IE8 in this site? http://www.signwithprestige.com/test/classes/ It's the image below and it only is seen once this image is hovered. I can not track it down in the CSS so thi

Re: [css-d] z-index on menu

2011-09-06 Thread Debbie Campbell
Thank you - perfect. I appreciate the help. -- Debbie Campbell On 9/6/2011 10:58 AM, Chetan Crasta wrote: A number of CSS declarations had to be overridden, see the inline styles. IE 8 seems to get confused with the relative positioning. http://roughtech.com/t/prestige.html Regards, Chetan Cr

Re: [css-d] z-index on menu

2011-09-06 Thread David Hucklesby
Re: http://www.signwithprestige.com/classes/ On 9/6/11 9:58 AM, Chetan Crasta wrote: A number of CSS declarations had to be overridden, see the inline styles. IE 8 seems to get confused with the relative positioning. http://roughtech.com/t/prestige.html Regards, Chetan Crasta Yes. It seems t

[css-d] min-height, max-height, vertical centering and few other things

2011-09-06 Thread Adam Ambrus
hello all, it's me again. i have a mockup of the new design here http://www.flickr.com/photos/king-muffin/6069114194/in/photostream , its work-in-progress here http://adif.sk/testversion/ with the important files here http://adif.sk/testversion/index.html and here http://adif.sk/testversion/

Re: [css-d] CSS3: creating social network icons? yes, we can!

2011-09-06 Thread David Laakso
On 9/6/11 12:36 PM, Gabriele Romanato wrote: http://onwebdev.blogspot.com/2011/09/css-create-social-network-icons.html dimensions are in ems, so they should fit your layout. I have to fix some accessibility issues related to the markup used in the demo. if you have any WAI-compliant solutions

Re: [css-d] z-index on menu

2011-09-06 Thread Chetan Crasta
A number of CSS declarations had to be overridden, see the inline styles. IE 8 seems to get confused with the relative positioning. http://roughtech.com/t/prestige.html Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discu

[css-d] CSS3: creating social network icons? yes, we can!

2011-09-06 Thread Gabriele Romanato
Hi folks, after several weeks of hard work on WP themes and Zend Framework PayPal classes, I moved back to my first love, CSS. and here's the result: http://onwebdev.blogspot.com/2011/09/css-create-social-network-icons.html dimensions are in ems, so they should fit your layout. I have to fix

Re: [css-d] Off-topic : h1 replacement -- which one is recommended?

2011-09-06 Thread Tomasz Borek
2011/8/26 Tim Arnold > I remember a Google Webmaster Help video where Matt Cutts said the same > thing but can't find it right now. > > Tim > Tim, Would it be that one? http://www.youtube.com/watch?v=GIn5qJKU8VM pozdrawiam, Tomasz Borek

Re: [css-d] Hidden HRs

2011-09-06 Thread Tomasz Borek
Definitely. Trial case for lettering jQuery plugin. Apology for not looking deep enough before asking, especially since the answer was one click away. Many thanks, Philip. Though it was not until I read Dave's post here http://daverupert.com/2010/09/lettering-js/ when I got the reason for doing th

Re: [css-d] Hidden HRs

2011-09-06 Thread Philip TAYLOR (Webmaster, Ret'd)
Tomasz Borek wrote: > What actually puzzles me is why would that site creator have different > classes (char1, char2, ...) for characters in each letter in "Cowpoke's". > Including the '. > > The only styling he uses is margin-right, like: > > h1 .char2 { /* try also char5 and char8 */ >

Re: [css-d] Hidden HRs

2011-09-06 Thread Tomasz Borek
What actually puzzles me is why would that site creator have different classes (char1, char2, ...) for characters in each letter in "Cowpoke's". Including the '. The only styling he uses is margin-right, like: h1 .char2 { /* try also char5 and char8 */ margin-right: -6px; /* the amount here