[css-d] Jump effect on icons

2011-06-25 Thread Gabriele Romanato
Hi all, continuing the series what web 2.0 requires from a CSS developer, here's an implementation of a jump effect on social icons: http://onwebdev.blogspot.com/2011/06/css-jump-effect-on-icons.html For experienced developers: what happens with CSS3 transitions? Is it possible to create a

Re: [css-d] Jump effect on icons

2011-06-25 Thread Tim Climis
On Saturday, June 25, 2011 4:43:04 pm Gabriele Romanato wrote: For experienced developers: what happens with CSS3 transitions? Is it possible to create a smooth jump effect using transitions? Yes - with just one more line (and the appropriate vendor prefix, of course). #social a {

Re: [css-d] Jump effect on icons

2011-06-25 Thread Gabriele Romanato
Great Tim! On Sat, Jun 25, 2011 at 4:57 PM, Tim Climis tim.cli...@gmail.com wrote: On Saturday, June 25, 2011 4:43:04 pm Gabriele Romanato wrote: For experienced developers: what happens with CSS3 transitions? Is it possible to create a smooth jump effect using transitions? Yes - with

[css-d] background problems in IE8

2011-06-25 Thread john petroshius
would anyone have an idea why the background image for this site does not show up properly in IE8? it appears to work ok in other browsers I've checked...thanks! http://www.mariancall.com john petroshius __ css-discuss

[css-d] Image link be gone!

2011-06-25 Thread Brian M. Curran
Hello, I'm trying to get my image link to not be noticeable for my floor plan image here: http://www.draftingservices.com/floor_plan_drafting.html I've tried the style below, but it didn't work. Do I have to give my div and id to get this to work? I believe I know how to do that, but I'm

Re: [css-d] Image link be gone!

2011-06-25 Thread Christian Kirchhoff
Hello, not sure what you mean with not noticaable, but for getting rid of the blue border that is shown in some browsers try .textBoxRight a img { border: none; } Best regards Christian Editura GmbH Co. KG Tempelhofer Damm 2 · 12101 Berlin www.editura.de http://www.editura.de AG

Re: [css-d] Image link be gone!

2011-06-25 Thread David Laakso
On 6/25/11 7:23 PM, Brian M. Curran wrote: Hello, I'm trying to get my image link to not be noticeable for my floor plan image here: http://www.draftingservices.com/floor_plan_drafting.html Thanks, Brian =) ??? .textBoxRight a {color: #000;} Best, Bono 4 U2 --

Re: [css-d] Image link be gone!

2011-06-25 Thread Brian M. Curran
From: Christian Kirchhoff not sure what you mean with not noticaable, but for getting rid of the blue border that is shown in some browsers try .textBoxRight a img { border: none; } Yes, that's what I want to do. For some reason in Firefox I could still see the border when hovering,

Re: [css-d] Image link be gone!

2011-06-25 Thread Brian M. Curran
??? .textBoxRight a {color: #000;} Best, Bono 4 U2 -- Gracias!! __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] background problems in IE8

2011-06-25 Thread Jukka K. Korpela
2011-06-26 1:39, john petroshius wrote: would anyone have an idea why the background image for this site does not show up properly in IE8? it appears to work ok in other browsers I've checked...thanks! http://www.mariancall.com The background image for the body element seems to deal with

Re: [css-d] Image link be gone!

2011-06-25 Thread Jukka K. Korpela
2011-06-26 2:59, Brian M. Curran wrote: For some reason in Firefox I could still see the border when hovering, after using your code. Therefore I did this, and it's working now: .textBoxRight a {color: #000;} .textBoxRight a img {border: none;} I have no idea why setting border to none

Re: [css-d] Image link be gone!

2011-06-25 Thread David Laakso
On 6/25/11 11:00 PM, Jukka K. Korpela wrote: I have no idea why setting border to none didn't suffice It does suffice this end: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 Best, ~d -- http://chelseacreekstudio.com/

[css-d] Vertical Accordion Menu Style

2011-06-25 Thread Christopher Wicklander
I'm trying to set the margins back to 0 for the  ul class submenu li a  23- A and 23-B under meet our firefighters. I wanted to change the margin to set it back to a heading and set the bg color to black instead of #a60303 red.  Any help for the newbi would be great! Thanks Christopher