Select several CSS classes simultaneously (Was: how select several css rules at the same time ?)

Hi !
I have Dreamweaver 8
I've tried to select several css rules at the same time to create a css style sheet but i don't know how to do it !
This man do it in this video at 3:00
http://www.youtube.com/watch?v=ZbQ3GTFC-o0
Thanks !

DW8 doesn't support the selection of multiple classes in the properties panel.  I'm pretty sure that feature didn't appear until the release of CS6.  Unless you upgrade to CS6 or CC, you must do it manually in your  code.
Nancy O.

Similar Messages

  • Is it possible to send several http requests at the same time?

    hi:
    is it possible to send several http requests at the same time in j2me application, or it's device specific.
    It's ok in my NOKIA SYMBIAN C++ application.
    regards
    Message was edited by:
    danielwang

    Is it possible to have 2 threads running at the same
    time at different times eg 1 repeats every 20
    miliseconds and the other 40 for example. Yes.
    http://java.sun.com/docs/books/tutorial/essential/concurrency/index.html

  • HT4059 I currently use ibooks on my iphone 4s... I want to be able to send several pdf documents at the same time in one email, I thought there was a way to do this?  Can you help please?

    I currently use ibooks on my iphone 4s... I want to be able to send several documents at the same time in one email, I thought there was a way to do this?  Can you please help?

    Install ClamXav and run a scan with that. It should pick up any trojans.   
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • Display Html screen, design view and CSS screen at the same time ?

    Hello everyone !
    Well this is my problem :
    I am on a Dual Screen monitor, in one screen i have the ''code inspector'' to view my html code and the second screen i have the Design view.
    Problem is,  i hate switching always my tabs when I need to work on my Html and my CSS.
    I was wondering if anyone found a way to display, i don't know maybe 2 code inspector or simply find a way to split the screen so I can see html and css at the same time ?
    Thanks a lot !
    Nick

    If you're using Dreamweaver CS4, this is very easy. View the HTML in the Code Inspector, and have Vertical Split view in the main Document window. In the Related Files toolbar, select the stylesheet.

  • How to use multiple languages at the same time for spell checking?

    I use two different languages all the time and words are mostly so different (English and Finnish) that I could have spell checking on for both languages at the same time.
    Now it seem to allow to select only one language at the time and I have to switch back and fort zillion of times per day.

    Thanks for the quick answer.
    The Dictionary Switcher doesn't seem to work with Finnish language, it doesn't detect it at all to be one of the choices although in the Firefox context menu Languages -> Finnish/Finland is shown.
    Also, if it would work, I would need to get rid of multiple EN_* langauges. I just need EN_UK or EN_US, not all 22 different EN_*.
    One option would be to create a custom dictionary, which would have words from both languages. The next task is then to find out how to make this kind of custom ENFI-dictionary, which would have words from both English and Finnish languages.
    Finnish may be a some kind of special case for spell checking anyway, because the support is in its separate plugin:
    http://voikko.sourceforge.net/

  • How to display all layers at the same time?

    Hi,
    I have created several theme based FOIs with a checkbox to set visible them. Each theme has some data and when you click in the theme region it displays this data in an information box. But when I set visible more than one theme, can only display the information box of the last one theme that I set visible (the others are not clickable because they are under the last no?). Is there anyway to make all of them clickable at the same time?
    For each theme that I create I call this function:
         function addThemeBasedFOI(value, i) {
              /* Add JDBC SQL Query theme based FOI */
              baseQuery = "SELECT value,annotation as label FROM " + value;
              var theme = "<themes><theme name='JDBC_THEME'>"
                        + "<jdbc_query asis='true' spatial_column='value' jdbc_srid='4326' label_column='label' " +
         "render_style='colorScheme' datasource='DSTest'>"
                        + baseQuery + "</jdbc_query></theme></themes>";
              buffertheme = new MVThemeBasedFOI('bufferthemeL_' + i, theme);
              buffertheme.addStyle(sc1);          
              buffertheme.enableLabels(true);
              buffertheme.setBringToTopOnMouseOver(true);
              buffertheme.setVisible(false);
              buffertheme.setClickable(true);
              buffertheme.enableInfoWindow(true);
              buffertheme.setAutoRefresh(true);
              buffertheme.attachEventListener(MVEvent.MOUSE_CLICK, showInfoPanel);          
              mapview.addThemeBasedFOI(buffertheme);
         function showInfoPanel (loc, foi){
              var width = 250;
              var height = 150;
              var html = "<p style='color:blue'>Name:<br><font color='black'>" + foi.name + "</font></p><br><p style='color:blue'>Localization:<br><font color='black'> X:" + loc.getPointX() + "<br> Y:" + loc.getPointY() + "</font></p>";
              mapview.displayInfoWindow(loc, html, width, height, "MVInfoWindowStyle4");
    /* Function to set visible a layer */
    function setVisible(item) {
              var themebasedfoi = mapview.getThemeBasedFOI(item.value);
              themebasedfoi.setVisible(!themebasedfoi.isVisible());
              if(themebasedfoi.isVisible()) {
                   themebasedfoi.centerToTheme();
                   themebasedfoi.zoomToTheme();
    Thanks in advance,
    Esteban.

    Hi Esteban,
    pls refer to these threads - they may help you with that issue:
    Re: MVThemeBasedFOI Index
    MapViewer and WMS layers
    Dominik

  • How to open 2 playlist at the same time and have them in two diferents windows?

    until iTunes 10 i can open more than one playlist at the same time, and have this playlist in diferents windos but since 11 i cannot do it anymore.. is anoying if i need to fast switc music froms playlists.. so it become usseless...
    i think the aim of the previous itunes (before 10) it was to give a service of arranging librerys of musics.. but now, it becomes a sell party program...
    and only to you to know, if i dont put my credit card on my account i cannot even buy FREE programs on appstore...
    thats bad... very bad..
    if you need some tips how to do it proprerly here you got one..
    if is not broken... dont fix it...
    now i have my iphone 6, my ipad and the iphone of my wife, but i have itunes 10 because is the one who have the multi windows possibilities.. and now i cannot sync the devices..
    thats very bad..
    i hope you can help me...
    if you dont understand my problem i can show you via video..
    thanks

    You could create an applescript to do it.
    tell application "Dreamweaver's Full Name"
    activate
    end tell
    tell application "BBEdit's Full Name"
    activate
    end tell
    tell application "Acrobat's Full Name"
    activate
    end tell
    Replace the quoted text (leaving the quotes) with the full name of the application, and save the applescript as an application bundle, and put it in your dock.
    NOTE: You may have to put the full path to the application for it to work (I.E. /Applications/Dreamweaver.app). If you do, encase the full path in quotes.
    Good luck!
    Message was edited by: joshz

  • How top open multiple forms at the same time in HRMS menu

    Hi,
    When enabling "Close Other forms" in HRMS menu by excluding the function ‘Navigator: Disable Multiform’ Function in the Responsibility Definition (System Administrator -> Security -> Responsibility -> Define), mutliple forms works fine but I'am facing another error.
    My problem is: when this option is enabled, I tried to run Payroll run request but it turned out that payroll list of values is returning empty values and I'am unable to select any payroll from list of values. the only way to do so is to remove back ‘Navigator: Disable Multiform’ Function from exclusion section in responsibility.
    My requirment is: to have multiple form and payroll run list of values working at the same time
    Thanks

    Reason for this , if ur request is attached to more than 1 responsibility , i think this issue will come , we got same issue
    we remove it from responsibility list , then it is working fine

  • How to open multiple applications at the same time

    I need to open several applications at the same time: Dreamweaver, BBEdit, and Acrobat. Is there a way to smooth this process, so pressing an icon in the dock will open them all for me?

    You could create an applescript to do it.
    tell application "Dreamweaver's Full Name"
    activate
    end tell
    tell application "BBEdit's Full Name"
    activate
    end tell
    tell application "Acrobat's Full Name"
    activate
    end tell
    Replace the quoted text (leaving the quotes) with the full name of the application, and save the applescript as an application bundle, and put it in your dock.
    NOTE: You may have to put the full path to the application for it to work (I.E. /Applications/Dreamweaver.app). If you do, encase the full path in quotes.
    Good luck!
    Message was edited by: joshz

  • Several user status at the same time

    Hi Export,
    As I found, we can only choose one status from the list in WBS. Is there any config can make it possible to select multi status in one time?
    Thanks,
    Liang

    Hi
    yes you can select more then one user status at the same time
    For example you create user status like this in OK02
    1     INIT     Initiative
    2     DRPR     Draft Proposal
    3     PLAN     Fully planned & costed
    4     AFEA     502-Approved
    5     RELE     Released for execution
    6     HOLD     On hold
    You can select the user status from the above list
    If you set the Initial status flag for the user status
    If a status is marked as an initial status, it is automatically activated in an object when the object is created
    Thanks
    S.Murali

  • How to play two videos at the same time

    Hi everyone!
    Ok, so what I'm trying to do is basically play two videos, which are already saved on the computer, at the same time. I can get one video to play, but when i try to start another it just displays a blank screen.
    import javax.swing.*;
    import javax.media.*;
    import java.awt.*;
    import javax.media.protocol.*;
    public class TwoVideoTest {
         public static void main(String[]args) {
         MediaLocator locator1 = null;
         MediaLocator locator2 = null;
         try {
         locator1 = new MediaLocator("file:/C:/truck1.mpg");
         locator2 = new MediaLocator("file:/C:/truck2.mpg");
         } catch(Exception e) {
         System.out.println("COULNDT CREATE LOCATORS IN MAIN TEST CLASS");
                          System.exit(-1);
         Player player1 = null;
         Player player2 = null;
                     try {
          player1 = Manager.createRealizedPlayer(locator1);
         player2 = Manager.createRealizedPlayer(locator2);
                      } catch(Exception e) {
              System.exit(0);
         JFrame frame = new JFrame();
         frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        JPanel panel1 = new JPanel();
       JPanel panel2 = new JPanel();
        panel1.add(player1.getVisualComponent());
       frame.getContentPane().add(panel1);
       frame.setSize(new Dimension(500,500));     
       frame.setVisible(true);
       player1.start();
       player2.start();
    }

    HELLO AGAIN! I guess i post too soon....
    So i modified my code and now the videos play together. Threads, sigh.
    But the audio that comes with the video doesn't appear to be starting at the same time. And this problem I ASSURE you i have no clue how to handle. And yes i know, the two video audios will overlap, but this a test for heavens sake!
    Anyways, heres the modified code in case it will help anyone
    import javax.swing.*;
    import javax.media.*;
    import java.awt.*;
    import javax.media.protocol.*;
    public class Video implements Runnable{
         String url;
         MediaLocator locator;
         Player player;
         JPanel panel;
         public Video (String url,JPanel panel) {
              this.url = url;
              try {
                   locator = new MediaLocator(url);
                   player = Manager.createRealizedPlayer(locator);     
                   panel.add(player.getVisualComponent());
                   player.start();
              } catch (Exception e) {
                   System.out.println("ERROR CREATING MEDIALOCATOR");
                   System.exit(-1);
         public void run() {
              try {
              Thread.sleep(100);
              } catch(Exception e) {}
         public static void main(String[]args) {
            JFrame frame = new JFrame();
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              JPanel panel1 = new JPanel();
              JPanel panel2 = new JPanel();
              panel1.setPreferredSize(new Dimension(100,100));
              panel2.setPreferredSize(new Dimension(100,100));
              Thread thread1 = new Thread(new Video("file:/C:/truck1.mpg",panel1));
              Thread thread2 = new Thread(new Video("file:/C:/truck2.mpg",panel2));
              frame.getContentPane().add(panel1);
              frame.getContentPane().add(panel2);
              frame.setSize(new Dimension(500,500));     
              frame.setVisible(true);
              thread1.start();
              thread2.start();
         

  • How to get more downloads at the same time

    On my old computer I could download 20 files at the same time (or more, depending on the size). I've got a new computer now but Safari only downloads 4 files at a time: the other files are put on hold and start only when anotehr file has finished downloading.
    How can I enable more downloads at the same time?

    I'm not using any enhancings apps, so... that can't be it. I did go from 10.3.x to 10.4.x, but I guess that's not the point either. Maybe some internetsettings is keeping things from going full throttle...?
    I download from Usenet a lot and downloading multiple files with Safari was very nice: I'd get 20 50 Mb files within a few minutes on my computer. Now I can only get 4 files in that same time (I guess it's a bit faster but not much: I have a VERY fast connection!). Okay, all in all it still only takes half an hour (probably less) to download 3 Gb this way, but I just wonder what's holding Safari back...
    (BTW Downloading big files spread into rars is VERY nice! If I had to download a 3 Gb file as ONE file, it would take a LOT more time...! Makes you wonder why not all companies offer their software (specially larger files) in smaller parts... They used to do that in the early internet days because otherwise you would never ever get that file downloaded on that 56k6 line, but nowadays it still would be great if they offered everything in small parts!

  • How to download all color rules at the same time ??

    Hi! I created my swatches using adobe kuler, but I want to download all  color rules (analogous, monochromatic, etc..). Can I download it at the same time ?? Thanks!

    That's not possible in Kuler.
    You can download theme with whichever rule you have selected. For all rules, you need to create different themes and download each one individually.

  • Can there be several Sieve rules for the same match?

    Following up with my other question, here's a more specific one: can I have several working Sieve rules matching the same attribute values? Or does processing stop on the first match?
    Also, is there supposed to be a toggle/flag that specifies whether a certain rule should be the "last" (if it matches, whether to abort processing or to do whatever action specified in this rule and go on to the next rule).
    I believe it is possible to write up complex Sieve scripts and save tehm to LDAP, but that's not so user-frienfly for just anybody to do ;)
    So the main usecase for this question concerns the Sieve rules defined by a user in his or her Options tab.

    JimKlimov wrote:
    And how exactly does fileinto work? Does it happen once or more?Multiple fileinto actions to different folders results in a "copy" of the email in each folder, e.g. if I use a filter which has fileinto "Inbox", fileinto "Sent", fileinto "Trash", I get the following logged:
    24-Jul-2008 09:49:42.67 ims-ms                    D 1  rfc822;[email protected] shjorth+Inbox@ims-ms-daemon mailsrv  ''
    24-Jul-2008 09:49:42.67 ims-ms                    D 1  rfc822;[email protected] shjorth+Sent@ims-ms-daemon mailsrv  ''
    24-Jul-2008 09:49:42.67 ims-ms                    D 1  rfc822;[email protected] shjorth+Trash@ims-ms-daemon mailsrv  ''I say "copy" because each email is actually a hard-link so the storage usage from the 3 copies is actually the email size + size of two hard-links. So for the email above, these were the messages on disk:
    Inbox:     613067 -rw-------   3 mailsrv  mail         591 Jul 24 09:49 124.msg
    Sent:      613067 -rw-------   3 mailsrv  mail         591 Jul 24 09:49 11.msg
    Trash:     613067 -rw-------   3 mailsrv  mail         591 Jul 24 09:49 122.msg613067 is the inode number which as you will note is identical across the messages on disk.
    From the RFC I infer that it should happen once for any one folder, but that probably doesn't mean one filing for the whole mailbox, right?Correct.
    If I have "rule1" which files some messages into a folder (without a "stop;"), "rule2" which forwards emails, and "rule3" which files all messages to the inbox, am I supposed to still get cloned messages (inbox and subfolder)?If all three actions are performed, yes.
    Regards,
    Shane.

  • How to support multiple users at the same time?

    Hi all,
    I have a Labview software which controls a analyzer via GPIB connector. When user A is using the software, user B has to wait until A is done. But actually, the analyzer is not very busy, when user A is using the software.
    I want user A, B, C and D can use the software at the same time. just like we can open Multiple websites at the same time.
    How can I program the software, so that the software can be open multiple times? Do you have any example?
    Thanks a lot.
    Steven
    Solved!
    Go to Solution.

    Are all the users going to be measuring the exact same thing from the same instrument?
    It would be possible to write a separate instrument server application that would handle all the direct interactions with the instrument. When one of the users needed to access the instrument, they would gain access to it through this server.
    The big, Big, BIG caveat is that each interaction with the instrument would need to be atomic. In other words each access would need to configure the instrument, initiate the reading, report the results, and then reset the instrument back to some known default value.
    As Dennis said, not a trivial process, but probably do-able...
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

Maybe you are looking for

  • Verizon changed my plan to one over $1000/mth without my consent......

    First, let me say that I have been a loyal Verizon Wireless customer for something like 12 years now. I noticed that mine and my wife's plan went from around $140 per month to around $180/month in Nov and Dec 2014.  On January 2nd, I called and talke

  • Using Adobe Forms and document will not convert to a PDF file

    I just purchased the Forms add on pack today and I was able to create a form with no trouble.  I would like to have the form downloaded as a PDF (which is an option in this package) and I keep getting and error message that says Adobe is unable to do

  • Issue with brand new iPod Nano 7g No Phone, can't contact Apple

    Hi everyone, I just got my brand new iPod Nano the other day, when I opened it up and took the sticker off, I saw a large scratch down the screen. That was annoying enough but the scratch affects the touchscreen ability and it's very tough to ignore.

  • How to use buttons in hcm process and forms?

    Hi Experts, I want to know how to use buttons in HCM process and form. And when i click on the button it was validating all the fields and it was throwing an error ( complete SACHP fields) i am not using this filed in any where of my form. So, please

  • Error in proxy configuration for a WebService

    This is my first attempt at working with a WebService in Flash. The services, which are on a local machine work fine when I call them directly, i.e. with useProxy="false". However, when I attempt to call them through BlazeDS, setting useProxy="true",