Re: [css-d] Image/Map? sliding doors effect

2008-03-28 Thread Phoebe Taylor
> That selector selects an element called active, that is inside an anchor > with the class name "events" the anchor is hovered. I suspect that since > there isn't an element type "active" that your selector isn't going to select > anything. Did you mean - > > a.events:hover, a.events:active

Re: [css-d] Image/Map? sliding doors effect

2008-03-28 Thread Holly Bergevin
From: "Phoebe Taylor" <[EMAIL PROTECTED]> >oh, okay.. I see now. My other site had the css and html files all in >one directory. I didn't even think about the path there. > >Okay, so now i see the background, so half the battle won. Now I just >need to get it to slide over to see the right half

Re: [css-d] Image/Map? sliding doors effect

2008-03-28 Thread Phoebe Taylor
> Have you checked that the path is correct for your sliding image? It appears > to be the same path as the one that's in the HTML, but that wouldn't be the > correct pathway from the CSS file, since you have that in a different spot. > > ~holly > oh, okay.. I see now. My other site had the c

Re: [css-d] Image/Map? sliding doors effect

2008-03-28 Thread Holly Bergevin
From: "Phoebe Taylor" <[EMAIL PROTECTED]> >I put a dashed blue border around where the sliding doors - >transparent gif should be showing. >The .html validates -- I do have one parse error in CSS, that I think >is due to a hack for IE. > >http://www.cgraytaylor.net/sullivan/index3.html Phoebe, H

Re: [css-d] Image/Map? sliding doors effect

2008-03-28 Thread Phoebe Taylor
I don't have access to the webspace for the church, so I made a folder on the knife site. I put a dashed blue border around where the sliding doors - transparent gif should be showing. The .html validates -- I do have one parse error in CSS, that I think is due to a hack for IE. http://www.cgrayta

Re: [css-d] Image/Map? sliding doors effect

2008-03-28 Thread David Laakso
Phoebe Taylor wrote: > or maybe not... > > the html - which I've tried with .png and .gif images: > > > Shouldn't I see the background image under the .gif or .png that I'm > trying to use as the link? Is what I'm attempting possible? > If possible, it always helps to provide a clickable li

Re: [css-d] Image/Map? sliding doors effect

2008-03-28 Thread Phoebe Taylor
or maybe not... the html - which I've tried with .png and .gif images: the css: a.events { display: block; width: 166px; height: 75px; text-align: center; text-decoration: none; background: url('graphics/calendarslide.jpg') no-repeat; } a.events:hover active

Re: [css-d] Image/Map? sliding doors effect

2008-03-28 Thread Phoebe Taylor
Oh, i think i figured it out... On Fri, Mar 28, 2008 at 12:10 PM, Phoebe Taylor <[EMAIL PROTECTED]> wrote: > I've been trying to play around with an idea that I had for a sliding > doors type link, but one that i don't want text on. > > Is it possible to use the sliding doors image .jpg as the m

[css-d] Image/Map? sliding doors effect

2008-03-28 Thread Phoebe Taylor
I've been trying to play around with an idea that I had for a sliding doors type link, but one that i don't want text on. Is it possible to use the sliding doors image .jpg as the moving background underneath - the graphic says, 'Church Calendar' and would shift upon hover. On top of that, could