Highlights around the selected tab (spry widget) in chrome and safari

I created by meni tabs in Dreamweaver CS5 using the spry Panel tabs widget. All good but when tab is selected in Chrome and Safari destructive of some highlights will appear as in sreenshot. Can I control who and how.

highliht_chrome.jpg

If Gramps code does not try this code:

a: focus {}

border: 0;

outline: 0;

}

Good luck.

Tags: Dreamweaver

Similar Questions

  • Firefox will not show the italics on my site, but Chrome and Safari only.

    Dear Mozilla Support,
    I have a mounting site that lists a lot of the books I've edited (see http://www.desertsagebookeditor.com/trade-books-edited-waldygo.html and http://www.desertsagebookeditor.com/professional-and-academic-books-edited-waldygo.html). When I designed the site in RapidWeaver 5, I put the titles in italics. But Firefox won't show titles in italics, although Chrome and Safari. I am running OSX 10.7 on a 2009 Macbook Pro (version 33.0.3 of Firefox). You have an idea how I can fix? RapidWeaver tech guys say that there is nothing wrong with my code.
    Thank you
    Patti

    This old version of the page in the Internet Archive has the correct italic style: https://web.archive.org/web/20131208083151/http :// www.desertsagebookeditor.com/trade-books-edited-waldygo.html

    The new version of the style.css has the "reset style" I mentioned that disables the tag 'em to appear in italics.

    Old version: https://web.archive.org/web/20131208083151cs_/http :// www.desertsagebookeditor.com/rw_common/themes/blocksbox/style.css

    New version: http://www.desertsagebookeditor.com/rw_common/themes/blocksbox/style.css (see the Reset section at the top)

    I don't know why this has changed, but I think that may be what caused it.

  • Get rid of the highlight around the border when a TableView Gets the focus

    Hello

    Is there a way remove the highlight around the border of a TableView when it gets the focus?

    Thank you.

    The relevant css of caspian.css to /sdk/rt/lib/jfxrt.jar is:

    /** Draws focus border around tableview */
    .table-view:focused {
        -fx-background-color: -fx-focus-color,-fx-box-border,-fx-control-inner-background;
        -fx-background-insets: -1.4, 0, 1;
        -fx-background-radius: 1.4, 0, 0;
    
        /* There is some oddness if padding is in em values rather than pixels,
           in particular, the left border of the control doesn't show. */
        -fx-padding: 1; /* 0.083333em; */
    }
    

    To get rid of the update screen, just define a css stylesheet customised for your application that replaces the table: pseudo-class concentrate, for example:

    .table-view:focused { -fx-background-color: transparent,-fx-box-border,-fx-control-inner-background; }
    
  • Outline around the selected items of OCD

    WebHelp. RH9

    I just installed IE9 and when I run my published WebHelp and select a link in the table of contents, it displays an image dotted around the selected item. This never happened with IE8, so I was wondering if there is anyway to prevent it? Is it possible to add a "outline: no ' somewhere in the RoboHelp output (as you would in styling a CSS link) so that it does not appear?

    Thank you very much

    Jonathan

    Hi Jonathan,.

    Unfortunately, IE was a nut that is more difficult to crack than I imagined. The problem is that IE9 supports the css schema, but the table of contents is running in mode of whims so no goodness IE9 it... There is a solution, it's just not as easy as I thought. See http://www.wvanweelden.eu/robohelp/modifying_webhelp/remove_outline_in_toc for a step by step guide to get rid of the sketch.

    Note: If you let me, I would use your example on my site image. It seems much better than the image for example, I added

    Take a bow

    Willam

  • Highlight on the selected line disappear when af:table lose focus?

    Hello

    I have a strange problem:
    I have an af:table select single line based on the VO and an af:inputText in a jsf page.
    When I select a row in the table, then click on in the inputText at the entrance, the highlight on the selected line in the table disappear!
    The currently selected line is always a controlled beans, but it seems that it is not that any line is selected in the user interface.
    Is this a bug of af: table?

    My test page:
    < af:form id = "f1" >
    < af:panelGroupLayout id = "pgl1" layout = "scroll" >
    < af:table value = "#{bindings." Var ViewObj1.collectionModel}"="row ".
    lines = ' #{bindings. " ViewObj1.rangeSize}.
    emptyText = "#{bindings." ViewObj1.viewable? "{'No data to display.': 'Access Denied.'}".
    fetchSize = "#{bindings." ViewObj1.rangeSize}.
    rowBandingInterval = '0 '.
    selectedRowKeys = ' #{bindings. " ViewObj1.collectionModel.selectedRow}.
    selectionListener = "#{bindings." ViewObj1.collectionModel.makeCurrent}.
    rowSelection = "single" id = "t1" >
    < af:column sortProperty = "EmpDeptid" sortable = "false".
    headerText = "#{bindings." ViewObj1.hints.EmpDeptid.label}.
    ID = "c8" >
    < af:outputText value = "#{rank." EmpDeptid}"id ="ot3">
    < af:convertNumber groupingUsed = "false".
    model = ' #{bindings. " ViewObj1.hints.EmpDeptid.format}"/ >
    < / af:outputText >
    < / af:column >
    < af:column sortProperty = "EmpHireDate" sortable = "false".
    headerText = "#{bindings." ViewObj1.hints.EmpHireDate.label}.
    ID = 'c4' >
    < af:outputText value = "#{rank." EmpHireDate}"id ="ot7">
    < af:convertDateTime pattern = "#{bindings." ViewObj1.hints.EmpHireDate.format}"/ >
    < / af:outputText >
    < / af:column >
    < af:column sortProperty = "EmpId" sortable = "false".
    headerText = "#{bindings." ViewObj1.hints.EmpId.label}.
    ID = "c7" >
    < af:outputText value = "#{rank." EmpId}"id ="ot6"/ >
    < / af:column >
    < af:column sortProperty = "EmpJob" sortable = "false".
    headerText = "#{bindings." ViewObj1.hints.EmpJob.label}.
    ID = "c1" >
    < af:outputText value = "#{rank." EmpJob}"id ="ot1"/ >
    < / af:column >
    < af:column sortProperty = "EmpLineid" sortable = "false".
    headerText = "#{bindings." ViewObj1.hints.EmpLineid.label}.
    ID = "c5" >
    < af:outputText value = "#{rank." EmpLineid}"id ="ot4">
    < af:convertNumber groupingUsed = "false".
    model = ' #{bindings. " ViewObj1.hints.EmpLineid.format}"/ >
    < / af:outputText >
    < / af:column >
    < af:column sortProperty = "EmpSex" sortable = "false".
    headerText = "#{bindings." ViewObj1.hints.EmpSex.label}.
    ID = "c6" >
    < af:outputText value = "#{rank." EmpSex}"id ="ot2"/ >
    < / af:column >
    < / af:table >
    < af:panelFormLayout id = "pfl1" >
    < f: facet = 'footer' name / >
    < af:inputText label = "Label 1" id = "it1" / >
    < / af:panelFormLayout >
    < / af:panelGroupLayout >
    < / af:form >

    Thank you
    660

    Hello

    This seems an expected behavior of the skin of the merger.
    The selected line inactive thoroughly clear yellow that is hard to recognize on some screens.

    solution:
    create a custom look (extend the skin of 'fusion') and create css, like this:
    AF | : the table-row data: selected: inactive af | : given the column cell.
    AF | : the table-row data: selected: inactive af | column: banded-data-cell
    {
    background-color: blue;
    }

    concerning
    Peter

    Published by: hofespet on November 6, 2010 12:45

  • When I use the selection tool to move vector points and fold the edges, I see that the change in metal frame.

    When I use the selection tool to move vector points and fold the edges, I see that the change in metal frame.  Once I commit by letting go of the mouse button, the object changes.  It presents a preview just with a wire frame. I would like to see the preview to change on the solid object.  Is there a setting somewhere?

    I really hope I'm explaining this to people to understand .

    Thank you

    Ed

    Hi Ed,

    You use a previous version of Flash Pro that displays this behavior.

    Live the overview of forms while editing got added in Flash Pro CC (and above). You can try the latest version of Flash Pro (CC 2014) see how it works.

  • My Spry menu appears back in IE9 but works perfectly in FF, Chrome and Safari!

    Thank you for taking the time to read this thread.

    I used a Spry menu for my nav bar and thought that it worked fine after that browser test in FF, Chrome and Safari, but in IE9, it's back.

    The elements menu themselves are back in the actual order of Spry in Dreamweaver and the code that led me to believe, if anything, they would be backwardson in all browsers. Not the case.

    I tried to rename so that they are in the right order (false), I tried to remove and rebuild and I tried placing the wrong way round - which makes them appear in the correct order in IE but bad in FF, Chrome and Safari!

    Would have thought that it may be a hack needed for IE8 and before, but not for IE9?

    Frustrating. Would appreciate ideas.

    Here is the website www.dasscommercials.com

    Thanks in advance...

    This is because you have the

  • float: right; in your css selector (see below).

    Change the order of links in the HTML for the good order of market:

  • index.html"> home".
  • Commercials.html"class ="MenuBarHorizontal"> ads '"
  • carsandvans.html"> Cars & Vans»
  • Marines.html">Marines ."
  • Then change float: right; float: left; in the below css selector:

    UL. MenuBarHorizontal li

    {

    list-style-type: none;

    font-size: medium;

    position: relative;

    text-align: center;

    cursor: pointer;

    Width: 239px;

    float: right;

    do-family: Tahoma, Geneva, without serif.

    color: #06C;

    overflow: visible;

    border-radius: 15px;

    border-color: #039;

    }

  • The synchronous call AJAX in Firefox, worked in IE, Chrome, and Safari

    Dear Sirs,

    I need to use the synchronous Ajax call that breaks on openness in synchronous mode.
    The error is NS_ERROR_FAILURE. This code works perfectly in IE, Chrome, and Safari.
    Help, please.
    Regards, Mark

    I've included here some of my code.

    function PostRequest(MyUrl){
    
     var qXML = new XMLHttpRequest();
    
    // some code
    
      qXML.open("POST", MyUrl, false);
      qXML.setRequestHeader('Accept', '*');
      qXML.setRequestHeader('Origin', '*');
      qXML.setRequestHeader('content-type','application/x-www-form-urlencoded');
            try {
             qXML.send(StringToPost);
    
    // some code .....        
    
            } catch(err){
             alert(err + '\n...unavailable.\nYour request will appear in the new window.');
                     }; // post log
    

    .....

    Sorry, this forum is for user of Firefox support, there may be no developers Ajax support here this morning.

    Try announcement Web development / standards evangelism MozillaZine forum. The helpers there are better informed on the problems of development of web page with Firefox.

    http://forums.mozillazine.org/viewforum.php?f=25

    You will need to register and log in to post in this forum.

  • Safari on my MacBook Pro retina 9.0.3 15-inch Version 10.11.3 do not show images on some Internet sites. They appear for a fraction of a second then disappear with a question mark in the Center. The same sites work fine on Chrome and Firefox.

    Safari on my MacBook Pro retina 9.0.3 15-inch Version 10.11.3 do not show images on some Internet sites. They appear for a fraction of a second then disappear with a question mark in the Center. The same sites work fine on Chrome and Firefox.

    I suggest you only begin by taking the measures recommended in this support article.

  • Border around the selected ListField item?

    Hello

    I wonder if it is possible to customize a ListField, such as when you scroll through the list, the current row will have a border color around it?

    If this is not possible, I thought to imitate a ListField behavior using a TableLayout, where each row in the table has a HorizontalFieldManager.  Then, when an individual HorizontalFieldManager is selected, it will draw a border around it...

    Also, would it be possible to have a border around the current selected line (whether in a listfield or tablelayout) and then be able to select an object (such as a button) inside the line, without losing the border highlighted?

    Thank you!

    You might expect to have a special identification for the selected line in a ListField was asked and answered several times on this forum.  From memory, there are two options:

    (a) substitute drawfocus

    (b) in your drawListRow, check if the line that you draw is the selected line of the ListField.

    I suggest that you look in the forum for more information on these options.

    A ListField is a unique field, with a line at a time selected.  Without coding you something special it is not possible to have different parts of the line selected in different circumstances.  And although it is possible, don't normally add you a HorizontalFieldManager (or all other fields) to the ListField and which allows to paint content,

    What you're suggesting is indeed possible, but it is not for the faint-hearted.  I would recommend that investigate you other ways to achieve the desired effect before you start to look at using other fields to the layout and paint a line in the ListField.

  • Get only the selected tabs

    I have the chore of adusting thousands of tab stops in hundreds of paragraph styles and stole scripts useful to reset the tab stops. I thank anyone who has ever displayed such extract.

    I thought it would be easy to write a tab-nudger, the idea being that the user could select a range of text containing tabs and add or subtract a point at a time, but only for tabs in the selection.

    The obstacle is that

    App.Selection [0]. TabStops

    Returns all the tabs tab in the paragraph, even if the selected text contains only one or two of the related tab characters. So I guess that the script would somehow determine which tab stops at the point go with tab characters in the selection. But her party "somehow" left me speechless.

    Hello

    As you have noticed, each PointInsertion, Word, line, text has the same tabStops set as a parent.

    Succesful edit tabStops associated with the current selection needs to discover:

    • How many legs (characters) are inside selection comparing to the whole paragraph.
    • tabStops how are defined for the current text selection (supposed to be at least as much as the number of tabs inside the paragraph)

    Below the function returns an array that contains two elements:

    Array [0] ==> number of defined tabs for the current selection (perhaps it is necessary to add some)

    [1] table ==> table with the tabStops indexes associated tabs in the current selection.

    function tabsFromSel() {
              var
                        tabStopsArr = [],
                        k, stop;
    
              if (!app.selection[0].hasOwnProperty ("baselineShift") ) return false;
    
              app.findTextPreferences.findWhat = "\t";
              var tabSel = app.selection[0].findText();
    
              if (!tabSel) return false;
    
              var
                        tabTot = app.selection[0].paragraphs[0].findText(),
                        len = tabTot.length,
                        lenSel = tabSel.length,
                        tabStopsDefined = app.selection[0].tabStops.length;
    
              while (len-->0)
                        if (tabTot[len]===tabSel[0])
                                  break;
    
              stop = len + lenSel;
              for (k = len; k < stop; k++)
                        tabStopsArr.push(k);
    
    return [tabStopsDefined, tabStopsArr];
    }
    

    So it could be a foundation for other changes (i.e. the user interaction with the dialog box)

    Function returns false if there is No text_selection or without tab found inside the selection

    Jarek

  • The highlight in the selection list values

    I have a list of selection of a code that display additional values. Usually I would only code values where the obsolete_ind = "N" and limits the selection to these codes, but when a record is displayed with a code rendered obsolete once the record was initially created, I MUST allow display additional values. IIF, that I don't have, the first value in the list by default, and it seems that it is the current value, which is not true!
    So, I have 'show extra values', but I would like to avoid the registration of 'saved' by using the now obsolete value. Of course, a validation that will solve, but the user will not know who are the valid codes to select.
    Can specific values highlighted in red or something? If the tag selectlist < option value = "" > id has also been = "", a code for the dynamic action, but I do not see how to add this 'id' to the tag option. "
    Any suggestions?

    Some options that come to mind
    -use apex_item to build your selection list, the parameter cattributes allows you to easily add custom attributes to color some entries
    -Several times in the past, I've seen some old values of code marked with an asterisk, then users are educated to know that they are the older options and validation (browser or submit) it applied.
    -Having a display-only field that shows the current value and a selection list that offers only the current options

    Scott

  • I have the windows open again in a new option to the selected tab but it always opens in the same window.

    Firefox v28.0, Mac OS X 10.9.2, 3.5 GHz Intel Core i7.

    Running in safe mode. In the Preferences menu, I have the "open new window in a new tab instead" box checked but when I click on links the new page opens in the current window. If I order click on I have the ability to open the new window in a new tab

    The setting in tools > Options > tabs: "new pages should be opened in ': 'a new tab/window' is for links that specify a target window to open the link.

    This option allows to divert these links into a new tab instead of a new window.

    Links that do not specify a target still open in the current tab, unless you redefine with a middle or click Ctrl left click (new tab) or a left click UPDATE (new window) or via the context menu.

  • Color of the tab of the selected tab panel

    Hi all

    I would like to know the orange as the color of the upper part of a tab in the tab panel, see the image below.

    In fact, these are two colors, orange and orange dark, 'shadow '. I don't mind what color value, I can get, but I would like to use the same color for the other controls (LED, part of decoration) as well.

    This color depends on the theme of Windows? If so, I would be happy about a possibility of getting this property programmatically.

    If the color is still the same, I can get it myself using Photoshop...

    Thank you very much

    Wolfgang

    When the Panel has ATTR_CONFORM_TO_SYSTEM_THEME game, ICB allows Windows to draw the tabs by calling DrawThemeBackground with partIDs TABP_TABITEM, etc. The image you posted is the XP theme. The theme of Windows 7 is different, and it looks like this...

    I checked the GetSysColor Windows function, but didn't see a way to get that color. Anyway, since the tabs draw differently on XP and Vista/Windows 7, you can not use this color in the different controls.

  • Customizing the Panel collapsible Spry widget

    Hi all
    The panels reducible spry are great, but I want to provide the user with a click to close all or open-all access panels. This would be in addition to the existing default functionality - of course. I think a link text or small image above the entire Board, which I think would be a nice addition.
    Can someone help me with this?
    Thank you very much!
    Ed

    Hey, I thought of her. Œuvres for IE, but not Firefox - but which is still most of my users.
    No need for follow-up.
    See you soon
    Ed

Maybe you are looking for

  • I have an iPad pro and can't open any of my emails. Why?

    I have an iPad pro and cannot open my email. If anyone can help?

  • Definition of the ASAM-ODS unit

    Hello I'm creating a file converter that should correspond to the ASAM ODS standard. I use the "storage/data plugin" tip screws, range of the file IO. For now my test are based on the creation of an ATF file on my computer. Eventually the Oracle serv

  • CHKDSK runs everytime I turn on the computer

    How can I stop CHKDSK utility to run every time that I turn on the computer?  I use Windows XP.

  • X 201 Tablet + diet coke

    Hello I spilled abt 15-20 ml of coke diet on my keyboard yesterday, power off, removed the battery, given coke come outta drains down (absorbed w towel) and sponged off the residual come from the top. I also removed the lil red button to make sure th

  • Call a Webservice (wsdl) of external SOA when the document is released

    Hi allI use Oracle Webcenter Content (UCM) Version:11.1.1.9.0PSU - 2015-08-20 12:15:05Z - r132912 (Build: 7.3.5.185).When I save in document to AAU, he goes through the workflow for approval and after approval of content is released.All approvals com