Need help with questions from the media

OK most of my attempts were successful. BUT I have a problem.

I would like to that column 1 (Site links and column 3 (exclusive items) to hide when the page is located at max-width 500 pixels.) I don't know how to do a CSS sheet remove HTML coding, that's why I came here to ask. Important note: coding for delete are highlighted in red.

error 6.PNG

Footer HTML codes:

<>footer

< h2 class = "hidden" > our footer < / h2 >

< id = 'copyright' section >

< h3 class = "hidden" > Copyright notice < / h3 >

< div class = 'wrapper' >

"" "< div class 'social' = > < a href ="index.html"> < img src =" img/G.png' alt = 'G' width = '25' / > < /a > < a href = "index.html" > < img src = "img/U.png" alt = "U" width = "25" / > < /a > < a href = "index.html" > < img src = "img/I.png' alt = 'I' width = '25' / > < /a > < a href =" index.html "> < img src =" img/D.png "alt ="D"width ="25"/ > < /a > < a href = "index.html" > < img src = "img/E.png" alt = "E" width = "25" / > < / > < has a href = "index.html" > < img src = "img/S.png" alt = "S" width = "25" / > < /a > < / div > "

& copy; Copyright 2014 Expertpcguides.com. All rights reserved. < / div >

< / section >

< section class = 'wrapper' >

< h3 class = "hidden" > the footer content < / h3 >

< item class "column" = >

< H4 > links < / h4 >

< div id = 'class 2' >

< p > < a href = "web - contributors.html ' class ="style10"> developers/contributors < /a > < /p >

< / div >

< div id = 'class 2' >

< p > < a href = "create-a - page.html" class = "style10" > create a page < /a > < /p >

< / div >

< div id = 'class 2' >

< p > < a href = 'point - system.html' class = "style10" > system of rewards < /a > < /p >

< / div >

< div id = 'class 2' >

< p > < a href = 'privacy' class = "style10" > privacy < /a > < /p >

< / div >

< / item >

< section class = "column midlist2" >

< h4 class = "style4" > follow us < / h4 >

< ul class = "style4" >

< li >

< div id = 'class 2' >

" < p > < a href =" javascript:void (0) "> < img src =" img/Facebook logo.png"alt ="Image of Twitter"width ="30"height ="33"/ > < /a > < a href =" https://www.Facebook.com/expertpcguides "class ="style18"> Facebook < /a > < /p > "

< / div > < /li >

< class li 'style10' = >

< div id = 'class 2' >

" < p > < a href =" javascript:void (0) "> < img src = ' img/Twitter thanks' alt ="Image of Twitter"width ="30"height ="33"/ > < /a > < a href =" https://Twitter.com/ExpertPcGuides "class ="style18"> Twitter < /a > < /p > "

< / div >

< /li >

< class li 'style10' = >

< div id = "class3" >

< p > < a href = "javascript:void (0)" > < img src = "" img / Google + thanks "alt ="Google + Image"width ="30"height ="33"" / > < /a > < a href = " " https://plus.Google.com/115474035983654843441 "class ="style18"> Google more < /a > < /p > "

< / div >

< /li >

< class li 'style10' = >

< div id = 'class 4' >

< p > < a href = "javascript:void (0)" > < img src = "img/Pininterest Logo.png" alt = "Google + Image" width = "30" height = "32" "/ > < /a > < a href =" " http://www.Pinterest.com/expertpcguides/ "class ="style18"> Pininterest < /a > < /p > "

< / div >

< /li >

< /ul >

< / item >

< section class = "column rightlist" >

< h4 class = "style4" > interested in exclusive items? < / h4 >

< div id = 'class 2' >

< p > < a href = "login.html" class = "style10" > all you need to do is connect / register < /a > < /p > "

< / div >

< / item >

< / section >

< section class = 'wrapper' > < / section >

< / footer >

Snapshot of the coding CSS stylesheet:

@media (max-width: 500px)

