|
| |
|
|
paul1912005
Posts: 32 Joined: 7/18/2007 Status: offline
|
Behaviors problems in expression - 7/19/2007 14:02:05
Im trying to get my hyperlinks to underline and change colour but they won't work. Sometimes they do work but it says error in the bottom left hand corner of IE7. When I highlight the text I want to to change the formatting I then click in to behaviors and add the tab change proptery and then change proptery restore. Works fine in frontpage 2003 but not in expression. One thing too, I seem to be missing autoshapes from expression web and preview mode which is in frontpage2003 any ideas? ================= Ok I got it why the behaviors didn't work for some reason when I clicked on medium font expression didn't like it so when I typed it 14pt it worked fine. Only problem I am having now is that I just want my text too be hightlighted when the mouse moves over it or my hyperlinks. I can do it in a table layer or p in expression but just highlighting the text there dosen't seem to be a way of doing it just for the text. ==============================
< Message edited by paul1912005 -- 7/19/2007 17:28:58 >
|
|
|
|
coreybryant
Posts: 2479 Joined: 3/17/2002 From: Castle Rock CO USA Status: offline
|
RE: Behaviors problems in expression - 7/19/2007 18:33:41
Expression Web tries to do more things in a compliant way. Chances are, the "FP" way created some bloated code. If you post the code, or URL we might be able to help you out some more.
_____________________________
Corey R. Bryant Merchant Accounts | Toll Free Numbers | Expression Web Blog
|
|
|
|
Tailslide
Posts: 6272 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
|
RE: Behaviors problems in expression - 7/20/2007 3:10:15
I'd be careful about causing a hover effect on anything that's not a link - it'll be confusing for people for a start and for seconds IE only allows hover effects on links without lots of finessing. For normal links you add link styles to the stylesheet like this:
a:link {color:blue; text-decoration:underline;}
a:visited {color:green; text-decoration:underline;}
a:focus, a:hover, a:active {color:red; text-decoration:underline;} Obviously the colours can be changed to what you want. Try to avoid using PT to size text - it's really only for print. Use % or ems instead. Try around 76% in the body element rule to give an average sized font throughout the page - then you can add individual font sizing where necessary to other rules.
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|