Link Color

If you want to make multiple links in different colors, how
do you do that? I don't see anything in the link preferences. There
must be a way.

On Fri, 13 Jul 2007 03:25:49 +0000 (UTC), "PeacefulHarry"
<[email protected]> wrote:
>If you want to make multiple links in different colors,
how do you do that? I don't see anything in the link preferences.
There must be a way.
<style>
.navOne a:link { color:blue; }
.navOne a:visited { color:purple; }
.navOne a:hover { color:red; }
.navOne a:active { color:navy; }
.navTwo a:link { color:green; }
.navTwo a:visited { color:blue; }
.navTwo a:hover { color:gray; }
.navTwo a:active { color:purple; }
</style>
</head>
<body>
<ul class="navOne">
<li><a href="one.htm">One</a></li>
<li><a href="two.htm">Two</a></li>
<li><a
href="three.htm">Three</a></li>
</ul>
<p>Ullamco laboris nisi excepteur sint occaecat eu
fugiat nulla
pariatur. Sed do eiusmod
</p>
<ul class="navTwo">
<li><a href="six.htm">Six</a></li>
<li><a
href="seven.htm">Seven</a></li>
<li><a
href="eight.htm">Eight</a></li>
</ul>
~Malcolm N....
~

Similar Messages

  • Spry Menu Bar link colors not consistent

    I have a horizontal Spry menu bar set up with 4 items in it.
    The first item is the Home link and does not have a submenu, but
    the other 3 items do. What I want is when you roll over the main 4
    items the text link color will be purple (#583399). When an item
    has a submenu the rollover text link on the submenu links will be
    green (#89b11a).
    My current code almost works, but the problem I am having is
    that the Home link
    without the submenu changes to a green color instead of
    purple like the other 3 main links. If I add a test submenu to the
    Home link then it turns purple like the other links. How can I get
    the Home link to change to purple like the others without having a
    submenu attached to it?
    Here is my html code that refers to the menu:
    <ul id="MenuBar1" class="MenuBarHorizontal">
    <li><a href="index.html"
    class="MenuBarItemSubmenu">HOME</a></li>
    <li><a href="about.html"
    class="MenuBarItemSubmenu">ABOUT</a>
    <ul>
    <li><a
    href="services.html">services</a></li>
    <li><a
    href="bios.html">bios</a></li>
    <li><a
    href="news.html">news</a></li>
    </ul>
    </li>
    <li><a href="work.html" class="MenuBarItemSubmenu"
    >WORK</a>
    <ul>
    <li><a href="design.html">design</a>
    </li>
    <li><a
    href="advertising.html">advertising</a></li>
    <li><a href="casestudies.html">case
    studies</a></li>
    </ul>
    </li>
    <li><a href="contact.html"
    class="MenuBarItemSubmenu">CONTACT</a>
    <ul>
    <li><a href="#">.</a></li>
    <li><a
    href="location.html">location</a></li>
    <li><a
    href="opportunities.html">opportunities</a></li>
    </ul>
    </li>
    </ul>
    Here is the Spry CSS code that pertains to the links:
    /* Menu items are a light gray text with padding and no text
    decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    padding: 0.5em 0.75em;
    color: #666666;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /* Menu items that have mouse over or focus have green text
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    color: #89b11a;
    /* Menu items that are open with submenus are set to
    MenuBarItemHover with purple text */
    ul.MenuBarHorizontal a.MenuBarItemHover,
    color: #583399;
    /* Menu items that are open with submenus are set to
    MenuBarItemHover with purple text */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover,
    ul.MenuBarHorizontal a.MenuBarSubmenuVisible
    color: #583399;
    And
    here
    is a link to my test file so you can see what I am talking
    about.
    Thanks for any help and let me know if you need anything else
    to help with it.

    Anyone??

  • How to have 2 link colors on one page?

    Learning CSS and am unable to make this happen. What am I doing wrong?
    http://larrysullivandesign.com/sourceprintmedia.com/_contact.html
    http://larrysullivandesign.com/sourceprintmedia.com/sourceprintmedia.css
    The text links at page bottom (link-typeA) load up blue, even though the stylesheet calls for them to be gray (#E8E8E8), so they'll read on dark background.
    I want blue links site-wide, and grey at page bottom, only for link-typeA
    I want only one style sheet, if possible.
    How do I make all the link stage (active,hover, etc) colors apply to just link-typeA ? Only way I can see is in Page Properties, which makes one single embedded style on each page. confused....
    thanks!

    The divs are always referenced in the body and then you assign a class to that div. You can also asign a class to a table if you are using tables.
    First make a refernce to an external style sheet and place all your css in there.
    make your page and then assign the classes to the divs or tables.
    If you think of a div as a container then you assign a class of (footer) to the container. The reference then looks to the external style sheet of where to find that class and then finds the .footer and assigns the correct attributes to it such as the .footer a:link{color:#000;}
    you can also see the styles and assign them without handcoding by going to window/CSS styles

  • How to change the Hyper links color in the XML form

    HI SDNs
    Do u have any idea how to change the hyperlink color in the xml form. My requirement is as follows.I have created xml form by using xml template and i displayed this xml form by using Km document iview.  I need tochange the hyper link color in the xml form content. I dont want to go for manual process by editing the xml form. because i have several hundreds of xml forms.
    Appreciate if you give suggestion.
    Thanks
    Ramana

    Hi Ramana,
    The most convenient way to change the hyper links is by using the Theme Editor. Go to System Administration --> Portal Display --> Select Theme --> Component-Specific Styles --> Links --> Function/Result Link.
    Hope this helps.
    Kind regards,
    Joost

  • Need help with link colors.....

    New assignment at school (our 4th project).
    Our teacher has given us a preformatted .html document that we
    are not allowed to touch at all.
    Having a hard time grasping working this way......
    How do I change the color of the link in the top header
    without changing the color of the other links?
    How do I line the four paragraph divs up across my page
    horizontally (left to right)?
    http://student.ccbcmd.edu/~rsmit459/a_study_in_css/index.html

    The div that the "Select a Design" and it's links are in is
    called "#styles".
    I put this code into my .css file and it did nothing:
    .styles a:link {
    color: #FFFFFF;
    text-decoration: underline;}
    .styles a:visited {
    color: #999999;
    text-decoration: underline;}
    .styles a:hover {
    color: #FF0000;
    text-decoration: underline;}
    .styles a:active {
    color: #FF00FF;
    text-decoration: underline;}
    What am I doing wrong?

  • [Locked] Link colors work in Firefox but not Internet Explorer

    http://zenfotoz.com
    I have changed the link colors by setting a CSS class to a non default color a:link to the div containing thumbnails. The site behaves as designed in Firefox, but uses default colors in Internet Explorer and no colors in Safari for windows. 
    Is this a known bug/issue with a workaround or am I just doing this incorrectly?
    Thanks,
    Erik

    You have replied to a message that's more than a year old. If you're having problems with your links, post a URL to your site, and someone can have a look to see what the problem is.
    [Thread locked because of duplicate post.]

  • Visited link color is not changing when there is no page redirection

    Visited link color is not changing when i just open a popup on clicking the hyperlink.. whereas visited link color gets changed when i redirect to a new page on clicking the hyperlink
    I want to have my visited link color to change even if i show a popup on clicking the hyperlink
    This works fine with IE..

    Hi,
    Have a look at the user status table TSOCM_STAT_PROP and see if there are any unwanted PROCESS_TYPE <> STSMA combinations.
    For your process type there should only be one kind of status schema assigned.

  • Mail - url link color changes in mail signature

    Hello all,
    I've just tested a new signature, created in mail.  In it, I use a couple of custom colors to match our company colors.  Looks great.  
    However, when I send it out to myself to test, my email info in the signature [email protected] and our webiste url www.ddddddd.com change to the standard blue URL link color upon receipt.
    I'd like folks to see them in the company colors and not as that ugly blue.
    How can I accomplish this?
    Thanks!
    Stuart

    Hi,
    Directly you can use Http://www.sap.com in the email body, then it will come as link in the Body of the email
    Regards
    Sudheer

  • Link color won't use 'default'

    Hi,
    I've used a DW template and built my pages from there.   Several links on all pages in different colors.   When designing, the proper color chosen, does show.  When I go to Page Properties to make the link categories (rollover, viewed, etc.) the default color, they are turning blueish purple depending on the browser.
    Isn't 'default' supposed to keep the programmed color?
    I want to keep the link colors I programmed, with only a rollover link showing.   What am I doing wrong?
    Thanks so much!
    Michelle

    michelledv wrote:
    Sorry to bother you again Osgood.   I think I'm putting the info you shared, in the wrong spot.  Can you tell me exactly where I add the code?  I have mixed this around about 6 times since your reply!
    Thanks!
    It's difficult to help if you don't provide a link to the problem page.
    Basically you can sryle any link on the page you want by simply adding some css to your page either in a linked css stylesheet or if you are not using a linked css stylesheet you can embed the css in the head section of the page.
    An embebbed style sheet is as below: You insert the code from <style.............to..........</style> in your pages code directly before the closing </head> tag (see below).
    <style type="text/css">
    #content a {
    color: #3C9;
    #content a:hover {
    color: #F90;
    </style>
    </head>
    The above css says: Make a link this color (#3C9) in a container with the 'id' of 'content' and make the hover this color (#F90).
    Typically your html code would look like:
    <div id="content">
    <a href="about_us.html">About Us</a>
    <a href="contact.html">Contact</a>
    </div>

  • Issues with link color

    Hello!
    I am trying to change the link color to black and it keeps on
    changing back to red even though I have chosen black.
    Please help me ASAP
    Thanks!

    Hello ledamonza and welcome to the BlackBerry Support Community Forums.
    Sorry to hear you are having an issue with BlackBerry Link.
    To clarify, when you go to launch Link, you are getting an error? If so, can you please provide that error as it appears? 
    Thanks!
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Change visited link color in Safari 5.1.3

    Visited link colors in Safari, most notably visited Google links when I return to the search page, don't change colors as they used to do...  Actually, I think it's been that way for a long time (years) now but I am just now coming back around to being interested in why and if there is a way to get back to the days where new links were BLUE and visited links were GREEN (or whatever color you wanted)... 
    Is this still possible with the new Safari and if so, how do you go about setting this visted link color preference???
    thanks... bob...

    This appears to be an issue affecting most versions of Safari from about version 5 onwards.
    I recently experienced it with Safari version 5.0.6 and eventually found a fix adequate for my purposes.
    1 - Sometimes simply selecting 'Private Browsing' (on Safari menu) and then deselecting it cures the problem.
    2 - If that does not work I use the following Terminal command which has, so far, worked every time:
    defaults write com.apple.Safari RegisteredSafariSyncClient -bool false
    I must point out that I do not intend to use any sync services but it appears that if Safari gets confused it is necessary to use this command to reset its sync services.
    3 - If you don't like using the Terminal command you could trash the following preference file although this more brutal approach is more likely to lose data:
    ~/Library/Preferences/com.apple.Safari.plist
    Quit from Safari before attempting 2 or 3.
    I have only tested the Terminal command on Safari 5.0.6 on a Leopard G4 without any user defined sync services but it will probably work on other versions and OSs. It is always safest to backup first.

  • How to Change Link Color Across Document

    I have a 175 page PDF and figured out how to make all the web addresses hyperlinks document wide. Now, I'd like them all to be blue (right now they're defaulting to black). How do I do this? Thank you.

    Its not easy. in fact it would have been easier to have changed the color first then added the links.
    first open the touch up text by click on its button.
    next click in a blank space before the link, space over with the left arrow key (end key) until just touch first letter of the link.
    now hold down the shift key while  hitting end key repeated ly until link is selected. now from File menu choose properties choose apperance and click the Box that is filled in with a color. chhose apropriate color  click okay until you get out.
    Repeat  the process until all the link colors are changed. By the way the PC version of Acrobat does this automatically. Anotherway Adobe slights Mac Users. And to beat it all were it not for Apple Adobe would have started.

  • Href link color problems

    I have several pages, and a template. I wanted to change the
    default colors for hyperlinks. So, I open my template, then click
    on Page Properties on the Template, then select Links, then I
    change the link colors. I then save the template and tell DW3 to
    update all my pages. Here's the odd thing.
    If I link to an e-mail or a test link (ex: <a
    href="blank">) the link colors work as I expect.
    If I link to an actual page on my site, the colors don't
    work! I can change the anchor tag in the same file back and forth
    from "blank" to an actual page, and the colors work, then don't
    work.
    What in the world am I doing wrong?

    Pseudo-classes and container styles are what you need - here
    are some
    tutorials.
    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.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "SteveClick" <[email protected]> wrote in
    message
    news:frgrdr$5cl$[email protected]..
    >I have several pages, and a template. I wanted to change
    the default
    >colors
    > for hyperlinks. So, I open my template, then click on
    Page Properties on
    > the
    > Template, then select Links, then I change the link
    colors. I then save
    > the
    > template and tell DW3 to update all my pages. Here's the
    odd thing.
    >
    > If I link to an e-mail or a test link (ex: <a
    href="blank">) the link
    > colors
    > work as I expect.
    >
    > If I link to an actual page on my site, the colors don't
    work! I can
    > change
    > the anchor tag in the same file back and forth from
    "blank" to an actual
    > page,
    > and the colors work, then don't work.
    >
    > What in the world am I doing wrong?
    >

  • How i suppress the default link color?

    Hi,
    <p>
    i have a little sql report, and i have coded the color for a column value in a function call. It looks like :
    <p>
    select format_html(col_x,5)
    from mytable;
    <p>
    This function give me the following result:
    <p>
    ---> select format_html(col_x,5) from syn
    where rownum<10;
    1<br>
    2<br>
    3<br>
    4<br>
    5<br>
    <_font color="#dc143c">6</_font><br>
    <_font color="#dc143c">7</_font><br>
    <_font color="#dc143c">8</_font><br>
    <_font color="#dc143c">9</_font><br>
    <p>
    Now all values > 5 have a different color. And this works fine.
    <p>
    But now i will link this column to an other page. And than the column has the default color for the link(wich is blue). How i can change this behavior, so the values have the color from the function and the links are only underlined?
    <p>
    Thanks for your help,
    Maik

    Hi Maik,
    You can do something like the following:
    In the region's Region Header for the report, add in:
    &lt;style&gt;
    .customlink:hover {color:red}
    .customlink:active {color:yellow}
    .customlink:link {color:purple}
    .customlink:visited {color:green}
    &lt;/style&gt;
    You can change "customlink" to whatever name you like and, obviously, pick your own colours.
    Then in your SQL statement, add in a field that returns a stylename:
    select field1,
    field2,
    CASE WHEN (test) THEN 'customlink' ELSE '' END STYLENAME,
    etc
    from etc
    Then, in the link, in "Link Attributes", add in classname='#STYLENAME#'
    Regards
    Andy

  • Link Colors are always overridden

    Firefox 11.0 on XP SP3
    In "Options, Content, colors" even if the checkbox "allow pages to choose their own colors" is selected, the firefox link colors are still used. Occurs in all the sites I have looked at.
    Turning scripting on/off makes no difference.
    Firefox 3.x does not have this problem on the same machine.

    It's possible that the dialog is displaying the actual setting incorrectly. If you switch one or both checkboxes (page colors, system colors), OK that, then return to the dialog and switch it again, does that have any effect?
    A standard diagnostic step is to try Firefox's Safe Mode to see whether it is caused by a custom setting or add-on.
    First, I recommend backing up your Firefox settings in case something goes wrong. See [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, restart Firefox in [http://support.mozilla.com/kb/Safe+Mode Safe Mode] using
    Help > Restart with Add-ons Disabled
    In the Safe Mode dialog, do not check any boxes, just click "Continue in Safe Mode."
    If links are colored correctly, this points to an add-on or custom setting in your main Firefox 11 profile as the problem.

  • Change text "link" color only in Spry Tab content area

    I need to have multiple text link colors in my site for light
    and dark background colors. The only regions in my site that have a
    white background are in the Spry Tab Panel content area. I can't
    figure out how to change the text color for text links in the spry
    content only. I tried to add a:link ..etc... to the style sheet,
    but it did not effect anything
    (I also need to clean my style sheet (s). But that comes
    next.
    Here
    is a Link to a Sample Page in my site
    null

    Here is the SpryTabbedPanels style sheet in my site. I can't
    seem to figure out the changes I need to make to effect the content
    area.
    I tried to add the following (see .TabbedPanelsContentGroup
    below)
    a: link {
    color: #0099CC;
    text-decoration: none
    a:active {
    color: #99CC33;
    text-decoration: none
    a:visited {
    color: #0099CC;
    text-decoration: none
    a:hover {
    color: #99CC33;
    text-decoration: underline
    @charset "UTF-8";
    /* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights
    reserved. */
    /* Horizontal Tabbed Panels
    * The default style for a TabbedPanels widget places all tab
    buttons
    * (left aligned) above the content panel.
    /* This is the selector for the main TabbedPanels container.
    For our
    * default style, this container does not contribute anything
    visually,
    * but it is floated left to make sure that any floating or
    clearing done
    * with any of its child elements are contained completely
    within the
    * TabbedPanels container, to minimize any impact or
    undesireable
    * interaction with other floated elements on the page that
    may be used
    * for layout.
    * If you want to constrain the width of the TabbedPanels
    widget, set a
    * width on the TabbedPanels container. By default, the
    TabbedPanels widget
    * expands horizontally to fill up available space.
    * The name of the class ("TabbedPanels") used in this
    selector is not
    * necessary to make the widget function. You can use any
    class name you
    * want to style the TabbedPanels container.
    .TabbedPanels {
    margin: 0px;
    float: right;
    clear: none;
    width: 82%; /* IE Hack to force proper layout when preceded
    by a paragraph. (hasLayout Bug)*/
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    /* This is the selector for the TabGroup. The TabGroup
    container houses
    * all of the tab buttons for each tabbed panel in the
    widget. This container
    * does not contribute anything visually to the look of the
    widget for our
    * default style.
    * The name of the class ("TabbedPanelsTabGroup") used in
    this selector is not
    * necessary to make the widget function. You can use any
    class name you
    * want to style the TabGroup container.
    .TabbedPanelsTabGroup {
    margin: 0px;
    padding: 0px;
    /* This is the selector for the TabbedPanelsTab. This
    container houses
    * the title for the panel. This is also the tab "button"
    that the user clicks
    * on to activate the corresponding content panel so that it
    appears on top
    * of the other tabbed panels contained in the widget.
    * For our default style, each tab is positioned relatively 1
    pixel down from
    * where it wold normally render. This allows each tab to
    overlap the content
    * panel that renders below it. Each tab is rendered with a 1
    pixel bottom
    * border that has a color that matches the top border of the
    current content
    * panel. This gives the appearance that the tab is being
    drawn behind the
    * content panel.
    * The name of the class ("TabbedPanelsTab") used in this
    selector is not
    * necessary to make the widget function. You can use any
    class name you want
    * to style this tab container.
    .TabbedPanelsTab {
    position: relative;
    top: 1px;
    float: left;
    padding: 4px 10px;
    margin: 0px 1px 0px 0px;
    background-color: #CCCC99;
    list-style: none;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    /* This selector is an example of how to change the appearnce
    of a tab button
    * container as the mouse enters it. The class
    "TabbedPanelsTabHover" is
    * programatically added and removed from the tab element as
    the mouse enters
    * and exits the container.
    .TabbedPanelsTabHover {
    background-color: #99CC33;
    color: #000000;
    /* This selector is an example of how to change the
    appearance of a tab button
    * container after the user has clicked on it to activate a
    content panel.
    * The class "TabbedPanelsTabSelected" is programatically
    added and removed
    * from the tab element as the user clicks on the tab button
    containers in
    * the widget.
    * As mentioned above, for our default style, tab buttons are
    positioned
    * 1 pixel down from where it would normally render. When the
    tab button is
    * selected, we change its bottom border to match the
    background color of the
    * content panel so that it looks like the tab is part of the
    content panel.
    .TabbedPanelsTabSelected {
    background-color: #FFFFFF;
    border-bottom: 1px solid #EEE;
    color: #000000;
    /* This selector is an example of how to make a link inside
    of a tab button
    * look like normal text. Users may want to use links inside
    of a tab button
    * so that when it gets focus, the text *inside* the tab
    button gets a focus
    * ring around it, instead of the focus ring around the
    entire tab.
    .TabbedPanelsTab a {
    color: black;
    text-decoration: none;
    /* This is the selector for the ContentGroup. The
    ContentGroup container houses
    * all of the content panels for each tabbed panel in the
    widget. For our
    * default style, this container provides the background
    color and borders that
    * surround the content.
    * The name of the class ("TabbedPanelsContentGroup") used in
    this selector is
    * not necessary to make the widget function. You can use any
    class name you
    * want to style the ContentGroup container.
    .TabbedPanelsContentGroup {
    clear: both;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    background-color: #FFFFFF;
    color: #000000;
    a: link {
    color: #0099CC;
    text-decoration: none
    a:active {
    color: #99CC33;
    text-decoration: none
    a:visited {
    color: #0099CC;
    text-decoration: none
    a:hover {
    color: #99CC33;
    text-decoration: underline
    /* This is the selector for the Content panel. The Content
    panel holds the
    * content for a single tabbed panel. For our default style,
    this container
    * provides some padding, so that the content is not pushed
    up against the
    * widget borders.
    * The name of the class ("TabbedPanelsContent") used in this
    selector is
    * not necessary to make the widget function. You can use any
    class name you
    * want to style the Content container.
    .TabbedPanelsContent {
    padding: 4px;
    /* This selector is an example of how to change the appearnce
    of the currently
    * active container panel. The class
    "TabbedPanelsContentVisible" is
    * programatically added and removed from the content element
    as the panel
    * is activated/deactivated.
    .TabbedPanelsContentVisible {
    /* Vertical Tabbed Panels
    * The following rules override some of the default rules
    above so that the
    * TabbedPanels widget renders with its tab buttons along the
    left side of
    * the currently active content panel.
    * With the rules defined below, the only change that will
    have to be made
    * to switch a horizontal tabbed panels widget to a vertical
    tabbed panels
    * widget, is to use the "VTabbedPanels" class on the
    top-level widget
    * container element, instead of "TabbedPanels".
    /* This selector floats the TabGroup so that the tab buttons
    it contains
    * render to the left of the active content panel. A border
    is drawn around
    * the group container to make it look like a list container.
    .VTabbedPanels .TabbedPanelsTabGroup {
    float: left;
    width: 10em;
    height: 20em;
    background-color: #CCCC99;
    position: relative;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    /* This selector disables the float property that is placed
    on each tab button
    * by the default TabbedPanelsTab selector rule above. It
    also draws a bottom
    * border for the tab. The tab button will get its left and
    right border from
    * the TabGroup, and its top border from the TabGroup or tab
    button above it.
    .VTabbedPanels .TabbedPanelsTab {
    float: none;
    margin: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    /* This selector disables the float property that is placed
    on each tab button
    * by the default TabbedPanelsTab selector rule above. It
    also draws a bottom
    * border for the tab. The tab button will get its left and
    right border from
    * the TabGroup, and its top border from the TabGroup or tab
    button above it.
    .VTabbedPanels .TabbedPanelsTabSelected {
    background-color: #CCCC99;
    border-bottom: solid 1px #999;
    /* This selector floats the content panels for the widget so
    that they
    * render to the right of the tabbed buttons.
    .VTabbedPanels .TabbedPanelsContentGroup {
    clear: none;
    float: left;
    padding: 0px;
    width: 30em;
    height: 20em;

Maybe you are looking for

  • My 4th Gen. Ipod Touch is smashed

    i have a 4 gen. ipod touch. i would really like to buy a new ipod, but would have to sell the old one first. but 4 months ago i dropped it. Screen is badly smashed. It still functions properly, but it is three months out of warranty. will apple repla

  • How to find the most matched values in the set of map?

    Hi friends! I have two vectors vector<int> V1; vector<int> V2; and a map<int, set<int>> M1; I want to select common values from both V1 and V2 and check those values with the set in the map M1. For example: V1 contains; 2  4  6  8  9 V2 contains; 4  

  • What's wrong with my tween?

    Below is the script for one of two MC on stage. I've used this script in other projects and it works just fine. For some reason it's not doing anything with the current project. The following is for "MC2" which, when pressed, should tween the alpha v

  • PHOTO QUALITY COMPARISON

    People are not happy with Camera Quality of Z1, I am very disappointed. Tried many settings and it still can't beat a 13MP camera. Hope SONY takes this issue seriously & comes up with a good solution.  For reference & comparison, Check this link Belo

  • HT1222 When i double click, May I know how to remove those use app below? Not like previous version I can clear it to stop those app keep on running

    When i double click, May I know how to remove those use app below? Not like previous version I can clear it to stop those app keep on running