CSS properties are prefixed with style sheet name

I have two sites both created with the default templates in dreamweaver. The properties of the CSS file both looked different as shown.
What is the difference and how to I clean up the one that is prefixed?

There is nothing to clean up. .something are classes, #something are IDs. They don#rt mutually exclude one another but can coexist. If defined in a specific stylesheet and order, they provide contextual rules, e.g. if a class rule appears inside a specific elemnet with an ID. Nothing wrong. Read up on CSS!
Mylenium

Similar Messages

  • Referencing CSS from Shared Components/Cascading Style Sheets

    Apex 4.0
    I've been placing my CSS style sheet in Shared Components/Cascading Style Sheets. And referencing it as follows <link type="text/css" rel="stylesheet" media="screen" href="#WORKSPACE_IMAGES#app300.css">.
    For weeks all has seemed to work fine. I make changes to app300.css in Cascading Style Sheets. Clear cache. And see my change.
    But suddenly it stopped working. More specifically my updates don't take. I firebug and look at the file under CSS and don't see my changes. app300.css is unchanged. Then I deleted app300.css from Shared Components/Cascading Style Sheets. The file is deleted. No longer in the Cascading Style Sheets panel. But the old file still appears when I look under firebug.
    Simply a brain cramp for me. I know this is probably obvious but I can't figure it out.

    Hi,
    If your file still recides in the database, you might want to try deleting it with a procedure from the wwv_flow_api package:
    set serveroutput on
    declare
      l_security_group_id number;
    begin
      select workspace_id into l_security_group_id
      from   APEX_040000.APEX_WORKSPACES;
      wwv_flow_api.set_security_group_id
          (p_security_group_id => l_security_group_id);
      wwv_flow_api.create_or_remove_file
        ( p_name           => 'app300.css'
        , p_location       => 'WORKSPACE'
        , p_mode           => 'REMOVE'
        , p_type           => 'CSS'
      commit;
    end;
    You can run this using SQL developer/ Toad or whatever program you use, but I don't think you can run in the SQL workshop of Apex.
    Run it as workspace owner.
    First part sets the apex engine to point to the correct workspace id in Apex, change "APEX040000" to match your version of Apex.
    Second part is the procedure that should remove your file from the database.
    Make sure you commit your changes and try to upload your css file again.
    Regards,
    Vincent
    http://vincentdeelen.blogspot.com

  • Scripts working with Style Sheets

    Hello. I'm working in CS3, InDesign.
    I am working on a fairly large conference book full of sessions, two columns per page. Two style sheet in question: 1) Head_with_RuleAbove; 2) Head_with_NoRule. Scenario: The sessions are divided by a horizontal rule, except when the session is at the top of a column. Here in lies my problem, if a session is added or taken away then I have to go back through to the end of the file and touch all the "head" to either add or remove the rule above with style sheets. If this happens at the front of the book, it's very time consuming.
    My dream: Is there a script that exists that can run in tandum with style sheets that picks a style sheet to use depending on where the text find's itself in the column, ie at the top or not at the top?
    I apologize that this question is so wordy and confusing.I appreciate any help you all have to offer. Until then I will click away.
    Kindly.
    --Dimitry

    It's possible to write a script that does just that: add a line to each head, except when it's at the top of a frame; in that case remove the line.
    A drawback is that you would have to run it on every change. So try cheating. This way you don't have to do anything on reflowing text:
    Go to the master pages for these columns and add a new layer. Position this layer on top of the existing one(s). Draw a white rectangle on the position where the line would come. All you have to do is making sure you add the text on the right layer, and don't use these master pages for anything else than these 2-column texts.

  • Are drives with the same name differentiated?

    I'm running OSX 10.6.8 and three external drives on which data is stored (a main drive, A-Data, and two backups). A friend may decide to help me with a project and to do so will have to have the same setup. Naming the drives on the second system is of some concern to me, so I did some research.
    The fellow at http://www.cnet.com/au/news/drives-in-os-x-appearing-with-1-appended-to-their-na mes/ states:
    If by chance you mount two drives of the same name, because the system can't create two mount points with the same name it appends sequential numbers to new mount points as they are created, and therefore you will see the numbered drive names in the Finder.
    Unless I misunderstand what he is talking about, I found that I can have two drives with the same name. I can have two drives named A-Data on my desktop. And therein lies my problem (maybe). The project involves Premiere and several of it's sister programs, all of which require external files (video, audio, stills) to be linked, not stored within the working file.
    QUES 1
    Are disks with the same name distinguishable by OSX or software?
    QUES 2
    Assume that
    I am working on a project which is saved on A-Data (and all the project links are to files on that particular A-Data)
    I then connect another disk with the same name (and with the same folder structure), and backup my files to it.
    I then eject the first A-Data and open the project on the second A-Data.
    Will the software say that it can't find the linked files (because they are on the ejected disk), or will the project open as normal?

    Avoid having the same names if at all possible, especially if you use apps that 'link' to the media via the file path.
    The file path is set by the order in which the disks mount, which can change across reboots.
    To see what is going on by using Disk Utility…
    Select the first volume, look at the mount point (a blue link at the bottom of the Window) …
    /Volumes/A-Data
    Now connect the second volume & select it, look at the mount point…
    /Volumes/A-Data 1
    Now reboot, power off the first disk, leave the second one on & power disk one back on when the OS has competed booting. They will show the same paths, but each disk is now the 'other' disk - this makes a big mess for Apps like Premiere.
    The only way to make this work is to clone every file to be identical on both disks, and never use Premiere (or any app that links to media) when both disks are connected. Otherwise you risk linking to media files on 'A-Data' and 'A-Data 1'.
    Premiere must have tools for sharing projects - look at them before using disk names in this way.
    You could however clone 'disk 1' to 'disk 2' & then rename it on the second Mac (to make them identical to fix the paths for Premiere), just avoid bringing them to one Mac with the same disk names. It does make more headaches in future though, because your friend will add new media that you need to migrate back to your disk.

  • If user opens a query he shd get vendor numbers which are prefixed with SS

    Dear All,
    When user opens a query  and say (f4) for vendor, only list of vendors which are prefixed with source sustem id shd appear  and old vendor numbers with out prefix shd not appear
    in master data we have old data and new data (prefix with source system id)
    we cannot do any changes to master data in BI bcoz they are being used by other applications.
    Please help
    Thanks in advance
    Nitya

    Hi
    thanks for your inputs
    but as per the settings values are read from master data (vendor )
    but in (f4) in query is it possible to show only vendors with prefix and exclude vendors without prefix
    Also need to change maximum no of hits is 200 by default and it has to be changed to 3000 by default
    please help
    thanks in advace

  • FF 5 on mac is no longer displaying background images that are defined in style sheets. This has woeked correctly for years with older versions.

    The problem occurs both in safe mode with all add-ons turned off and in normal mode with add-ons active. I see the missing images error on most sites using style sheets including Mozilla.

    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Accessibility settings.
    * Firefox > Preferences > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    See also http://support.apple.com/kb/HT1343#odd10

  • Problems with style sheets

    I switched to Pages about one year ago because I then found that style management was easy and straightforward compared to Word. I updated to Pages V2.0 in January and since then I have been annoyed with the new way style sheets are managed.
    In V1.0, when copying / pasting text from Word to Pages, styles would not been copied leave the style sheet clean.
    Now, when copying / Pasting text from Word to Pages, the whole Word style sheet is copied in Pages (whatever paste option is used) messing everything around
    I believe this is a bug but I did not get any straight answer from Apple support. Do you face the same problem? Does anyone have a work around?
    Cheers.

    Philippe,
    actually it will indeed be the easiest to remove the Word styles when you're finished with your text.
    You should be aware that Pages will ask you for a style to replace the one you're deleting, if that style is still assigned. If you Paste and Match Style, this shouldn't be a problem.
    I wouldn't number Pages styles but use a prefix, e.g. "pg_". This will still keep the sorting you're probably now used to. A prefix is also usefull if your Pages styles use numbering (text style) since Pages automatically adds a number in front of the style name. This could lead to some confusion.
    Additionally, you should, as suggested by dwb, send feedback to Apple and ask to change the behaviour of Patch and Match Style.

  • Styles Are Referencing Unwanted Style Sheet

    Hi, I resaved a style sheet with a new name then created a new page and attached the new style sheet to it. But for some reason some of the text in the new page is still referencing an old style sheet and I don’t know how to get tit to only reference my new style sheet.
    Here is the message I get when I select the type in the page and hover over the rule in the CSS styles panel.
    this rule is defined in file “light_new.css” with specificity 0,0,0,1

    And, isn't "light_new.css" the name of the new stylesheet?  If not, what *is* the name of the new stylesheet?

  • Strange Problem with Style Sheet

    Hi,
    I wasn't sure where to post this to, maybe the Leopard discussions may be more appropriate! I run a website based on a Wordpress backend that uses CSS. For some reason my website will not display correctly in ANY browser on my Macbook (2.16C2D/2GB/250GB/10.5.5), but it works fine on any of my other Macs or PC's.
    Basically the menu headings and post titles should be white on a black background but they are bold and the colour of my link items (#6699ff). There are other minor formatting issues as well. It shows up incorrectly in all my browsers (Safari 3, Camino 1.6 and 2 (default), Opera 9.5, Firefox 3 and Flock) and also in CSSEdit (which likely uses the Safari engine).
    It's also a system wide issue, not a user one as it is the same for other users of the Macbook. It started about a week ago, and the only system wide change I have made since then is installing Flash Player 10. I have since tried removing all internet plugins but there was no change.
    Although this is not a huge issue it's really annoying as I initially thought my website was broken before testing on another machine. Any ideas on this one would be greatly appreciated. BTW, the offending style sheet is called styles.css
    Thanks,
    Rory

    Sorry - the web address of the site is www.dj-moose.co.uk/blog You should see the menu headings down the left in a white sans serif font and the post titles also in white in a capitalised sans serif font. Both of these are #6699ff and bold for me, as if the a:hover style and H3 have combined.

  • Export css rules to an external style sheet

    Hi
    For some reason, when i try and right click on my selected styles to move them into a new external style sheet the option to move css rules isn't in bold so i can't perform the task. Its the same when i try and select move css rules from the format tab in my toolbar. Has anyone come across this before or know another way around it. I also seem to get different options appear on my right click depending on what view I am in, is this normal?
    Thanks
    Ellen

    Why don't you manually move your embedded CSS code into a new CSS file (in code view)? 
    Then link your HTML pages to your external style sheet.
    Dreamweaver, Linking HTML to External Style Sheets
    Nancy O.

  • Formatting incoming text with style sheets

    Is there a way to "find/change" formatted text with existing style sheets?<br /><br />In other words I have formatted text placed into my indesign document that looks like the following: <bf>Four Patch</bf> Then another set of text that looks like this:<it> Baltimore Press</it> <br /><br />I set up stles sheets formatted for Bold font and Ital font to accomodate these formats. Problem is I have a 500 page book that I need to go through and stylize. I tried to do a find/change global (<bf> </bf> to bold font etc but it didn't work. I was hoping by just putting a space between the <> would  help the find/change option to find all the text but kept saying could find.<br /><br />I hope someone understands what I'm trying to do and can tell me that there is a remedy to the tedious formatting issue I have.<br /><br />Thanks<br /><br />MAria<br />Stuart, Florida

    If you have InDesign CS3, I can think of two ways to deal with this.
    Grep search: set search to
    <bf>([^<]+)</bf>
    and replacement string to
    $1
    and then set the change format to your boldface style. Change all. (I often think it's a good idea to take a copy before doing Change All on a 500-page document, but that's up to you.) Repeat with hopefully obvious changes for the italics. You can save the searches if you need to do this often.
    Adventurous alternative.
    Put the single line
    <stuff>
    at the top of your file, and
    </stuff>
    at the bottom.
    Now it's XML. So open the structure panel, import XML from the fly-out menu. Map Tags to Styles from the same menu, and set up the correspondence you need. Then drag the stuff node from the structure panel to the document.
    If you have to do this more than once, you can import the mapping from an old file each time after the first.
    IMPORTANT: The XML route will fail if you have loose & or less than characters in your file. You would have to replace these with the appropriate character entity references.
    (If you aren't reading this on the forum site, you may be seeing character entity references in the message. Hopefully you can decode them.)

  • CSS 11501 - wildcard certificate with subject alternative names

    Hi,
    I generated a wildcard certificate for my company type *. mycompany.com in a CSS 11501.
    For the site sub-domain1.mycompany.com worked fine, for the site sub-domain2.sub-domain1.mycompany.com didn't worked.
    I read on the web that should generate a wildcard certificate with subject alternative names. Is it possible in CSS? how can I do it?
    Thank you very much,
    Cláudio Soares

    Hi,
    The CSS is indifferent to the Common Name in an SSL certificate used for SSL termination,
    so using a wildcard certificate would be no different than using a standard certificate.
    If using the CSS to generate the Certificate Signing Request, just enter the Common
    Name with the leading asterisk for the subdomain portion of the hostname. Example:
    Common Name (your domain name) [www.mycompany.com]*.domain.com
    The only difference in configuring SSL termination would be that you could
    reuse the SSL certificate (in the ssl-proxy-list) for all the different vips that the
    subdomains resolve to without having to worry about pop-up warnings on client's browsers
    (example attached). Or, if your subdomains resolve to the same vip, the CSS configuration
    wouldn't be any different.
    Regards,
    Siva

  • Table names in generated stored procs are qualified with sa schema name

    I am using OMW 9.2.0.1.2 with the 9.2.0.1.3 SQL Serevr plugin to help with a SQL Server 7 to Oracle 9.2.0.1 migration on NT.
    As is common with SQL Server databases, the dbo is sa. I don't want my Oracle schema to be called sa. I have succesfully gotten around this by renaming the sa user in the Oracle model in OMW.
    However, the stored procedure code that OMW generates has table names qualified with sa as the schema (the tables names in the original T/SQL procs were not qualified).
    How can I stop OMW from generating table names qualified with sa?
    Thanks.

    Hi,
    this is a bug in the OMWB. As a workaround, you can generate the migration scripts (see reference guide and user guide for more information) from the OMWB Oracle Model and then edit these scripts to ensure that the 'sa' prefix does not appear in the text of the stored procedures. Then use these scripts to generate the schema in your database.
    An alternative is to migrate the stored procedures, schema and data over to the Oracle database using OMWB and then open each procedure in Enterprise Manager, remove the references to the 'sa' prefix and re-compile the procedure.
    I will keep you updated on the release this fix will appear in.
    I hope this helps,
    Tom.

  • New Nikon and keeping old - are files with the same names allowed?

    I have been using the organizer catalog for all my photos for years.  When my wife got interested in photography I bought her a Nikon and added her photos into the same catalog - most of the tags overlapped since the pictures are mostly of family and around town.  This worked out fine since I used a Canon and the file names were different
    Recently I looked for a new camera (its been years and I wanted to move up).  Thinking that it made sense to share accessories and lenses I got myself a new Nikon - a different model than my wife has if that matters.  (No Nikon -Canon discussion please).  Of course now all the pictures that I take are named in the camera and have exactly the same names as my wife's pictures already in the Organizer catalog.
    I haven't tried to import my pictures yet, but I seem to remember that the Organizer catalog won't import a "duplicate" picture even if its in a different folder on the hard drive.  So the question is, how does Organizer know whether a picture is a duplicate or not?  If it looks for filenames then it won't import my pictures (or worse, it will import my pictures and will "overwrite" my wife's - not on the hard drive in a different folder, but in the catalog - or just mess up all the tags etc.).
    The only thing I can think of is to download my pictures directly to the hard drive and batch rename them in Irfanview (like add my camera model to the front of the filename) and then import these renamed pictures to the catalog.  This adds a few steps to the workflow over just using the Adobe Importer and allows more opportunity for me to mess things up if i'm not concentrating as I do all these steps, so its something I would like to avoid.
    What do all you professional photographers with more than one camera do about this.  Should I just start a separate catalog - although the beauty of the PSE catalog is that I can locate all of the pictures I want with just a few clicks of the mouse without looking in more than one place.  Extra info - I'm using PSE 5.0.2 on Vista 32.
    Thank you for reading this far.  All suggestions will be much appreciated.
    Blaine

    PSE is smart enough to know that a file in a different directory with a different capture date and time is not the same as the photo you already imported. No need to rename beforehand.

  • Access report export to excel shows =sum() text boxes prefixed with the textbox name

    When exporting reports from access to excel the =sum() (group and total sums) text boxes all have the text box name prefixed to them in excel. They look good in access reports. Any way to turn this off? Why is this happening?
    I've seen the same issue on 2 computers running Access 2010. I also tried this in access 2013 and had the same issue.
    See the images below as examples, the first is from access, the second is the report exported to excel.
    Access 2010 (http://i.stack.imgur.com/4roFM.png)
    Exported report viewed in Excel 2010 (http://i.stack.imgur.com/6B1zj.png)

    I've seen the same issue on 2 computers running Access 2010. I also tried this in access 2013 and had the same issue.
    Hi Scott,
    Did you use the same database file? May I know how did you create the report and those TextBoxes?
    I couldn't reproduce your problem, this is what I did:
    Create a sample table and the corresponding report. Group it by one of the field, then give it a footer section. In the footer section I inserted a TextBox and set the ControlSource property to "=Sum([fieldname])". But the name of the TextBox didn't
    show in the exported Excel file. Check the screenshots here:
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • How can I repair a File Vault sparsebundle?

    Apple has directions for repairing a File Vault sparseimage under 10.3-10.4 here: http://support.apple.com/kb/HT2631 I couldn't find anything more up-to-date, so I followed those directions but using the different permissions setup in 10.5. Everythin

  • I am using a MacBook Pro Mac OS X Version 10.6.8

    I am using a MacBook Pro, Mac OS X version 10.6.8  iPhoto 8.1.2 Suddenly iphoto will not open. I am traveling and taking many pics so I am quite frustrated. Any help is appreciated.

  • Grant access to data cubes

    Hi all, I've got an SCSM 2012 R2 CU5 instance with a healthy Data Warehouse registered.  I'm attempting to configure user roles so that I can grant non-administrative users the ability to open data cubes via the SCSM console. By default, Authenticate

  • Web Service problem with SOAPContext

    When I pass org.apache.soap.rpc.SOAPContext as a first parameter of my webmethod sayHello(SOAPContext, String name) I found the following exception error #300: method sayHello(java.lang.String) not found in class mypackage.AttachmentsImpl... What I h

  • Extracting .iso files

    Hi! I am currently running macOS 9.1. Recently I downloaded an .iso file, but the computer seems to think it is a HTML Document. is there any extensions etc. that I will need to download to get the computer to recognise it as an .iso file and then mo