Where is the mobile style sheet for media queries?

When I create a new document in Dreamweaver CC, I get the following @media queries:
GLOBAL
only screen and (min-width : 481px)
only screen and (min-width : 769px)
Where is the mobile style sheet?
I thought the fluid grid layout option in DW would create 3 screen sizes.
Do I have to create another special style sheet to only apply to the mobile version?
When I click on the mobile icon at the bottom of Dreamweaver's CC screen, I see the mobile page with the 4 column grid.
But how do I make changes to just one screen size, say mobile?
When I have the mobile view on my screen, and have GLOBAL @Media selected, the changes I make go across all screen sizes. I want some styling to only be applied to mobile. I don't understand how to do this. Could somone please claify if I am missing a @Media sheet and how to create it if needed. Thanks.

FGLayouts are built on the mobile first scheme.  There's nothing you have to do.
Nancy O.

Similar Messages

  • Is it good idea to use style sheet for the bgcolor of a table that is just

    is it good idea to use style sheet for the bgcolor of a table that is just being used for formatting

    Hi,
    CSS is a way to do so. I don't think that there is any problem with using CSS on any kind of table
    Frank

  • How can i load a specific CSS style sheet for Safari?

    Okay, So I have some structure issues when viewing my website on Safari compared to Firefox. Is there a way to put a code in the <head> tag to load a specific CSS style sheet for Safari like you can do with IE?
    Thanks.

    I took a screenshot of your page from Firefox (shown below).  I assume you're seeing the same problem in Safari.  If you increase text size one click, the keyboard image drops below the #contact division.
    1) Height is a restiction in all browsers except IE.  Avoid  using height values on containers with text in them.  If needed to show  a background image, use the min-height property.
    2)  Fix your code errors. Some browsers are very sensitive to errors.
    3)  Your #content lacks cohesion. You need 3 columns, each with a width in pixels.  Or simply use a 3-column table.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Error message: (translated from Dutch) "Cannot find corresponding style page for media query"

    Error message: (translated from Dutch) "Cannot find corresponding style page for media query"(see image)
    I cannot find what is wrong with this page: steun sesem
    This message does not appear on the other pages of this site..
    What do I wrong??
    Thanks in advance!
    Martien

    There are two things that are probably causing this error.
    Line 22 in your HTML looks like this:
    </style><!--[if lt IE 9]>
    You need to remove the closing style tag:
    </style><!--[if lt IE 9]>
    Also in sesem.css, there's a missing closing brace on line 486:
    .footer {
      font-size: 1.1em;
      line-height: 1.4em;
      color: #878787;
      text-align: center;
    }  // <---- Missing closing brace
    /* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
    There are other problems in your CSS, but fixing those two items should put you back on the right track.

  • Styles sheets for Photoshop

    I would love for Adobe to add styles sheets for Photoshop, like they work for InDesign, where you can save styles and set a default for each styles which is then easy manageable - as a webdesigner it is a lot of work have to select a font and change it, and making sure, that you use the same style for east h1, h2, h3 and so on.. beeing able to set <tags> which "could" be exportable to dreamweaver would be very cool!
    untill then - is there a way to do something similar to this in CS4?

    AndersTherkildsen wrote:
    ...as a webdesigner it is a lot of work...
    There are a lot of other quirks about Photoshop that are difficult for web designers. Consider Adobe Fireworks. It allows you styles and a whole lot more.
    Adobe is working on this. Styles were being tested in a CS5 beta but were yanked before the final release. Maybe they will make it in CS6.

  • Setting the default style sheet

    I am trying to set the default style sheet to my customized css - mainstyle19-en.css. I know that I have to run this command - ant make_main_css -DCOLOR=19 but I don't have ant in my path and it is not recognizing it as a command. How do you put that in the path? Also - where are you supposed to run this command? I know somewhere on the server where the image server is located, but where exactly?
    Thanks for your help,
    Karen.

    In addition, if you are using .net, Sarah Wheeler created a simple portlet that allows the user to create a header portlet with the ability to change the stylesheet. I have modified it a little and would be happy to share my version. Take a look at this thread - http://portal.plumtree.com/portal/server.pt/gateway/PTARGS_0_283309_4352_2758_4823_43/http;/PRODGADGET12.plumtree.com/collab/discussion/app/threadDetails.jsp?projID=39883&forumID=48674&threadID=80810&messageID=80894 (If the link doesn't work, it is located Discussions: Pluggable Nav, Style Sheet Mill, PEI, UI Cust: Changing colors/style sheets with custom header portlets?)
    If you send me an email at [email protected] will send you the code.
    Michael [email protected]

  • Can the XML style sheet be embedded in the report file?

    My customer would like to be able to share test reports with several locations. The problem is that sending just the XML report file is not enough. The report file points to a style sheet that must exist at the specified path on the destination PC. It creates problems when one simply wants to email over a test report. I have customized the style sheet slightly to make things easier to read. So, can I embed my custom style sheet in each report file?
    Thanks,
    Daniel L. Press
    PrimeTest Corp.
    www.primetest.com

    Hi,
    The XML style sheet should not be embedded into the report file. Since XML would represent raw data, you would not include information on how to interpret it. However, there is a way for you to easily reference your style sheet, even when it is on another computer.
    1) Go to Configure >> Report Options in TestStand, and change the style sheet file to your style sheet.
    2) Uncheck the "Store Absolute File Path" box.
    3) Make sure the style sheet is in the same folder as your report.
    You can view this on any computer, and now a relative path is now being used to reference the file.
    Allen P.
    NI

  • Using custom style sheet for UI  presentations

    Hi...
    is there a possibility to use custom stylesheets for UI presentations in BPM ???
    if so how do i link the custom stylesheet to my workspace so that i get the desired output on my UI screens.
    The only style sheet i see fro UI is fo_style.css

    You first will need to import the CSS file into your project. You do this by right clicking on the webResources folder located under the WebRoot branch of your project tree. This will present a short menu to you, and one of the options is Import Resources. Browse to your CSS file and click Open.
    Next you need to open your ALBPM Presentation and open the Properties window. Set the CSS Support property to True, and then select the imported CSS file under the CSS Filename property.

  • Where is the javax sound package for download?

    Where is the javax sound package for download? (URL) I got the latest JDK yesterday and tried to compile some audio applet but it looks like all of the Javax stuff is missing from the latest JDK.
    Where do I download the javax sound package ?
    Dan

    This is an audio player that another posted here. I tried to compile and run it but here were the results.
    javac SimplePlayerApplet.javaSimplePlayerApplet.java:9: package javax.media does not exist
    import javax.media.*;
    ^
    SimplePlayerApplet.java:11: cannot find symbol
    symbol: class ControllerListener
    public class SimplePlayerApplet extends Applet implements ControllerListener {
    ^
    SimplePlayerApplet.java:14: cannot find symbol
    symbol : class Player
    location: class SimplePlayerApplet
    Player player = null;
    ^
    SimplePlayerApplet.java:122: cannot find symbol
    symbol : class ControllerEvent
    location: class SimplePlayerApplet
    public synchronized void controllerUpdate(ControllerEvent event) {
    ^
    SimplePlayerApplet.java:44: cannot find symbol
    symbol : class MediaLocator
    location: class SimplePlayerApplet
              MediaLocator mrl = null;
              ^
    SimplePlayerApplet.java:63: cannot find symbol
    symbol : class MediaLocator
    location: class SimplePlayerApplet
              if ((mrl = new MediaLocator(mediaFile)) == null)
              ^
    SimplePlayerApplet.java:68: cannot find symbol
    symbol : variable Manager
    location: class SimplePlayerApplet
                        player = Manager.createPlayer(mrl);
                        ^
    SimplePlayerApplet.java:69: cannot find symbol
    symbol : class NoPlayerException
    location: class SimplePlayerApplet
              } catch (NoPlayerException e) {
              ^
    SimplePlayerApplet.java:130: cannot find symbol
    symbol : class RealizeCompleteEvent
    location: class SimplePlayerApplet
         if (event instanceof RealizeCompleteEvent) {
         ^
    SimplePlayerApplet.java:165: cannot find symbol
    symbol : class CachingControlEvent
    location: class SimplePlayerApplet
         } else if (event instanceof CachingControlEvent) {
         ^
    SimplePlayerApplet.java:166: cannot find symbol
    symbol : variable Controller
    location: class SimplePlayerApplet
         if (player.getState() > Controller.Realizing)
         ^
    SimplePlayerApplet.java:170: cannot find symbol
    symbol : class CachingControlEvent
    location: class SimplePlayerApplet
         CachingControlEvent e = (CachingControlEvent) event;
         ^
    SimplePlayerApplet.java:170: cannot find symbol
    symbol : class CachingControlEvent
    location: class SimplePlayerApplet
         CachingControlEvent e = (CachingControlEvent) event;
         ^
    SimplePlayerApplet.java:171: cannot find symbol
    symbol : class CachingControl
    location: class SimplePlayerApplet
         CachingControl cc = e.getCachingControl();
         ^
    SimplePlayerApplet.java:181: cannot find symbol
    symbol : class EndOfMediaEvent
    location: class SimplePlayerApplet
         } else if (event instanceof EndOfMediaEvent) {
         ^
    SimplePlayerApplet.java:184: cannot find symbol
    symbol : class Time
    location: class SimplePlayerApplet
         player.setMediaTime(new Time(0));
         ^
    SimplePlayerApplet.java:186: cannot find symbol
    symbol : class ControllerErrorEvent
    location: class SimplePlayerApplet
         } else if (event instanceof ControllerErrorEvent) {
         ^
    SimplePlayerApplet.java:189: cannot find symbol
    symbol : class ControllerErrorEvent
    location: class SimplePlayerApplet
         Fatal(((ControllerErrorEvent)event).getMessage());
         ^
    SimplePlayerApplet.java:190: cannot find symbol
    symbol : class ControllerClosedEvent
    location: class SimplePlayerApplet
    } else if (event instanceof ControllerClosedEvent) {
    ^
    19 errors
    So what am I missing ...and where do I get it ??
    Dan

  • Where are the paragraph style tools in Indesign CC2014?

    Hi! I've just started using Id through Creative Cloud on a new computer (have been using CC CS6 for two years), and the installer gave me CC2014 rather than CS6. So this is a question only about CC2014.
    Where has the paragraph styles window gone? Specifically, how can I edit, create and organise paragraph styles, and how can I get a window up on the main screen with all the styles laid out? All these things were easy to find in CS6, but I can't track them down in CC2014. The only thing I get (and that with a bit of customization). is a drop-down menu in the main toolbar, which allows me to choose from existing options on an existing document.
    There is no Paragraph Styles option under Windows>Styles.
    There is no Paragraph Styles option under Type.
    The only Paragraph window which appears is designed for editing text as you go along, not for applying styles.
    The Help options all point me back to the entry for CS6, and tell me to go to Type>Paragraph Styles (which doesn't exist).
    I can't get a window up on the main screen to apply styles instantly from a list. I only get that dropdown menu, which has no further options.
    Can anyone either point me to some up-to-date guidelines or explain where all the paragraph options have gone and how I can use them? Alternatively, can I revert to CS6? This was easy and intuitive before, and now it's neither...
    Thanks!

    Yes, that did it. All the old menu options have reappeared. I don't know why they were hidden in the first place - these were things I never needed to set up on either of my previous computers.
    Thank you very much!

  • Please let tell me the exact location of the default Style sheets of ADF

    Hai Everyone,
    Please say me the exact location of the default Style sheet of ADF Since i need to modify the color & Background image of the Table which i have drag & dropped in the work space from the Data control palatte.
    regards,
    SUGANTH.G

    Thanks for ur information Mr.Frank
    I need another clarification from u The images used for the button in ADF is not satisfied for us.
    I need to use my own images & also I am not interested to use a button images as command link and proceed. Since it leads to an another issue
    I need to overwrite the basic button images used by ADF. U can give my a suggestion regarding this issue

  • Where is the mobile hot spot

    where is the mobile hotspot on my htc m8 windows phone..??

    Jim,
    Yes, I have a grandfathered Unlimited Data Plan for two of the 5 phones on
    my account.  The other phones are limited (2 GB).  I know about the Share
    Everything Plan, but not interested at this time.
    WHAT I NEED is for ALL of you folks to understand that only nowŠ.ONLY
    nowŠ.with the upgrade to the Jelly Bean OS is the Blue Tooth feature NOT
    free anymore.  YOU DID not have to pay for the Mobile Hot Spot.  NOW YOU DO!
    So far everyone at Verizon is replying to what is a current (with Jelly
    Bean) reality.  Know one has acknowledged that this was free and did not
    require utilizing the Mobile Hot Spot at all to use.
    Also, this is not a third party application.  This is installed on the phone
    in the original OS the RAZR Maxx shipped with as well as ICS and now Jelly
    Bean.  It is just not free anymore.
    Thank you.
    Keith

  • I recently bought a new macbook and installed Acrobate Pro. My settings/preferences did not come over and I do not have the same style options for my signature.  It now only allows me three options and the style I have been using for the last year is not

    I recently bought a new macbook and installed Acrobate Pro. My settings/preferences did not come over and I do not have the same style options for my signature.  It now only allows me three options and the style I have been using for the last year is not there.  How do I add additional options and get my preferred signature style back?

    Hi Amanda ,
    Which version of Acrobat are you using?
    Which signature style are you talking about?
    You can go ahead and try uninstalling and reinstalling it and see if that works for you .
    Use the cleaner tool to uninstall it .Here is the link.
    Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs
    You can refer to the following link to re install it .
    https://helpx.adobe.com/acrobat/kb/acrobat-downloads.html
    Regards
    Sukrit Dhingra

  • In OS 10.5.8 where are the controls or code for...

    In OS 10.5.8 where are the controls or code for selecting dragging/moving files and folders copying and pasting kept?
    Is it part of one of the system apps?
    Mine do not work any fixing tips?

    Good call on on throwing away finder plist It worked on my desktop/screen saver problem...But, it didn't fix the dragging and moving items/folders and paste.
    My network is still confused too.
    I threw out the desktop plist as well still nothing...
    I did run the anti-virus Macscan to check just for peace of mind it did find a spyware from CNN...
    Thanks for your help at least one thing worked so far.
    Any other suggestions, besides reloading OS...?

  • Where are the agree/disagree buttons for terms and agreement?

    Where are the agree/disagree buttons for iTunes card redemption?

    They should be right there on the page, but if you don't see them, reset the phone and try again (hold down the home and power buttons until the screen goes black and the Apple logo appears, then let go).

Maybe you are looking for