#four_columns

{

Width: 500px;

display: none;

}

Add a class of "skin" on the Site links

tag as below:

Site links

You already have a class of "rightlist" for the person concerned in exclusive items? tag

so we'll use it.

Interested in exclusive items?

Add this application to your css styles:

Tags: Dreamweaver

Similar Questions

  • Need help with commands from the console.

    Guys,

    I'm discovering nuer console which is attached to a particular hba.  I have connected to the console and you have run the following command

    cat/proc/vmware/scsi/vmhba1

    It returns a message saying something like "this is a directory" now all I have is a blank screen with a blinking cursor and I can't go back to the root.  Can someone help me to pease keep in mind Im these commands do not at all know.

    Thank you.

    ... try with CTRL + C or ": q!"

    CAD commands reference

    Bye bye

  • Questions from the media on the report columns

    Hello

    I'm experimenting with questions from the media on the APEX components such as the columns on the report.

    I have an example that works, but I wonder if it's the best way to go about it.

    APEX media query example

    I applied the following CSS

    @media (orientation:portrait) {
      .landscape_only {display:none;}
    }
    @media (orientation:landscape) {
      .portrait_only {display:none;}
    }
    

    For components such as regions, buttons etc - I can apply "CSS Classes" attribute class to the component level.

    for example: I have applied the .portrait_only in the area of 'Code' in my example

    but for the columns in a report, I had to apply this jQuery on the page loading.

    $('th#HIREDATE, td[headers=HIREDATE]').addClass("landscape_only");
    

    If I applied to the class in the detail of the column that the data has been hidden when Guide to portrait - not the entire column.

    Are there more effective methods of enforcement of the class to the column?

    Reading articles like this lead me to think that way, but I don't know if APEX could be other solutions.

    5 tips for better jQuery selectors - SitePoint

    It becomes a little pain if I wanted to list a number of columns.

    I look forward to jQuery gurus ;-)

    Scott

    Rather than specify the classes at the level of the components and using jQuery when running, why not simply specify the items directly in the stylesheet?

    @media (orientation:portrait) {
      #P2_BUTTON2,
      th#HIREDATE, td[headers=HIREDATE]  {display: none;}
    }
    @media (orientation:landscape) {
      #P2_BUTTON1 {display: none;}
    }
    

    This seems to be a more effective approach that all orientation-based rules are easily visible and easy to manage in one place, rather than be dispersed through the definitions component and dynamic action.

  • Need help with auto-fill the fields

    Hello

    I need help with a form that has multiple pages.  I have some areas I are duplicated in my document.  How I got these fields auto fill throughout the form/paper? For example, I'm going to fname lname, address, telephone, etc... How can I get these fields automatically on the other pages of the form?  Is this possible?  Any suggestions are welcome.

    Thank you in advance.

    If it's just a fill operation then make sure the fields have the same name. Then set the binding to the global level and all the fields with the same name will get the same value.

    Paul

  • Need help license transfer from the old to the new computer.

    What is the procedure to transfer Acrobat X Pro license previously downloaded from the Adobe LWS from one computer to another without having to purchase a new license?

    Appreciate any assistance.

    Hi Mikhail Y.,.

    To the license transfer of Acrobat X from your first computer to the second computer, you just need to uninstall Acrobat X from your first computer and install it on the second computer with serial number.

    With any other software, it is necessary to disable the software in the Help menu of the software but with Acrobat X uninstaller will disable the software of the machine and you can easily activate the same thing on the second computer.

    Kind regards

    jousset derfoufi

  • need help installing programs from the internet for laptop

    trying to install a program called Bearshare music downloads. It starts to install it, but it cannot complete the installation because of this consignment: error occurred while attempting to create the directory c:/users/paul/AppData what it means and how to fix this?

    As most applications store user related data in there, taking possession of the appdata folder can cause problem to other applications.

    Try to run the installer as administrator by right-clicking on it and run as administrator.

    If there is a command prompt to change the location and then change the location check if it works.

    Try to create a new account user instructions: http://familyinternet.about.com/od/projects/ss/adduservista.htm

    If the new user account probably works its a problem with the new user account.

    Therefore, you can transfer data from the old user account for the user account and to continue to work normally with the new user account.

    Copy files to the new user profile

    1. Log in as a user other than the user whose you copy files to or from the profile.
    2. In Windows Explorer, click on Tools, Folder Options, click the view tab, click show the hidden files and folders, clear the Hide protected operating system files check box and then click OK.
    3. Locate the: file \Users\, where is the drive on which Windows Vista is installed, and is the name of the profile to copy user data from.
    4. Press on and hold down the CTRL key while you click each file and subfolder in this folder, except the following files:
      • Ntuser.dat
      • Ntuser.dat.log
      • Ntuser.ini
    5. On the Edit menu, click copy.
    6. Locate the: file \Users\, where is the drive on which Windows XP is installed, and is the name of the user profile that you created in the section "create a new user profile".
    7. On the Edit menu, click Paste.
    8. Disconnect the computer and sign in as a new user.

      Note You must import your e-mail messages and addresses to the new user profile before you delete the old profile

    I hope this helps.

  • questions from the media

    CC of Dreamweaver has something to automatically configure the media queries?  I thought it was under Edit, but I don't see anything.

    Not a video, but a series of screenshots.

    The Live View window washer allows to drag the Document window to the approximate size in which you want to create a breakpoint.

    Click the icon in the bar of Visual Media Queries:

    This opens a simple Panel to define your query:

    The drop down menu from the top has options for min-width, max-width and min - max. For min-width and max-width fields are automatically filled in with the current width, but the fields are editable. The second drop down menu has the options for creating the request of media into a new CSS file, or a

  • Need help with opening to the conversion of Lightroom

    I am doing tests with Lightroom and have questions about the structure of the file after the import of Aperture.  I see that the import into Lightroom preset creates a very nice folder structure that can be seen in the Finder - year / month / event or day.  But in Control Panel folder in Lightroom, all I see are the records of the event: it's as if the entire folder structure is flattened and none of the parent folders (year / month) are showing.  There is therefore a ton of records.  Why the folder Lightroom Panel does not show the real folder structure in the Finder?  Is this normal?

    It's the opening for Mac forum - detailed question on how to use LightRoom must be posted on the Adobe LR or addressed to the LR support forum

    LN

  • Need help with upgrade from WXP MCE for Vista Ultimate on Qosmio G30 - 175

    Hi all, I tried to search for the problem following without success so I would be very grateful if someone could help and point me in the right direction:

    "Tried to upgrade XP to ultimate and he arrived at the stadium and BSOD unpacking" Session3_initialization_failed (xxx STOP: 0x0000006F (0xC000009D, 0x00000000, 0x00000000, 0x00000000) appeared several times.) I tried again and the same thing happened.

    I have already updated the BIOS and stripped the conflict out of the suite of Toshiba of programs and update Advisor gave the OK on several occasions before attempting this exercise.

    Help... Dave

    I forgot to mention also that I'm running with 2 x 2 GB of Ram and no software or additional material has been added before attempting the upgrade. The medium I use to upgrade is that a full version recently bought 32-bit Vista Ultimate (which also includes a 64-bit in the box version, too).

    I was in contact with Microsoft Support these days and they told me that my hard drive seems to be defective as the reason for the failure of the upgrade. Infact last week with Microsoft on the phone did us try a clean install, but that just lead to me having to give up the clean installs and rescue my laptop back to original XP MCE... flipping hell!

  • Need help with activation of the CC training plan

    Hey, I made a purchase order for a comprehensive cloud was created for students and teachers two weeks ago.

    1.5 week ago , made the payment but I do not have any new informations and I still can not use any application.

    Track version was released. CC cannont find my subsrciption associated with my Adobe ID

    Last email that I received said I'll be getting another within 24 hours, still no response.

    Order No. AD001694082EDPL

    Support information can not help with this problem.

    Customer support Adobe please help!

    Hi gregnawrat,

    My apologies for the delay in response.

    I just checked your account and found that you have tried to make the payment by Paypal, Paypal however rejected the transaction.

    Please check with them and place a new order, this order is not yet confirmed.

    I hope this helps!

  • Need help with question - PS Photoshop crashing when opening the file.

    I downloaded creative cloud and installed Photoshop for free trail when I opened and you click new file, I get an error saying "Photoshop cc 2015.5 has stopped working" how to fix this?

    Look at this thread here: Photoshop CC 2015.5 crashes after launch - Win8.1

    There are a few things that you can do it yourself, but if no luck in Monday customer contact and let watch them.

    If you not clearly understand what to do, then wait and Contact customer

    There is no interest to make it worse.

  • Need help with information about the file

    IM and only know basic computer skills. Im having a problem with obtaining correct file information.  I only use MS MediaPlayer.  I have amassed a decent library.  Over the years, I've downloaded music from CD, limewire and what is called a torrent.  My daughter would be to get an education, but she managed.  Songs from a CD are not a problem, but other sources, the news of music might be incorrect or missing.  On my hard drive and the Member for information often is listed as unknown or various artist.  I edited the info on the Congressman, but he will not put these songs in order. Always the groups to the title of an album.  I can't change the information in the properties.  I think I would need to correct the source info in my library, but I don't know how. Any help would be greatly appreciated my OCD insists that my library be in order. Thank you!

    Liner,

    Musician is working hard and deserves to be paid for their work like everyone else, and unless they offer their recordings for free, whenever you download a torrent or P2P service like Limewire, you're basically stealing their intellectual property and taking food off of their plate.

    Most of the people don't post on a Microsoft Forum, ask the help of cataloguing of media that were obtained from these types of sources. In addition, the sources you cite could also distribute unwanted hitchikers (virus, malicious software) as well as the music.

    If you buy the CD you got with torrents and Limewire, you would probably best chance to get the metadata. And it would be "the right thing to do."

  • Questions from the Media Suite

    Hello.  I have a new computer to window 8 HP.  Media Suite is on the computer.  Y at - it a book or a tutorial to help me use this feature?

    I want to use pictures of my library of images and photos from my photo gallery for doing this, and I thought a tutorial or a book could help out me.

    All of the suggestions.

    I appreciate any assistance.

    Hello! I do not have this program. See if this is what you need?

    http://support.HP.com/us-en/document/c03486258

  • Need help with calibration of the battery

    I have a Vn7 - 591 g and it's basically old 1.

    My problem is my laptop stop without noticing low battery notification and without any warning since I updated my windows 10 November pro build.

    First, it would close down to the level of 15% without indication battery and then I looked at here and there and find the calibration procedure as I tried battery as the load calibration procedures to 100% in stop and go in safe mode and let it drain and recharge again, after the fact that now he stops at the level of battery by 30% or 25% without notice or warning.

    I tried battery reset thing pinhole also as suggested somwhere in this discussion.

    One thing I noticed when I put my laptop power in High-Performance option, low battery, that it just goes right into hibernation but when I plug in the AC adapter it shows battery 0% or 1%, and perception.

    so is it problem in my battery or Power Options or the problem is another?

    Any help will be appreciate and please answer quickly because I am sad with this problem. It is a one year old laptop around, I bought new.

    Hello

    Well, the wear level is quite high for a laptop one year old. Do you often use on the farm?

    It is interesting that hwmonitor reads the same amount as that of windows, stop so suddenly, because of the battery not calibrated... I don't think so. It may be the case even if the PCI that controls the battery charging does not correctly read the State. That would mean that you would need to change the battery (the peak is on the battery).

    You can try to run battery Eater: http://www.softpedia.com/get/System/OS-Enhancements/Battery-Eater-Pro.shtml

    This software will monitor your battery while meeting and then make a graph of it after a reboot. I don't remember if trace the graph based on the percentage, or the actual capacity of the battery.

    You can read more about what the software did here:

    http://Lifehacker.com/5657275/battery-Eater-benchmarks-your-batterys-capacity-so-you-know-what-to-ex...

    Also, would probably be a good idea to see if what happens on another operating system as well. For example, you can try to make a USB boot Linux, ubuntu and check if your laptop suddenly stops at the same percentage values. If it is not the case, which is probably something just with windows.

  • Need help with questions of hotspot [Windows 7]

    So for the last few days, I've been playing with my wireless network I can get what is called Homepass which is just a way to fool a 3DS thinking you use Streetpass to get something. Well last night, I was able to get the thing a bit of work, but then I found a problem that I don't know how to fix.

    Here is a link to the instructions I had to do to implement, if necessary, the question is where is EDIT 7: http://www.reddit.com/r/pokemon/comments/2n8hg9/want_the_eon_ticket_homepass_is_for_you/

    In this EDIT 7, the person says change settings of your virtual adapter for that IPv4: https://gbatemp.net/attachments/capture-png.5745/

    Which I did, but now what happens is when I click on 'Get an IP automatically', then click 'Ok', and then access my wireless network card and click on the tab 'Sharing' and then 'allow the other network users to connect through this computer's Internet connection"and looking back at my virtual adapter IPv4 settings , they return what it looks like in the photo. I tried to uninstall and reinstall the drivers several times but with no luck, it always comes back to that.

    I read on the ' ICS using the ' Wireless Network adapt eCard should all be defined on "Obtain an IP address automatically" to really share. Also until I fiddled with the IPv4 settings, he said always 'Sharing' beside the SSID but now it is not everytime I have activate sharing. Could someone help me with this please? I'm still relatively new to this kind of things so I would appreciate any help I can get.

    Here are some pictures of what I'm doing.

    My network connections: http://i.imgur.com/cvZzfBE.png

    Virtual adapter IPv4 (front): http://i.imgur.com/bQ0lvZw.png

    (Front) network adapter: http://i.imgur.com/2lOIA4W.png

    Adapter network (after): http://i.imgur.com/h4KWkTL.png

    Virtual adapter IPv4 (after): http://i.imgur.com/8NytZeB.png

    Thank you once again.

    EDIT: Do you have a little look around and read a few pages on ICS and they said something about Ethernet cables, which reminded me that I actually had my Ethernet cable when I changed these settings, which could be the cause?

    Hello

     
    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the link below.
     
     
    Hope this information helps.

