Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Silwolffe #1
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 menu to
the left of my site that I wish to be black linked and the links in the center
of my page (the ones that fit in with the content) to be a light gray color.
How can I get the two to work cooperatively? Can someone tell me a CSS function
or direct me to a website in which I can learn this? All help is appriciated.
Silwolffe Guest
-
htmlText <a> style a:link
I have this Text: <mx:Text x="10" y="435" link="bookmark()"> <mx:htmlText><!]></mx:htmlText> </mx:Text> I want to style the anchor tag like... -
Character style has a little + after style
Sometimes when I try to change some copy to a particular character style, the font won't fully change. Instead I get a small + after the style. How... -
preserve the link to a single Excel cell when updating link
I want to import a single cell from an Excel spreadsheet into InDesign CS. Initially, I am placing a single cell into a text frame and get the... -
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... -
Number format German style => English style when importing CSV files into MySQL-DB
Hi there, I'm trying to import a csv file into my MySQL database. Unfortunately the number format for the price column is formatted in German... -
Joe Makowiec #2
Re: CSS Link Style
On 13 Apr 2005 in macromedia.dreamweaver.appdev, Silwolffe wrote:
[url]http://projectseven.com/tutorials/css/pseudoclasses/[/url]> 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 menu to the left of my site that I wish to be black
> linked and the links in the center of my page (the ones that fit in
> with the content) to be a light gray color. How can I get the two to
> work cooperatively? Can someone tell me a CSS function or direct me
> to a website in which I can learn this?
--
Joe Makowiec
[url]http://makowiec.net/[/url]
Email: [url]http://makowiec.net/email.php[/url]
Joe Makowiec Guest
-
Alexandro Colorado #3
Re: CSS Link Style
On Thu, 14 Apr 2005 01:33:28 +0000 (UTC), Silwolffe
<webforumsuser@macromedia.com> wrote:
a:link {color:red !important;}> 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
> menu to
> the left of my site that I wish to be black linked and the links in the
> center
> of my page (the ones that fit in with the content) to be a light gray
> color.
> How can I get the two to work cooperatively? Can someone tell me a CSS
> function
> or direct me to a website in which I can learn this? All help is
> appriciated.
>
The !important tag override previous css parameters
a affects all links
a:link
a:hover when mouse is over the link
--
Alexandro Colorado
------------------------------
Support Engineer
InterAKT Online
[url]http://www.interaktonline.com[/url]
Tel: 40(21) 312.5312
Alexandro Colorado Guest
-



Reply With Quote

