Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Izzy1138 #1
htmlText <a> style a:link
I have this Text:
<mx:Text x="10" y="435" link="bookmark()">
<mx:htmlText><![CDATA[<a href='event:#'>LINK</a>]]></mx:htmlText>
</mx:Text>
I want to style the anchor tag like docs say it can:
[url]http://livedocs.adobe.com/flex/3/html/help.html?content=textcontrols_04.html[/url]
I put this in style sheet:
a:link {
color: #0000ff;
textRollOverColor: #4e8ace;
fontWeight: normal;
textDecoration: underline;
}
AND THEN I get this warning: CSS selector condition type is not supported:
':link'
AND the style does not work.
What am I doing wrong?????
Thanks.
Izzy1138 Guest
-
htmlText in ComboBox?
I'm trying to do what I believe would be fairly useful - have formatted strings in a ComboBox, as in: This is the best, but most expensive doo-dad... -
htmlText not displaying
hello, i've come to a project midway and i'm trying to display htmlText in <mx:TextArea> and <mx:Text>, eventually through actionscript. at the... -
Link to actionscript in htmltext
Here's the correct syntax, our lead developer got the answer from FlexCoders: <a href="asfunction:_parent.myLink,foo">Click Me</a> The second... -
CSS Link Style
I've been messing with Dreamweaver's CSS styles for the past hour trying to figure out how to override the page's properties link colors. I have a... -
Need help with Style conversion from Style object to Style key/value collection.
I am writing a custom control that derives from the DataGrid control. I would like to apply SelectedItemStyles and ItemStyles for use in my derived...



Reply With Quote

