Lining up divs inside a main div: Mine not working

Hello, I need help with my CSS design, I am trying to line many dives inside a container DIV, interestingly only the first div is well
positioned, the rest lie outside the container all together. I can't figure out what I am doing wrong. Find attached my CSS definitions and also the related code:
CSS:
/* id the for main container of index page elements */
#indexmain{
background-color:#FFFFFF;
font-weight: bold;
color:#00FF00;
width: 100%;
height: 600px;
border-width: 1px;
border-style: solid;
border-color: red;
/* id for welcome label */
#welcome {
background-color:#FFFFFF;
color:#00FF00;
padding-top: 5px;
padding-right: 5px;
padding-left:5px;
padding-bottom:5px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:24px;
font-weight: bold;
width: 140px;
height: 20px;
border-width: 1px;
border-style: solid;
border-color: red;
top: 160px;
left: 120px;
/* id for main container of index elements */
#welcomemain{
background-color:#FFFFFF;
color:#00FF00;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:24px;
font-weight: bold;
width: 60%;
height: 400px;
border-width: 1px;
border-style: solid;
border-color: red;
top: 192px;
left: 120px;
/* id for description of consumer component */
#consumerdescription{
background-color:#FFFFFF;
color:#00FF00;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:24px;
font-weight: bold;
width: 50%;
height: 200px;
border-width: 1px;
border-style: solid;
border-right-color:#FF0000;
top: 0;
left:0;
margin-left: auto ;
margin-right: auto ;
text-align:center;
/* id for label of consumer link */
#consumerlink{
background-color:#FFFFFF;
color:#00FF00;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:24px;
font-weight: bold;
width: 50%;
height: 200px;
border-width: 1px;
border-style: solid;
border-left-color:#FF0000;
background-color:#CCFF66;
top: 0;
right: 0;
margin-left: auto ;
margin-right: auto ;
text-align:center;
/* id for label of business link */
#businesslink{
background-color:#FFFFFF;
color:#00FF00;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:24px;
font-weight: bold;
width: 50%;
height: 200px;
border-width: 1px;
border-style: solid;
border-right-color:#FF0000;
background-color:#CCFF66;
bottom: 0;
left: 0;
margin-left: auto ;
margin-right: auto ;
text-align:center;
/* id for description of business component */
#businessdescription{
background-color:#FFFFFF;
color:#00FF00;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:24px;
font-weight: bold;
width: 50%;
height: 200px;
border-width: 1px;
border-style: solid;
border-left-color:#FF0000;
bottom: 0;
right: 0;
margin-left: auto ;
margin-right: auto ;
text-align:center;
/* id to control positioning of content*/
.centerlinkcontent{
     position:absolute;
     top:80px;
     left: 110px;
.centerdescriptioncontent {
position:absolute;
top:50px;
left:20px;
.titlelabelconsumer{
width:100%;
height:35px;
background-image:url(../images/Isl_bkgrd.jpg);
background-repeat:repeat-x;
text-align:center;
.titlelabelbusiness{
width:100%;
height:35px;
background-image:url(../images/Isl_bkgrd.jpg);
background-repeat:repeat-x;
text-align:center;
top:400px;
.searchresultscontainer{
width:812px;;
height:62px;
border-style:solid;
border-color:#FF0000;}
.searchresultsimg{
width:100px;
height:60px;
background-color:#CCCCCC;
left:0px;
border-style:solid;
border-color:#9966CC;
border-width:1px;
/*.searchresultsdetail{
position:relative;
width:700px;
height:61px;
text-align:center;
background-color:#CCCCCC;
float:right;
left:101px;
margin:0;
padding:0;
.productdescription{
     position:absolute;
     width:300px;
     height:36px;
     text-align:left;
     left:101px;
     margin:0;
     padding-bottom:10px;
    padding-top:12px;
     border-style:solid;
     border-color:#FFCC00;
     border-width:1px;
.productmodelno{
position:absolute;
width:100px;
height:36px;
text-align:left;
left:401px;
margin:0;
padding-bottom:10px;
padding-top:12px;
border-style:solid;
border-color:#996600;
border-width:1px;
.productmodelyear{
     position:absolute;
     width:100px;
     height:36px;
     text-align:left;
     left:501px;
     margin:0;
     padding-bottom:10px;
    padding-top:12px;
     border-style:solid;
     border-color:#00FF00;
     border-width:1px;
.productprice{
position:absolute;
width:100px;
height:36px;
text-align:left;
left:601px;
margin:0;
padding-bottom:10px;
padding-top:12px;
border-style:solid;
border-color:#000033;
border-width:1px;
.productuserid{
position:absolute;
width:100px;
height:36px;
text-align:left;
left:701px;
margin:0;
padding-bottom:10px;
padding-top:12px;
border-style:solid;
border-color:#990000;
border-width:1px;
Related Code:
<!---Create a container for the search results --->     
<div class="searchresultscontainer">
    <div class="searchresultsimg"><!--- creating a resized version of uploaded image of product --->
           <cfimage source="#ExpandPath('images/consumer/#Cnsmr_ProductIMAGE#')#" action="resize" width="100" height="60" name="resizedImg" format= "jpg">
           <cfimage source="#resizedImg#" action="writeToBrowser"><!---img src="images/consumer/#Cnsmr_ProductIMAGE#"--->
    </div>
    <div class="productdescription"><font size="+2">#Cnsmr_ProductDESCRIPTION# </font>  <font size="+2"></div>
     <div class="productmodelno"><a href="showProductDetail.cfm?Cnsmr_ProductCountID=#URLEncodedFormat(TRIM(Cnsmr_ProductCountID))#">#Cnsmr_ProductMODELNo# </font> </a></div>
     <div class="productmodelyear"><font size="+2">#Cnsmr_ProductMODELYEAR# </font> </div> 
     <div class="productprice"><font size="+2">#Cnsmr_ProductPRICE#</font> </div>
     <div class="productuserid"><font color="#000066#" size="+2">#User_id#</font></div>
</div>
<!--- end of searchresultscontainer --->
</cfoutput>

In addition to PZ's reply, you have way too much going on in your stylesheet ;-)  it needs to be streamlined dramatically.
If you don't undersand the how and whys of using AP (absolutely positioned) divs, it's better not to use them - here's why:
Why do my AP Divs (layers) move when I resize the browser window?
You may want to run through a few CSS tutorials before going any further, so as to get your head around how CSS layouts work and how to use a stylesheet effectively  :-)
http://www.macromedia.com/devnet/dreamweaver/articles/css_concepts.html http://www.adobe.com/devnet/dreamweaver/articles/bk_dwcs4_mastering_css/bk_dwcs4 _mastering_css_04.pdf
LIST OF CSS TUTORIALS:
http://www.adobe.com/devnet/dreamweaver/css.html

Similar Messages

  • It seem a bug in flash server " main.asc is not working well"

    i did download the latest version of flash media server , but it seam the /live/main.asc did not work at all ,
    i did create a main.asc in :
    C:\Program Files\Adobe\Flash Media Server 3\applications\live\
    to be :
    C:\Program Files\Adobe\Flash Media Server 3\applications\live\main.asc
    now i did add to main.acs this code :
    application.onConnect = function(client, name) {
         trace("TRACE -- TRACE -- TRACE -- TRACE -- TRACE -- TRACE");
    as the help files said :
    The output of the trace() statements used by a main.asc file are sent to a log file, typically:
    RootInstall/logs/_defaultVHost_/yourApplicationName/yourInstanceName/application .xx.log
    Where yourInstanceName is _definst_ by default, and xx is the instance number, 00 for the most recent log file, 01
    for the previous instance, and so forth.
    You can view a log file with any text editor.
    i opened "Flash Media Live Encoder 3" and point the stream to "rtmp://localhost/live/stream" hist start , traming is start well,
    i went to the log to see if it true that FMS will write the trace !
    C:\Program Files\Adobe\Flash Media Server 3\logs\_defaultVHost_\live\stream\application.00.log
    where the "stream" is the the name of the "instance"
    i did not found any thing regarding the "trace("TRACE -- TRACE -- TRACE -- TRACE -- TRACE -- TRACE");"
    Please advice

    It seem no one in the world have this broblem !Please if you have a plan to help us (if).
    Do the following :
    ·        Download the latest version of flash media server , linux or windows never mind
    ·        Install flash media server , as usual with standard settings , in linux use Nobody user
    ·        Now the FMS is run and active .
    ·        Go to the application directory in the “C:\Program Files\Adobe\Flash Media Server 3\applications\live”
    ·        The content of this directory will be as the list below :
    main.far
    Application.xml
    allowedHTMLDomains.txt
    allowedSWFDomains.txt
    So there is NO main.asc file , create a new text file . rename it to be “main.asc”
    o  Open the main.asc code , it will be empty for sure .
    o  Put the following command :
    o  trace(‘--------------- Test The Log Out Put -------------’);
    ·        Now Open the “fms_adminConsole.htm” and Login as admin
    ·        Select View Applications Tap
    ·        Now , form “New Instance” select the “LIVE” and insert “test”
    ·        Click on the name of the Instance in the right window and click the restart application icone in the toolbar , and see the live log , there is no out put of the trace command:
    o  Found wildcard (*) entry: disabling authentication for HTML file domains
    o  Found wildcard (*) entry: disabling authentication for SWF file domains
    o  Unloaded application instance live/test
    ·        Any way , Now Open the “Adobe Flash Media Live Encoder 3”
    ·        Point the FMS to “rtmp://localhost/live/test”
    ·        Stream: test_str
    ·        Click on start
    ·        Go to “fms_adminConsole.htm”
    ·        Select View Applications Tap
    ·        Go to live loge window ,
    ·        There is nothing regarding the trace command that we set in the main.asc ate the 1st place, but we did restart the app! strange !!!!
    ·        We can see just “Accepted a connection from IP:127.0.0.1”
    ·        Is there any thing wrongs with the steps ! is it a bug or what ?
    ·        If trace command did not run so any command will not load .
         ·        Why is that ?

  • Speaker and main button does not work

    My iphone suddenly fall down and after my speaker and main button is not working. other things are ok. So how can I fix this hardware problem?

    Send it to a Apple Store to request for repairs.
    Or restart the iPhone and see if the home button will work again. It could be that the OS is not detecting it or is not responding.

  • I Pod mini not working, it will not sync

    I have a I Pod mini 2nd generation. I went to sync more music on to it and it when I auto filled it does not work and I have done the diagnostics. I get this message from I Tunes. I cannot add any songs to my I Pod because no songs will copy to this my I Pod? I have done the diagnostics and here are the results. Any help here? thanks.
    Microsoft Windows XP Home Edition Service Pack 3 (Build 2600)
    Acer, inc. Aspire 3680
    iTunes 9.1.0.79
    QuickTime 7.6.6
    FairPlay 1.7.16
    Apple Application Support 1.2.1
    iPod Updater Library 9.0d11
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 3.0.0.102
    Apple Mobile Device Driver not found.
    Bonjour 2.0.0.34 (214.3)
    iTunes Serial Number E495EEE2B2795819
    Current user is an administrator.
    The current local date and time is 2010-04-19 21:23:31.
    iTunes is not running in safe mode.
    Video Display Information
    Mobile Intel(R) 945GM Express Chipset Family
    Mobile Intel(R) 945GM Express Chipset Family
    ** External Plug-ins Information **
    No external plug-ins installed.
    Genius ID: 6be3325681c0854fd7b9daed3681d1ac
    ** Network Connectivity Tests **
    Network Adapter Information
    Adapter Name: {9602B0E0-2233-41C0-9250-0D55748DB276}
    Description: Actiontec Gateway - Packet Scheduler Miniport
    IP Address: 192.168.0.2
    Subnet Mask: 255.255.255.0
    Default Gateway: 192.168.0.1
    DHCP Enabled: Yes
    DHCP Server: 192.168.0.1
    Lease Obtained: Mon Apr 19 20:27:01 2010
    Lease Expires: Tue Apr 20 20:27:01 2010
    DNS Servers: 192.168.0.1
    192.168.0.1
    216.17.3.121
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to iTunes Store was successful.
    Secure connection attempt to iTunes Store was successful.
    Secure connection attempt to iPhone activation server was successful.
    Last successful store access was 2010-04-19 21:21:07.
    ** iPod/iPhone Connectivity Tests **
    iPodService 9.1.0.79 is currently running.
    iTunesHelper 9.1.0.79 is currently running.
    Apple Mobile Device service 3.0.0.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8. Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9. Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA. Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB. Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC. Device is working properly.
    FireWire (IEEE 1394) Host Controllers:
    Texas Instruments OHCI Compliant IEEE 1394 Host Controller
    Most Recent Device Not Currently Connected:
    iPod shuffle (2nd Generation) running firmware version 1.0.4
    Serial Number: 4H809EMUYX6
    ** iPhone/iPod Touch Sync Tests **
    No iPhone or iPod found.

    Sorry its not a I Pod mini it is a I Pod shuffle.

  • Mac Mini not working with AOL Cable modem

    All,
    I just bought a brand new Mac Mini but it not working with AOL. My windows XP PC working well with AOL but not with mac mini. Any suggestions? thanks
    Hung

    I just found an interesting thing that i brought my mac mini to Apple store where i bought it. Hook up with store cable, it can go thru to internet with out sign on AOL. ALso I can connect to AOL very easy. Brought it back home, I tried to open browser w/o sign on AOL like i did at Apple store, it did not work. I also tried to sign on AOL alone, still not work either. The weird thing is, my other Windows XP computer is working well with AOL. I called customer service of AOL for help, who takes care the Mac computer, asked me to follow the simple procedure that I already did before i called them like unplug cable modem, restart computer...etc. Nothing new, and then they transfered me back and forth between Mac and Windows specilist with no help. I was on phone with them for 2 hours yesterday. I'm very disappoint with AOL customer service with the way they serve the customer. I'm thinking to cancel membership with AOL where i stay with them more than 10 years, and look for another cable or DSL ISP. Now I'm packing the Mac Mini back to box and bring it to Apple store to return it. Next thing, is search around which ISP, who supports the Apple comp. I'm living at Los Angeles area where's very easy to find a local ISP Verizon, Earthlink, Road Runner... I'll be back to buy a new Mac when i get the internet ready. I love Apple computer, and i want to have it.

  • External Monitoring with MXO2 Mini not working

    OK, I chose the Matrox 1080i60 Sequence Preset.  And then I import and use AVCINTRA P2 footage.  When I put it into the sequence...I see the clips on the timeline, but nothing in the Program monitor, nor my external monitor.  I press play...nothing happens.  The footage works fine in an AVCIntra sequence...but not a Matrox MXO2 Mini sequence preset.  Any idea why?
    Latest 2.1.1 Matrox drivers.  Premiere CS 5.5
    Thank you,
    Shane

    Hi Shane
    Matrox does not work with CS5.5 "preview" new drivers this Month, so they say!!!!!!!!!!!!!!!!!!!!!!!!
    Darren

  • I downloaded A software to your computer. And I connected with my iPhone. Main page does not work. I can not see it. Iitnos Store does not cost me why?

    I downloaded A software to your computer. And I connected with my iPhone. Main pagedoes not work. I can not see it. Iitnos Store does not cost me why?

    Your posting makes no sense in the English language.  Please post in your native language.

  • Mini Not Working-Help Needed ASAP!!

    Hi guys,
    I have pretty much a massive problem. I just got a 4GB iPod Mini and it isnt working. By not working I mean its not working!!
    I installed the applications on the CD then connected my iPod expecting it to start charging and......nothing!!!
    I thought my USB drive pooped itself so I tried all 4 of my USB 2 ports and not a single action on the screen.
    So I went to the apple site, downloaded updates and all that, reinstalled twice and still nothing.
    My laptop is plugged into powerpoint, so if it isnt getting enough power i dunno.
    HELP ME GUYS!!!!! PLEASE HELP, what do I do to get it working?

    Yes, we have already bounced the server many times and check the about this page if the substitution has been reflected even before we checked using jdr_utils.. But so far no luck. What I forgot to mention before is that the vo we are substituting is composed of 6 EO and we couldn't change the query using the expert mode, so we just added one of the columns from the EO..

  • Ipad mini not working

    Help please!
    My ipad mini was working, i stopped using it for couple of hours, then when I am about to use it again, I pressed the home button open the screen but it was not working. I pressed the power button but still nothing happen, still black screen. I plugged in for 5mins but still nothing happen. What should i do?

    crystal_heart wrote:
    how can i update my ipad mini ios 7.1.1 to 7.1.2 directly to ipad not with itunes?????????
    crystal_heart,
    Your post is totally unrelated to the old post you tagged on to. You need to create a new post to get answers to your specific problem. Plus, you'll get email answers.
    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 7.1.2. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    You can no longer update to iOS 6.x, or down grade the iOS.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and antivirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 7.x, the next update can be installed via wifi (i.e., not connected to your computer).
    Tip 2 - If you're updating via wifi, place your iPad close to your router to preclude getting a corrupted download.
    How to Upgrade to iOS 7
    The iOS 7.0 update requires around 2.5 GB of storage space, so if your iPad is almost full, you may need to clear up some space. You can check your available space in Settings -> General -> Usage.
    There are two ways to upgrade to iOS 7: You can use your Wi-Fi connection, or you can connect your iPad to your PC and update through iTunes. We'll go over each method.
    To upgrade using Wi-Fi:
    Note: If your iPad's battery is under 50%, you will want to plug it into your charger while performing the update.
    Go into the iPad's Settings.
    Locate and tap "General" from the menu on the left.
    The second option from the top is "Software Update". Tap this to move into the update settings.
    Tap "Download and Install". This will start the upgrade, which will take several minutes and will reboot your iPad during the process. If the Download and Install button is grayed out, trying clearing up some space. The space required by the update is mostly temporary, so you should gain most of it back after iOS 7 is installed.
    Once the update is installed, you may have to run through the initial steps of setting up your iPad again. This is to account for new features and settings.
    To upgrade using iTunes:
    First, connect your iPad to your PC or Mac using the cable provided when you purchased your device. This will allow iTunes to communicate with your iPad.
    You will also need the latest version of iTunes. Don't worry, you will be prompted to download the latest version when you launch iTunes. Once it installs, you may be asked to setup iCloud by logging into your iTunes account. If you have a Mac, you may be prompted on whether or not you want to enable the Find my Mac feature.
    Now you are ready to begin the process:
    If you upgraded iTunes earlier, go ahead and launch it. (For many, it will launch automatically when you plug in your iPad.)
    Once iTunes is launched, it should automatically detect that a new version of the operating system exists and prompt you to upgrade to it. Choose Cancel. Before updating, you will want to manually sync your iPad to make sure everything is up to date.
    After canceling the dialog box, iTunes should automatically sync with your iPad.
    If iTunes doesn't automatically sync, you can manually do it by selecting your iPad within iTunes, clicking on the File menu and choosing Sync iPad from the list.
    After your iPad has been synced to iTunes, select your iPad within iTunes. You can find it on the left side menu under Devices.
    From the iPad screen, click on the Update button.
    After verifying that you want to update your iPad, the process will begin. It takes a few minutes to update the operating system during which time your iPad may reboot a few times.
    After updating, you may be asked a few questions when your device finally boots back up. This is to account for new settings and features.
     Cheers, Tom

  • Why is the sync option from iMac to iPad mini not working

    I have a IMac and an iPad mini (new)
    I have iPassword on my Mac and have set up the option on both Mac and iPad to sync iPassword between the 2 .
    Part of this set up is setting up 'secret' word and when on the ipad all i have to do is entering the "secret" word which I have down and use the otpion to Sync Now.  in
    I does not work - message I receive is " Sync Problem"  The operation could'nt be completed Connection refused -
    Error domain - NSPOSIXErrorDomain Code +61 - The operation could'nt be completed . Connection refused
    Please advise
    Sue

    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...
    If no joy... Try a Restore...
    1: Connect the device to Your computer and open iTunes.
    2: If the device appears in iTunes, select and click Restore on the Summary pane.
    Restoring  >  http://support.apple.com/kb/HT1414

  • Mac mini not working with logitech h130 headset's microphone

    Hi,
    I have a mac mini (late 2014) model that appears to not work with my headset's microphone, my headset is a logitech h130 that works perfectly with all other devices that I have (which are not apple), please fix! ASAP

    Assuming that the headset has two 3.5 mm plugs you need one of these to combine the headphone and jack into one 3.5 mm plug
    http://www.vetco.net/catalog/product_info.php?products_id=16956&gclid=Cj0KEQjwuI -oBRCEi87g0K3O8OoBEiQAb25WAfVF_miP__luOp…
    Also see:
    ]How to use Apple Earphones with Remote and Mic with your Mac - Apple Support

  • Opera mini not working after updating software fro...

    i bought a nokia 6303c on feburary 2010 , at that time the software version of my mobile was v9.10 but after two or three months i noticed that my calculator was missing an some other menu function are also missing. so i searched in internet and got information in nokia discussion that that missing calculator is software problem. So i decided to go to nearest nokia care for solution of my problem, where they updated my software to v10.12 i got my calculator back, but from the day opera mini is not working properly, then after one month i again go to nokia care , then they again updated my software , but problem remains same. so i asked them to please give me old version in my mobile but they told me that it is impossible to downgrade to 9.10,  i m fed up of this problem. In comparison of this new version my old version is much better.. please help. might be this is also a bug of software nokia gives that useless lifetool and nothing improvement is there.

    Could be a problem with the App and that it may not support IOS 7.1.1 yet and need updating.

  • IPOD MINI NOT WORKING AT ALL! HELP!!

    my ipod mini is not working at all.
    It won't turn on and it won't recharge.
    When i plug it in it says it does not recognize the USB.. does this mean i need a new USB cord? I don't want to waste my money on buying a new one if i don't need it.

    Try these.
    iPod won't turn on.
    iPod battery doesn't charge.
    Your Windows PC doesn't recognize the iPod is connected.

  • Expired certificate and opera mini not working

    i had a problem while i was installing my whatsap,it always says "expired certificate" and my opera mini is not working,says check date settings.please help

    As this is your first post upon the forum an indication as to what device this appertains would be helpful.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Nokia 5130xm opera mini not working?

    sir my defult browser that is opera mini not open  since last two days. it show an error invalid app then not open after thet plz help me.

    http://www.google.ie/url?sa=t&source=web&cd=1&ved=​0CBMQFjAA&url=http%3A%2F%2Fwww.opera.com%2Fmobile%​...
    you need to have enough free space or a phone with sufficent capacity to run this
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

Maybe you are looking for