[css-d] Applying background Image

2006-12-22 Thread Raghavendhran, Kavita
Is it possible to put a background image to a table header using CSS.
What I have noticed is that the image is applied to every cell, which I
do not want.

 

Thanks,

Kavita



**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you are not the intended recipient, please e-mail 
the sender immediately by replying to this message and delete the 
material from any computer.

This Message is attributed to the sender and may not necessarily 
reflect the view of Capita Registrars, its subsidiaries or associates.

If you would like to find out more about Capita Registrars, please visit 
our website at http://www.capitaregistrars.com

Part of The Capita Group Plc.
Registered Office:
The Registry
34 Beckenham Road
Beckenham
Kent
BR3 4TU

Registered in England no: 2605568

**

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] (was no subject) ie/6.0 issue

2006-12-19 Thread Raghavendhran, Kavita
> That worked thanks a lot. I cannot send the link to the page I am
> afraid.  
> Setting the width to 100% did the trick. Understood what was happening
> there, I guess the A tag was not taking the complete width for the li,
> and so the display:block property was not being applied to it.

-Original Message-
From: ~davidLaakso [mailto:[EMAIL PROTECTED] 
Sent: 19 December 2006 16:06
To: css-d@lists.css-discuss.org
Cc: Raghavendhran, Kavita
Subject: Re: [css-d] (was no subject) ie/6.0 issue

Raghavendhran, Kavita wrote:
> I have a href tag inside an li. I want the cursor to change to hand
when
> the mouse is over a particular li/a href. I have set the display to
> block inside the 'a' style. It doesn't seem to work in IE 6.0 for some
> reason. Given it a background colour as well.
Hard to tell without a link to the problem page.
Try adding this on the a:
position: relative;
width: 100%;
Best,
~dL

-- 
http://chelseacreekstudio.com/


This email has been scanned for all viruses by the MessageLabs SkyScan
service.


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you are not the intended recipient, please e-mail 
the sender immediately by replying to this message and delete the 
material from any computer.

This Message is attributed to the sender and may not necessarily 
reflect the view of Capita Registrars, its subsidiaries or associates.

If you would like to find out more about Capita Registrars, please visit 
our website at http://www.capitaregistrars.com

Part of The Capita Group Plc.
Registered Office:
The Registry
34 Beckenham Road
Beckenham
Kent
BR3 4TU

Registered in England no: 2605568

**

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] (no subject)

2006-12-19 Thread Raghavendhran, Kavita
I have a href tag inside an li. I want the cursor to change to hand when
the mouse is over a particular li/a href. I have set the display to
block inside the 'a' style. It doesn't seem to work in IE 6.0 for some
reason. Given it a background colour as well.



**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you are not the intended recipient, please e-mail 
the sender immediately by replying to this message and delete the 
material from any computer.

This Message is attributed to the sender and may not necessarily 
reflect the view of Capita Registrars, its subsidiaries or associates.

If you would like to find out more about Capita Registrars, please visit 
our website at http://www.capitaregistrars.com

Part of The Capita Group Plc.
Registered Office:
The Registry
34 Beckenham Road
Beckenham
Kent
BR3 4TU

Registered in England no: 2605568

**

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/