sorry i should have explained it more. The divs are only 300px by 300px and displaying thumbnails of webpages that will have links the the said webpages
Type: Posts; User: jonnyfreak; Keyword(s):
sorry i should have explained it more. The divs are only 300px by 300px and displaying thumbnails of webpages that will have links the the said webpages
this link provide does not load a full webpage into a div. there is a button.
<div id="topBar"> <a href ="#" onclick="load_home()"> HOME </a> </div>
<div id ="content"> </div>
<script>
...
i have a webpage that i want to be able to show external websites in the div. i have looked but can find what i need. i can see url in a div but i need to be able for the full webpage to be shown in...
thanks that worked
i have found some code to launch a pop up on the load of a webpage but it isnt popping up
i got the code from here
http://www.queness.com/post/77/simple-jquery-modal-window-tutorial
the code i...
just a landscape picture original size 1920 X 532 @ 72dpi
I have a div that i want to give an image background. i can then place another div inside this for some text. i have looked over the internet but cant find what i need. i know how to make an image...
i have nine icons that i want to cover the full width of the page and as the page scales down i want them to go under each other but what i gave done doesnt seem to work. I have only set one device...
i figured it out. it was some other css on the page from the responsive columns. thanks for your help
hello i hope this what you mean
https://jsfiddle.net/xe1me3yd/
i have also got a responsive menu on the page that might be causing this issue. i got the menu from...
thanks that was a great help. i have managed to use the code with the following css. however on the largest screen i am getting three images across but they are not filling the screen i am getting...
thats great. i managed to strip the code down and sort of get it working. i have just having trouble keeping the images large enough on a big screen. i have all the others sorted it just the large...
i have a page showing multiple images. currently i have the items in two columns that when the screen is resized they go into one column
css
@charset "utf-8";
/* CSS Document */
.productLeft...
the vertical-align: bottom;
display: table-cell;
was causing the issue so i removed it and i gave the <div align="right"><?php echo $row_rsCatLeft['Price']; ?></div> its own class then that has...
I have a div that is set to 100% width. i need the image to resize to the full 100%.
i also have another div inside this that contains an image that should sit in the middle of the outer div. there...
that has worked thanks for you help
i have moved the the css.css above the side-menu.css and cleaned out the unneeded <style> tags. what is happening now it the div is always appearing on the bottom.
i have just tried that and that hasnt worked.
would it be best to start again and give the div a class <div class="cart"> then make all the css .cart rather than #cart
i added that to side-menu.css but it didnt appear to work ?
ok here is a sample http://www.jonfortis.co.uk/movediv/indexSS16.php
sorry i wanted to keep as it is on larger screen just to change location when on mobile devices
i have a div for a cart logo and total price that sits in the top corner of the screen
#layout #main #cart {
background-color: #000;
height: 30px;
width: 20%;
padding: 10px;
position:...
i had a play around more with the 150 and it worked thanks
i have tried to increase all the 150px but that didnt seem to work, is it all the 150px i need to modify?