Maybe you are looking for

  • How to type the hash and symbols

    Hi all Hope someone can help me here. Here is the story: My Macbook Pro was stolen recently / 2009. I replaced it with a Macbook Pro Retina early 2015 model bought on Ebay UK. When he arrived, I discovered that he has a U.S. keyboard, rather than a U

  • How to remove this darn pain in salma YAHOO search bar?

    http://search.Yahoo.com/?FR=freeze & type = W3i_NA, 167, 3_6, tab % 20Search, 00000000, 0, 0, 0, 0This guard of url to come when I open a new tab in a firefox browser, how to remove that darn pain in salma YAHOO search bar?

  • The computers BIOS laptop satellite 1800-554 configure access

    Thank you very much NickyNoogle for your response, however I just can't find a way to open the BIOS set up! Startup windows pre only option is F8 for advanced options start taking me in a list of options such as the SafeMode startup etc. You have new

  • Keyboard with Tecra A10-112 problem

    I got my laptop Tecra A10 - 112 today and the first thing I noticed is that the keys 'L', 'R' and 'Y' makes very annoying loud clicking sound whenever they are turned on. There is no quick fix for this?

  • J611g of all-in-one printer HP Deskjet 305 has

    Cannot print in color although cartridge is full.  How can I solve this problem.  To be able to print colors.