This is a discussion on "popup images" within the Web Page Design section. This forum, and the thread "popup images are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
popup images
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
popup images
hi all,
this is my first website, so you'll have to forgive me for the newbie question. http://www.nickfordyound/doitwithxs Under the "news and upcoming events" section, i have popup images (south west four, rockness etc) that come up in a new window. how do i make the new window the same size as the popup image and without an address bar etc? thanks in advance |
|
|
|
#2
|
|||
|
|||
|
Re: popup images
Pop-up anythings are not a good idea. In fact they are frowned on from an accessibility view point. Consider having your images appear in a div as part of the page, controlling the visibility with css. |
|
#3
|
|||
|
|||
|
Re: popup images
how do i do that? what are my options?
|
|
#4
|
|||
|
|||
|
Re: popup images
You contain each of the images you want to show inside a div element. Each of these divs is initially hidden using css. Then when the user selects whatever it is they select on your page, the relevent div is made visible at a location determined by you. Have a read up on using divs as containers. The css position attributes and the css display attribute. Formulate some ideas on how it will work and come back when you need to clarify an idea. |
|
#5
|
||||
|
||||
|
Re: popup images
There is one problem with this. That is if you include loads of these it will adversly affect loading times as your browser will load all of the images even if they are not visible.
Be aware of this and only include a small number on each page.
Last Blog Entry: Giving them what they paid for: A (sort of) Follow-up (Oct 15th, 2008)
|
![]() |
| Tags |
| popup, images |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PM Popup | Daniel | Webforumz Suggestions and Feedback | 15 | Jan 14th, 2008 00:47 |
| popup div onmouseover | pesho318i | JavaScript Forum | 2 | Dec 28th, 2007 14:30 |
| Birthday Popup | spikehackerinc | Web Page Design | 6 | Nov 27th, 2007 02:17 |
| Help Open Popup | giovannidebona | JavaScript Forum | 3 | Nov 8th, 2007 01:17 |
| Popup Name Detect | RobinDeanDotCom | JavaScript Forum | 0 | Feb 24th, 2007 23:35 |