I can't try to edit pages for compatibility with mobile devices.

The books I have read fluid design, which is now inherited.  I see the reference to force devices to account for their actual size, but cannot find a way to do it.  I use Dreamweaver CC 2015.  I have 2 css, one for the office and for phone files.  Using @media to specify to which.  My desktop displays the page in the format of the phone, but the phone displays in office format.  Any advice will be appreciated.

Thank you!

ElizabethGailLittle wrote:

I'd use a single style sheet.  I am working with Apple, but put the stylesheet Office first.  If I use only one, I guess I add the desktop and the mobile styles in my primary css file?  So, if I use 3 or 4 different page layouts, I have 3 or 4 different style classes?

Thanks again!

Don't you would use questions from the media in the 1 stylesheet to declare what styles should be used for the width of this device.

In general, I would like to use something like below, Office Mobile, but some developers prefer to use the Mobile for desktop, which is the second example, really just reverse the order and using width min instead of max-width for the media query.

FIRST OFFICE

/ * office * /.

{body

background-color: red;

}

/ * Compressed * /.

@media screen and (max-width: 768px) {}

{body

background-color: green;

}

}

/ * Smartphone * /.

@media screen and (max-width: 480px) {}

{body

background-color: blue;

}

}

FIRST MOBILE

/ * Smartphone * /.

{body

background-color: blue;

}

/ * Compressed * /.

@media screen and (min-width: 481px) {}

{body

background-color: green;

}

}

/ * office * /.

@media screen and (min-width: 920px) {}

{body

background-color: red;

}

}

Tags: Dreamweaver

