CSS Link Properties

i used the page properties to set the link properties on all
of my pages. the pages appeared fine on my browser (safari) but on
other browsers, my sidebar links have the link color. I've been
reading other topics related to this and I somewhat understand
changing the link properties using css to the specific div tags but
I am running into trouble.
I don't want my sidebar links to to have red boxes around
them. Isn't it true you can override the css style in the
<head> with an inline style in the html element?
When I try to change these properties the effects either
don't take place or the layout changes. I'm still fairly new to css
and I understand what I must change but I am coming up short. would
this be the code I would use so that they would not display red?
<div class="sidebar1">#sidebar1 links go
here#</div>
CSS Document:
.sidebar1 a:link { color: #FFFFFF; }
.sidebar1 a:visited { color: #FFFFFF; }
.sidebar1 a:hover { color: #FFFFFF; }
.sidebar1 a:active { color: #FFFFFF; }

> I don't want my sidebar links to to have red boxes
around them. Isn't it
> true
> you can override the css style in the <head> with
an inline style in the
> html
> element?
Yes, but that may not be the most efficient way to do it, so
it would be at
the bottom of the alternative list.
> would this be the code I would use so that they would
not display red?
It could be, but it will depend on what else you have on your
page. At the
least, you should shorten that code like this -
.sidebar1 a { color:#FFF; }
(which would apply to ALL links at all link states within
div.sidebar1)
Are you not seeing that have an effect?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"iPAGEbreak" <[email protected]> wrote in
message
news:[email protected]...
>i used the page properties to set the link properties on
all of my pages.
>the
> pages appeared fine on my browser (safari) but on other
browsers, my
> sidebar
> links have the link color. I've been reading other
topics related to this
> and I
> somewhat understand changing the link properties using
css to the specific
> div
> tags but I am running into trouble.
>
> I don't want my sidebar links to to have red boxes
around them. Isn't it
> true
> you can override the css style in the <head> with
an inline style in the
> html
> element?
>
> When I try to change these properties the effects either
don't take place
> or
> the layout changes. I'm still fairly new to css and I
understand what I
> must
> change but I am coming up short. would this be the code
I would use so
> that
> they would not display red?
>
> <div class="sidebar1">#sidebar1 links go
here#</div>
>
> CSS Document:
>
> .sidebar1 a:link { color: #FFFFFF; }
> .sidebar1 a:visited { color: #FFFFFF; }
> .sidebar1 a:hover { color: #FFFFFF; }
> .sidebar1 a:active { color: #FFFFFF; }
>
>

Similar Messages

  • Setting CSS link properties in Dreamweaver CS4

    I'm a Dreamweaver CS4 newbie working on my first page. I'm setting the link <a> properties for my page, and while I understand how to set them manually by writing them into the CSS file, I'm wondering if there's a way to set them using Dreamweaver's usual, more "automatic" methods.
    For example, if I choose New CSS Rule, the dialogue box comes up where I can choose Tag, then choose "a" from the list of Selectors. But is there a way using this New CSS Rule box to create rules for a:hover, a:visited and a:active? Or do I just have to write those manually in my CSS file?
    Sorry for such a basic question. I did a search here and came up empty.
    Thanks in advance.
    Scott

    Using  DW Page Properties to create a basic CSS style sheet
    http://kb2.adobe.com/community/publishing/505/cpsid_50576.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Link properties in templates

    I'm using dreamweaver cs4 in desing mode and I cannot
    understand how to make my hyperlinks appear differently than set by
    the page properties. I see some explanations on here but they all
    explain it in "code" view which is harder for me to understand.
    My problem is that I set the default link propertie in the
    "page properties" of the template. The links work fine because they
    are a dark background in the template. When I include links in the
    edit regions of the finished page with the template applied they
    are hard to read because that potion of the page has a white
    background.
    What is the easiest way to set default link colors in pages
    with different backgrounds?

    >I see some
    > explanations on here but they all explain it in "code"
    view which is
    > harder for
    > me to understand.
    As the Bard said, "Therein lies the rub". If you browse this
    group you will
    find not dozens, but hundreds of posts advising "learn HTML
    & CSS" before
    proceeding further. That is proper advice as your experience
    shows. Design
    view will allow you to do simple and basic things, kind of
    like following a
    well-beaten path. Now you want something off that path,
    specialized link
    formatting. That requires direct code modification. Sorry,
    that's just how
    it is. If you're willing to pay that price here is an
    excellent starting
    point:
    http://www.projectseven.com/tutorials/css/pseudoclasses/index.htm
    Walt
    "RodEich" <[email protected]> wrote in
    message
    news:gf9hpg$7a8$[email protected]..
    > I'm using dreamweaver cs4 in desing mode and I cannot
    understand how to
    > make my
    > hyperlinks appear differently than set by the page
    properties. I see some
    > explanations on here but they all explain it in "code"
    view which is
    > harder for
    > me to understand.
    >
    > My problem is that I set the default link propertie in
    the "page
    > properties"
    > of the template. The links work fine because they are a
    dark background in
    > the
    > template. When I include links in the edit regions of
    the finished page
    > with
    > the template applied they are hard to read because that
    potion of the page
    > has
    > a white background.
    >
    > What is the easiest way to set default link colors in
    pages with different
    > backgrounds?
    >

  • CSS Links per page

    As a newbie, I have finally figured out CSS Link settings.
    However, I have to get to them thru Page Properties - for every
    page that has links on it. Surely there is a way to set standard
    link behavior for the whole site? Can't seem to add it to a
    template...
    Thanks!
    Ron

    Pseudo-classes and container styles are what you need - here
    are some
    tutorials.
    http://www.mako4css.com
    http://www.thepattysite.com/linkstyles1.cfm
    http://www.projectseven.com/tutorials/pseudoclasses/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Ron4298" <[email protected]> wrote in
    message
    news:eq30u1$hsc$[email protected]..
    > As a newbie, I have finally figured out CSS Link
    settings. However, I have
    > to
    > get to them thru Page Properties - for every page that
    has links on it.
    > Surely
    > there is a way to set standard link behavior for the
    whole site? Can't
    > seem to
    > add it to a template...
    >
    > Thanks!
    >
    > Ron
    >

  • Some CSS Links not displaying correctly

    Hi folks,
    I've been building a new site, but am having problems with some of the CSS links.
    The normal links are working fine.
    However, I've created a class that should display some of the links in bold - but it doesn't work!
    This is the CSS:
    .bold-larger a:link {
    font-weight: bold;
    color: #4E8AD2;
    font-size: 16px;
    .bold-larger a:visited {
    font-weight: bold;
    color: #4E8AD2;
    font-size: 16px;
    .bold-larger a:hover {
    font-weight: bold;
    color: #F47C01;
    font-size: 16px;
    text-decoration: none;
    .bold-larger a:active {
    font-weight: bold;
    color: #4E8AD2;
    font-size: 16px;
    And this is the code as it appears on the page:
    <span class="bold-larger">You can buy cool and interesting decorations and accessories from <a href="http://www.test.com">PartyBox</a>.</span></p>
    It doesn't display them in bold though!
    The test page is here:
    http://www.iainmoran.com/40/40th-birthday-gift-ideas.html
    Any idea why this might not be working please? I'm sure it's very simple, but I can't seem to work what it is!
    Many thanks,
    Iain.

    Thank you both so much for your quick replies!
    I'm pleased to say the links are now working correctly, so no more tearing my hair out is required!
    Thanks again,
    Iain.

  • Data Link Properties wizard doesn't display correctly.

    Hi, This is Dai.
    I'm using Oracle DB.
    When I try to create configuration of Identity Center and to config DB connection, Data Link Properties wizard doesn't display required DB provider.
    The document of "SAP NetWeaver Identity Management Identity Center Getting Started" discribes that I should choose "Oracle Provider for OLE DB", however, I can't see it in the providers list.
    The list of DB provider is below.
    Microsoft Jet 4.0 OLE DB Provider
    Microsoft OLE DB Provider for Indexing Service
    Microsoft OLE DB Provider for ODBC Drivers
    Microsoft OLE DB Provider for Oracle
    Microsoft OLE DB Provider for SQL Server
    Microsoft OLE DB Simple Provider
    MSDataShape
    OLE DB Provider for Microsoft Directory Service
    And I want to select "Oracle Provider for OLE DB". Are there any settings or configs before this configuration? If you have some information, please help me.
    Best Regards,
    Daisuke Ikari

    Thank you,  I installed 32 bit client. And it's working now
    But now after IC initial configuration there is one more error which says-
    "this identity center database is not migrated to 7.2" And when i refresh the node it also says -
    "this version of identity center requires that database update 1035 is installed. the latest update installed is 1025"
    I have also attached the screenshot for the same below, I also ran update-mxmc.cmd to update DB.But still same error.
    please help,
    Indira

  • Link Location and Ok does not work under Link Properties in E-mail

    Cannot Paste URL address in Link Location under Link Properties, states No Names anchors or headings in this page. and OK does work. Thanks.

    Hi jc-stroe,
    Can you please elaborate where this is: "Link Location under Link Properties," with a screenshot for clarification? [[How do I create a screenshot of my problem?]]

  • Link Properties box

    In my office we noted that in version 8 of Acrobat you cannot keep your link properties box open while navigating to multiple links. Instead this box has to be closed before moving to the next link and/or bookmark. Unlike version 7 which does allow the link properties box to remain open. This feature in my organization is without a doubt amazingly helpful - and will unfortunately prevent us from updating the remaing stations to version 8.
    Is this an intended change to the product and/or have there been any patches made to resolve this? The problem my environment has with this change is it increases the work load by doubling the amount of mouse interaction needed to link and/or audit already created links to a PDF package.

    Thank you for your post. These forums are specific to the
    Acrobat.com website and its set of hosted services, and do not
    cover the Acrobat family of desktop products. Please visit the
    following forums for any questions related to the Acrobat family of
    desktop products:
    http://www.adobeforums.com/cgi-bin/webx/.3bbeda8b/

  • "Oracle Provider for OLE DB" not in "Data Link Properties"

    Hello,
    we install the "Oracle Provider for OLE DB" in the Oracle Database. But
    we miss the entry in the "Data Link Properties".
    The entry was needfull for the Identity Center configuration wizzard.
    I found no hint how to add manual a entry to the "Data Link Properties".
    Have anyone a idea?
    Mfg
    Rainer Kunz

    Hi Matt,
    if you speak about CLASSPATH you mean the environment-parameter PATH?
    If yes,
    D:\oracle\MIM\102\BIN>set PATH
    Path=D:\oracle\MIM\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wb
    em;C:\j2sdk1.4.2_17-x64\bin;C:\j2sdk1.4.2_17-x64;C:\j2sdk1.4.2_17-x64\jre;C:\j2s
    dk1.4.2_17-x64\lib;D:\usr\sap\MIM\SYS\exe\uc\NTAMD64
    In D:\oracle\MIM\102\BIN i see the follow files:
    06.01.2009  23:27           539.648 OraOLEDB10.dll
    06.01.2009  23:27             1.712 OraOLEDB10.tlb
    06.01.2009  23:27            24.576 OraOLEDB10d.dll
    06.01.2009  23:27             7.168 OraOLEDB10us.dll
    06.01.2009  23:27           146.944 OraOLEDBgmr10.dll
    06.01.2009  23:27            12.800 OraOLEDBpus10.dll
    06.01.2009  23:27             9.216 OraOLEDBrfc10.dll
    06.01.2009  23:27             7.168 OraOLEDBrmc10.dll
    06.01.2009  23:27           187.904 OraOLEDBrst10.dll
    06.01.2009  23:27            17.408 OraOLEDButl10.dll
    Mfg
    Rainer

  • CSS link rel statements appear as comments. Not referenced. Help?

    My CSS link rel statements appear as comments and are not referenced by the web page locally.
    <link rel="stylesheet" type="text/css" href="/PDGCommTemplates/HTN/css/newmain.css" />
    I have a new computer (windows 8 which I've learned to love... durress works miracles). I also had to switch to a designated server from a shared server, at the same time so several variables.
    When I created this site on my new computer I first created the site within Dreamweaver and then I opened the remote site and downloaded it's entirety to my hard drive. I've somehow created the problem in this process.
    The problem is in how the style sheets are directed. None of the original style sheets show up in the CSS Styles Panel, in either the all or the current tab. However when I open a page the style sheet titles all appear in the menu bar above the page (as short cut icons) and I can select/open them but get a note that the css file is a remote file and cannot be edited. When I hover over the shortcut icon in the menu bar the directory path appears as http://cafetablesserver.newhostingaccount.net/PDGCommTemplates/HTN/css/newmain.css
    I can open the css files locally in the file manager and I can create new css files. The remote site is functioning.... however, my nameservers are not yet directed at it and I have had to change my host file to view it.
    So what I need to know is how do I direct the local pages to reference a local css page on my hard drive? I need the path to be C:/..../..../webpagename/httpdocs/PDGCommTemplates/HTN/css/newmain.css
    The root directory is httpdocs
    I ran this site no problem on my old computer as a document root site. I've only changed the computer and the server. Thanks for your help

    Thanks for your response,
    I may not have been clear in original post. The only time the http:// or the C:// prefix is present is when I hover over the file names in the menu bar above the open web page. I have not enterred them as such.
    The link rel comment is currently written as link rel="stylesheet" type="text/css" href="/PDGCommTemplates/HTN/css/newmain.css
    My current file tree is as follows:
    httpdocs
    -/PDGCommTemplates/
         -/HTN/
              -/css/
                   -newmain.css
              -home.html
    Is the link rel comment above wrong? Do I need to move my html files into the root directory? They are currently in the sub sub folder /HTN/
    Thanks

  • Frustrated with external css link

    I had an external css link that was working in edge version 2014.0, then I upgraded to 2014.1 and edge will no longer link to the external css link that it would before. (The reason I have an external css is that I have some elements that I am adding thru javascript to the stage later so that I don't clutter up the stage - these elements added later were then styled with my external css but now it doesn't work). I was able to get the css to link before by manually adding the css in the edge_Preload.js:
      aLoader = [
          { load: "edge_includes/jquery-2.0.3.min.js"},
          { load: "edge_includes/edge.4.0.0.min.js"},
          { load: "js/rollarCoasterQuestionsMain.js", user: true },
          { load: "js/rollarCoasterQuestion1.js", user: true },
          { load: "js/rollarCoasterQuestion2.js", user: true },
          { load: "js/rollarCoasterQuestion3.js", user: true },
          { load: "js/rollarCoasterQuestion4.js", user: true },
      { load: "css/rollarCoasterQuestionsMain.css"},                 //this was the added line that worked before
          { load: "js/jquery.cookie.js", user: true },
          { load: "rollarCoasterR1_edge.js"},
          { load: "rollarCoasterR1_edgeActions.js"}];
    It no longer works allowing me to add the external stylesheet this way... so I'm looking for a new way but going through the forum I've found the following examples that I haven't gotten to work:
    Putting this in the stage code (technically is in the edgeActions.js file): sym.$("<link rel='stylesheet' type='text/css' href='css/rollarCoasterQuestionsMain.css'>").appendTo("#Stage");   //couldn't get this to work
    Then tried putting this in my external javascript file just to try it another way but it diddn't work either (in my js/rollarCoasterQuestionsMain.js file):
    $( "#Stage" ).append( "<link rel='stylesheet' type='text/css' href='../css/rollarCoasterQuestionsMain.css'>" );   // but this didn't work either
    Please help

    Actually in most of my Edge projects I'm using webfonts.
    When doing this I also add an external stylesheet like below. (Located in the library, fonts tab)
    Once done the stylesheet works too, without any other coding.
    I hope this helps.
    Kind regards,
    Lester.

  • Manipulation of partner link properties

    Hello,
    I want to assign a variable to a property of a partner link in JDev.
    Here my source code of the assign activity:
    <assign name="Assign_1">
    <copy>
    <from variable="inputVariable"/>
    <to partnerLink="PartnerLink_1"
    bpelx:property="retryMaxCount"/>
    </copy>
    </assign>
    So I did what was written in the documentation of oracle BPEL manipulation of partner link properties, but it dosent work
    Someone can Help
    thanks

    User,
    The people on the [url http://forums.oracle.com/forums/forum.jspa?forumID=320]SOA Suite Forum or [url http://forums.oracle.com/forums/forum.jspa?forumID=212]BPEL Forum can probably better help.
    John

  • CSS Link

    Hi
    I understand that the wwv_setting.generate_css_link API will generate the css link to a given stylesheet
    e.g.
    <LINK REL=Stylesheet TYPE="text/css" HREF="http://EXDL5.123.co.uk:7778/pls/portal/PORTAL.wwv_setting.render_css?p_lang_type=NOBIDI&p_subscriberid=1&p_styleid=1&p_siteid=0&p_rctx=P">
    This api requires (amonst others) the following parameters
    p_styleid and p_siteid.
    Does anybody know how to derive the current style id and site id values - so that I can pass them through to this API?
    I am doing this because I am generating html on the fly and I want the generated html document to appear in a popup window and inherit the same look and feel as the portlet from which it was invoked.
    Cheers
    Graeme

    Seemed fine to me on a PC using FF 2.0 Beta 1 and IE6.

  • CSS Link or Import

    Is it best to use Link or Import for an external css file (or
    both)?
    Brandon
    ==================
    Presentations Direct -
    http://www.presentationsdirect.com
    > Binding Machines
    http://www.presentationsdirect.com/binding-machines/gbc-binding-machines.asp
    > Laminators
    http://www.presentationsdirect.com/laminators/gbc-laminators.asp
    > Paper Shredders
    http://www.presentationsdirect.com/paper-shredders/gbc-paper-shredders.asp
    ==================

    > So Link works for all major browsers today?
    Always has. It's a HTML tag and works for more than just
    stylesheets.
    @import is a style rule (needs to be wrapped in
    <style>...</style> tags in
    HTML pages) and is the new kid on the block.
    Importing stylesheets has advantages over merely LINKing
    style sheets to a
    HTML documents, including breaking your stylesheets into
    modules for easy
    maintenance.
    To use importing, you can use it directly in an HTML
    <style> tag, but then
    you might as well use link because import would be doing the
    same thing:
    including that stylesheet in the HTML page.
    To really take advantage of importing, you should import
    other stylesheets
    into a master stylesheet that is linked to the HTML page.
    First link one stylesheet to the HTML page:
    <link type="text/css" rel="stylesheet" href="css/main.css"
    />
    And then import the other stylesheets into the master one.
    Only the master
    css file is linked to the HTML page.
    So in this example, import the other stylesheets into
    main.css:
    /* Import the other stylesheets into main.css */
    @import url("styles.css");
    @import url("layout.css");
    The main advantage of importing stylesheets is that updating
    stylesheet
    links is easier, because you update them in a single CSS file
    that is
    imported rather than in every HTML page.
    Consider:
    <link type="text/css" rel="stylesheet" href="css/main.css"
    />
    <link type="text/css" rel="stylesheet" href="css/docs.css"
    />
    Then, main.css contains:
    /* Import the other stylesheets into main.css */
    @import url("styles.css");
    @import url("layout.css");
    /* Now define some additional styles */
    div.main-banner {border:none;width:600px;}
    div.newsscroller {background-color:black;}
    See
    http://dhtmldev.com/content/view/63/27/
    for more.
    Regards
    John Waller

  • Different Link Properties within Page?

    How can you change the properties of different link within
    the same page? For example: the color of the link, look of the
    link, etc.
    Reason is that I have links behind two different back drops.
    How can I accomplish this? Thank you.

    No, I don't think that's a good suggestion. It will fail in
    IE, and it has
    an unnecessary use of custom classes.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "J-volution" <[email protected]> wrote in
    message
    news:e27g7s$bk7$[email protected]..
    > set up a new css rule called
    >
    > .link1{
    > color:....
    > }
    >
    > .link1:link{
    > color.....
    > }
    >
    > .link1:visited{
    > clolor...
    > }
    >
    > .link1:hover{
    > colour...}
    >
    > .link1:active{
    > color...
    > }
    >
    > Basicallly u jus made a new style now as long as it has
    a . before the
    > name
    > and a :link etc it will only effect the links in the
    same name as the .nav
    > etc
    > that you have created. hover is used for roll over
    effects
    >
    > Hope it helps
    >
    >
    >
    >
    >
    >

Maybe you are looking for