RE: [WSG] Background image in the mast head...

2005-04-13 Thread Devendra Shrikhande
: Re: [WSG] Background image in the mast head... OK, you have an image set in the div as a background, but you want it to act, to all intents, like a link. The first thing to do is make the link area the same size as the background image. This is achieved by converting the element to a block

Re: [WSG] Background image in the mast head...

2005-04-12 Thread russ - maxdesign
OK, you have an image set in the div as a background, but you want it to act, to all intents, like a link. The first thing to do is make the link area the same size as the background image. This is achieved by converting the element to a block (display: block) and then giving it a width and heigh

RE: [WSG] Background image in the mast head...

2005-04-12 Thread Paul Bennett
PROTECTED] On Behalf Of Devendra Shrikhande Sent: Wednesday, April 13, 2005 11:22 AM To: wsg@webstandardsgroup.org Subject: RE: [WSG] Background image in the mast head... Russ: As a newbie to CSS, I do not know what this does: #masthead span { position: absolute; left: -500px; width: 500px; } Would

RE: [WSG] Background image in the mast head...

2005-04-12 Thread Devendra Shrikhande
Russ: As a newbie to CSS, I do not know what this does: #masthead span { position: absolute; left: -500px; width: 500px; } Would appreciate your explanation - thanks! #DSS# -Original Message- There are so many ways to do this but I would not use a spacer gif. One way you could go i

RE: [WSG] Background image in the mast head...

2005-04-12 Thread Devendra Shrikhande
Thank you for prompt and detailed response! #DSS# -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of russ - maxdesign Sent: Tuesday, April 12, 2005 4:40 PM To: Web Standards Group Subject: Re: [WSG] Background image in the mast head... There are so many

Re: [WSG] Background image in the mast head...

2005-04-12 Thread russ - maxdesign
There are so many ways to do this but I would not use a spacer gif. One way you could go is: HTML http://mysite.com";>My Site CSS #masthead { width: 750px; height: 100px; background: blah... } #masthead a { display: block; width: 750px; height: 100px; } #masthead span { position: absolute; left