Similar Questions

  • Can I put in start page for Firefox with a different search engine, not Google?

    I remove all things 'Google' from my computer. I want the Start Page for Firefox, because I can get to options, modules, etc. and I don't want to lose this.

    Easier is to select the preferred search engine in the search bar on the Navigation toolbar to see the name of this search engine in the pref browser.search.selectedEngine and copy its value to the browser.search.defaultenginename pref.

    Firefox should use this search engine on the subject: home page after a closing and restarting Firefox.

    If this isn't the case, then you can have an extension which is predominant, especially if the pref change.

  • but wireless connection can't get all web pages for display on any browser

    connected to a wireless connection but can't get all web pages for display on any browsersit is connected with good strengh but does not connect

    Hello

    What happens when you connect to the router via a wired connection?

    Method 1: Reset the Internet (TCP/IP) Protocol:

    One of the components of the Internet connection on your computer is a package of instructions called TCP/IP. TCP/IP can sometimes become damaged or altered. If you are unable to connect to the Internet, TCP/IP can be causing it.

    TCP/IP is a main component of Windows, you cannot delete it. However, you can reset TCP/IP to its original state by using the NetShell (netsh) utility. Reference:

    Reference:

    How to reset the Internet (TCP/IP) Protocol:

    http://support.Microsoft.com/kb/299357

    Method 2: Reset the default Hosts file

    The "hosts" file is an important Windows system file which maps hostnames to IP addresses. Its a simple text file that is stored in the folder "%windir%\System32\drivers\etc\" in Windows NT, 2000, XP, Server 2003, Vista, Server 2008 and Windows 7 32-bit editions. In the 64-bit editions, it can be also stored in the folder "%windir%\SysWOW64\drivers\etc\".

    Structure of the hosts file is very simple. It contains lines of text containing the IP address, followed by the host name.

    Sometimes this hosts file is hijacked by viruses, adware, spyware or Trojan software and is changed to redirect your browser to various websites containing malicious code. It could also block security Web sites and the Windows Update Web site in your system so that you can not install virus definitions and security updates in your operating system.

    Reference:

    How can I reset the default Hosts file?

    http://support.Microsoft.com/kb/972034

  • The problem is the USB Devices folder shown as a shortcut so I can not Capy of data in the folder with other devices or hard drive.

    Original title: USB problem

    I use windows 7 as operating system. I have problem when I insert USB devices as pan tie drive, mobile, reader of cards ect. USB port of my PC. The problem is the USB Devices folder shown as a shortcut so I can not Capy of data in the folder with other devices or hard drive. so please suggest me what I can do?

    Hello

    Start Windows Explorer, and then see if there is a drive letter assigned for access to the
    drive. If this is not the case, check if the disc is shown in disk management.

    1. Open Computer Management by clicking on the button start , by clicking on Control Panel, system and security, clicking Administrative Tools and then double-click computer management. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.
    2. In the left pane, under storage, click Disk Management.

    If there has made a right click option - assign a drive letter for you can use Windows
    Explorer to copy files.

    I hope this helps.
    --------------------------------------------------------------------------------------------
    Rob Brown - Microsoft MVP<- profile="" -="" windows="" experience :="" bicycle="" -="" mark="" twain="" said="" it="">

  • WD5000H1U car has become a legacy product and we have no plans to create a firmware for compatibility with Windows 7. __

    I got this response from Western Digital on my old hard drive My Book Essential Extermal.

    Thank you for your response.

    Really, I apologize for the inconvenience that you are experiencing currently. Unfortunately, this disc became a product and we have no plans to create a firmware for compatibility with Windows 7.

    I hope that we have met your expectations today and that you are satisfied with our service. If you have any other questions, just reply to this email and we will be happy to help you further.

    Sincerely,
    Nestor V.
    Western Digital Service and support

    If you encounter any problems with your external hard drive, this could be the problem.

    Well, don't know how it happened, but it works.

    Last night I went on the Web site of WD and downloaded

    1 EssentialEliteFirmwareUpdaterv1.032_1.0.7.4
    2 WDSmartWare_Software_Updater_For_Windows_1_0_12

    After I did it, I unplugged all of my other drives and I tried everything again with the missing disk, but it still does not.

    This morning, I reconnected all of my readers, and he started to read the missing disk.

    The version of the driver file is now
    6.1.7600.16385(win7_rtm090713-1255)

    I'm not sure what did the trick, but maybe this will help someone out there.

    Good luck!

  • I can't find the start page in Firefox with the Set Up synchronization link

    I try to get the synchronization on my android device code find all my favorites on my main computer to the tablet-PC. The directions on the Mozilla support site say "Type set up button on the start page for Firefox Firefox Sync." Well I can not for life on my find this button or start page for Firefox. Or perhaps is it? My tablet pc, when you use Firefox, does not all of this page with the said button.

    Firefox for Android the Sync promotion has been removed. You will need to use the button 3 or button menu device > select settings > sync

  • How to pass a url parameter and recover on the next page for use with LOV?

    Hello

    I am passing the parameter to another page in the url link, however on the second page, which is a form, I don't know how to use it to get the correct value of a LOV to display.

    Thank you
    John

    John,

    You shouldn't do anything really. If the value of the element is defined (see session state) and the value is a valid value from the LOV, then it must be displayed. If you're still having problems, try to put an example on apex.oracle.com and provide the name of user/password work/name space. You can create a new user account for this purpose.

    Kind regards
    Dan

    http://danielmcghan.us
    http://sourceforge.NET/projects/tapigen
    http://sourceforge.NET/projects/plrecur

    You can reward this answer by marking as being useful or correct ;-)

  • Download and install the sub for the Apple mobile device driver

    iTunes does not recognize my iPad when it's connected to the laptop.

    using Windows 10

    Device Manager

    USB Bus controllers

    not "Apple mobile device void driver" installed.

    How can I install this?

    Try the following:

    1. Open Control Panel > Device Manager
    2. Plug in your device
    3. Locate Universal Serial Bus Controllers > Apple Mobile Device USB Driver.
      It is also possible that the device may appear under imaging devices, portable devices or other devices or as a device USB of MTB.
    4. Right-click and select software update of the driver...
    5. Click Browse my computer for driver software
    6. Go to C:\Program Files\Common Apple Mobile Device Support\Drivers or
      C:\Program Files (x 86) \Common Files\Apple\Mobile Device Support\Drivers
    7. Click on let me pick from a list of drivers for devices on my computer
    8. Click on Apple Mobile Device USB Driver
    9. Click Next, then close and exit the Device Manager

    Or try the iPhone, iPad, or iPod not recognized in iTunes for Windows - Apple Support

    If not try a complete tear down and rebuild iTunes in accordance with the resolution of the problems with iTunes for Windows updates.

    TT2

  • How can I actually talk to support multiple issues with multiple devices (software, hardware, account of the question?

    How can I actually speak to technical support issues to nulitple with multiple devices (software, hardware, account problems,) I have a touch screen of hp with windows 7 Home, Ipod, home router wireless, boost, WiFi, wii, etc.... Problems with windows live net Passport vs msn Id, problems with zune vs itunes and windows media that nobody wants play nice together.

    My touchscreen notes will use only a google account, music another program, and of course until recently google was not an option on the windows phone. of course if I'm going now that I'll lose all the games and music. His tent so frustrating of any help, that nobody seems to know how often these devices and programs interact (or care) HP has been of little use, even for my provider windows, microsoft, living cells and zune etc...

    All the changes that took place this last month will help but gets boring. I consider myself pretty computer savy, but maybe not, should not this difficult. I realized about a year ago I would have hired a technician but it seems immpossible to find someone who knows enough about all of the equipment and software to really do some good. My Hp touchscreen computer does not even play nice with their own HP printers. I really regret the time and money I spent. I could every Mac.

    All of the suggestions. Even your options do not address several problems of interaction with the hardware and software all needs of problems to adapt to a single category.

    Hello


    To correct the software issues run the methods mentioned below.
     
    Method 1: run the troubleshooter and check if the problem is resolved.
    http://Windows.Microsoft.com/en-us/Windows7/open-the-performance-Troubleshooter

    Method 2 : run a SFC (System File Checker) scan and see if the problem occurs.
    http://support.Microsoft.com/kb/929833

    Method 3 : run Clean boot and check if the problem persists.


    To help resolve the error and other messages, you can start Windows XP, Vista or Windows 7 by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    Note: follow step 7 to reset the computer to start as usual after the boot process.
    http://support.Microsoft.com/kb/929135

    To solve the problems related to Windows Live and MSN to check the links below on contact.

     
    To solve the problems related to the HP touch computer

    Update the HP touch drivers from the manufacturers Web site.

    Hope that helps.
  • 5.5 vSphere updated for compatibility with Samsung Tera1 Zero customers 1

    Hi all, we anticipate a 5.1 to 5.5 vSpehere upgrade (Update 1).

    I checked the compatibility matrices and can not find a match for our Tera1 Samung SyncMaster NC240 customer zero. My hypothesis is that VMware simply did not worth to test compatibility with the help of these models and it will actually work.

    Everyone upgraded to 5.5 vSphere update 1 with zero customers Tera1 and they can confirm if that succeeded?

    Thanks heaps...

    We are currently using Horizon view 5.3 with vSphere 5.5U1 and about 700 Tera1 zero clients have no problem Display protocol is of course PCoIP, over WAN and LAN connections.

    The Tera1 devices are Wyse P20 and Samsung NC190 (must be the same as yours with screen 19 inch).

  • I can't save complete Web pages for newegg.ca

    Hi Mozilla, when I try to save complete Web pages below in Firefox 42 it fails. It creates a folder for each of them, but not the .html file. When I click on the download arrow in Firefox, it says failed. I refreshed Firefox, but it does not solve the problem.

    I can however save complete pages below in Internet Explorer 11 but I did shorten the file name. I have included the Web pages below. My card Alienware M14XR2 i7-3630QM, 8 GB of RAM, NVIDIA Geforce GT 650 M, Windows 7 Home Premium Service Pack 1 64-bit.

    http://www.Newegg.ca/product/product.aspx?item=9SIA7RD3E65538
    http://www.Newegg.ca/product/product.aspx?item=N82E16834232777
    http://www.Newegg.ca/product/product.aspx?item=N82E16834232564
    http://www.Newegg.ca/product/product.aspx?item=N82E16834232793
    http://www.Newegg.ca/product/product.aspx?item=34-232-769

    Start Firefox in Safe Mode to check if one of the extensions (Firefox, Tools/menu key > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox, Tools/menu key > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • M712 repetitive image problem. Can not find the page for service with the official RULE

    I have to review the manuals online here and I googled for them as well.

    Nobody seems to have an official repetitive image for the M712 default rule page.

    My impressions can repeat the points that occur each 1.75 "or 44 mm.

    Looking at an older manual for a different model of printer, a HP 5100, this repetitive error indicates a Toner Cartridge primary charging roller.

    Since most of these parts are internal to the toner cartridge, I've already replaced a new cartridge of HP brand. No help.

    Most replaced suspect parts with a kit of maint merger, no help.

    I can assume either us:

    -a got a refurb had somehow HP ink cartridge or

    -a got another somehow cartidge PROBLEM or

    -the charge roller is NOT located within this model of printer toner cartridge and my roll charge elsewhere in the printer

    Someone at - it all pages of repetitive image rule for this prnter model?

    Thanks in advance.

    Test for half. Place a sheet of paper in the manual feeder on the right side and perform a self-test. When the rear edge of the paper into the printer, quickly open the toner door to stop printing. Remove the toner cartridge and look at the picture without fuse below. If the fault is present, it is still the toner and nothing else. If the defect is not present, then the question is fuser. Run a menu card and see if she has a routine cleanup of page and if it does not work there. If this is not the case, the fuser unit will probably be replaced.

  • DV6-6024tx: I can't access the download page for the driver for a Pavilion dv6-6024tx

    The site seems to be malfunctinoing trying to get drivers for this laptop. Anyone know how I can get access to them?

    Please see the link:

    http://support.HP.com/us-en/product/HP-Pavilion-DV6-6000-entertainment-notebook-PC-series/5048664/mo...

    Help, please!

    Hello:

    Yes, I reported this problem last week.

    Go to the bottom of the support page and the change of the country to the Spain, and you will be able to get the drivers you need.

  • Can I create a single app for android with the edition folio professional digital edition?

    Hi, (sorry but I speak English a bit).

    I would like to create my application with professional edition because I won't see it on Android too, but I need just a single folio app.

    I'm not a multifolio Viewer, I need just a single updatable app that start directly from the icon withouth any other number.

    How can I do?

    I see also that many functions are limited to android, is there news?

    Thank you very much

    You can not.

    Even if the subscription app has only a folio in there, you must

    Create it like that for Android. This requires a pro or a company

    account and you will have to pay for downloads.

  • Can I have a specific page for new tabs?

    What the Devil. I download a NEW version of this slow browser and then you guys change the way a new tab opens.

    Any thoughts on the setting of this code?

    Edited by a moderator because of the language. See the rules and lines guidelines .

    Go to Subject: config , find browser.newtab.url , then right-click top choose change and put your home page or another page that you want to.

    Thank you

    Please check 'Resolved' the answer really solve the problem, to help others with a similar problem.

Maybe you are looking for