[css-d] [Fwd: Replacing HTML Table Align in CSS]

2009-01-22 Thread Kamru Miah
, Kamru -- ** * Mr Kamru Miah Email: k.m...@csl.gov.uk * * Information Systems Team Tel.: +44 (0)1904 462290 * * Central Science LaboratoryFax.: +44 (0)1904 462111 * * Sand Hutton, York YO41 1LZhttp://www.csl.gov.uk

[css-d] Replacing HTML Table Align in CSS

2009-01-22 Thread Kamru Miah
Hello, Could someone advise me how to replace the depreciated HTML table align property with CSS equivalent please? e.g. Many thanks, Kamru -- ** * Mr Kamru Miah Email: k.m...@csl.gov.uk * * Information Systems Team

Re: [css-d] How do you exclude hover from image links

2008-09-09 Thread Kamru Miah
In my situation, seems to exclude the hover colour from the image links. Thanks to both for your help! Kamru Vincent Pollard wrote: > You could add: > > img {border:none;} > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf

[css-d] How do you exclude hover from image links

2008-09-09 Thread Kamru Miah
Hello, Please advise me how to exclude the 'a:hover' below from image links (i.e. only add hover on text links). a:hover { color: #ff; background: #b0e0e6; } Is the above problem something to do with the use of 'inherit' property? Many Thanks Kamru -- ___

Re: [css-d] Mouse hover on image problem

2008-09-02 Thread Kamru Miah
The image is inside a table cell, which has another background image, i.e.: . . . . . . Conyers, Dwayne wrote: > Kamru Miah ink wired: >> I am a new to CSS and do not know why &g

[css-d] Mouse hover on image problem

2008-09-02 Thread Kamru Miah
Hello, My companying uses a standard template for all Intranet applications with an number image links, e.g. In my own style-sheet I have added a background colour to all mouse hover using the code below: a:hover { color: #ff; background: #b0e0e6; } The above background colour ho