| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Senior Member
|
CSS :: defining 'hover' thru style=
Ok, I am sure this is really bad CSS, however to please a client I am building an Outlook editable HTML signature and to do this it seems that all style elements need to be applied as style="" on the HTML tags. 1) Does anyone know a way around this 2) If not; can you user 'hover' within a style="" attribute - and how do you do it? Cheers, Jon |
|
|
|
|
|
#3 (permalink) |
|
Dr. Lucien Sanchez
Join Date: Mar 2003
Location: UK
Posts: 5,527
|
It's not possible. You'd have to use javascript for an inline hover effect - but it won't work in outlook. Code:
|
|
|
|
#5 (permalink) |
|
Senior Member
|
You would think so, wouldn't you? Well for anyone else with this problem - it appears that, for some reason, Outlook only seems to pay attention to styles applied using the style="" method and not by creating either DIVs, SPANs or using class="". I am happy to be proven wrong on this, but I've ended up using a signature to creeat my emails, and then deleting the insert CRs prior to editing. If someone has a 'this is how you build Outlook friendly html formatted templates tutorial' then I'd be over-joyed to read it! Cheers, jon |
|
|
|
#6 (permalink) |
|
hmmm...
Join Date: Jan 2004
Location: Yorkuk
Posts: 2,127
|
Have you seen this? http://www.alistapart.com/articles/cssemail/ not sure if it'll do hovers, but he does mention :link so... |
|
![]() |