This is a discussion on "Image roll over pop up" within the Web Page Design section. This forum, and the thread "Image roll over pop up are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Image roll over pop up
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|
|
|||
|
Re: Image roll over pop up
D'you have a link to what you've produced already - or if it's not on the web could you give us the code?
|
|
||||
|
Re: Image roll over pop up
Coding is blank as had to remove it as it crashed page. Page is not live yet as I do not have that info from the customer yet.
|
|
||||
|
Re: Image roll over pop up
There's a few on CSSPlay
Enlarging unordered list - Link enlargement on :hover. Magnifier menu - A graduated text magnifier on :hover using images. Image magnifier menu - Enlarging link images on :hover. Exploding menu - Exploding images into four identical images on :hover. Magnifier text menu - As the first menu in this group, but using only text. |
|
||||
|
Re: Image roll over pop up
Site
Ok finaly there, the small images at the bottom are the culprites. Got a few broken codes in the bottom right. The smalls should enlarge. Last edited by acrikey; Apr 30th, 2007 at 20:23. |
|
||||
|
Re: Image roll over pop up
Ok here is my code:
<div id="Layer13"></a><a href="#" onmouseover=window.open('dsl.html','NewWindow',res izable=no,scrollbar=no,status=no,width=350,height= 200');if(chw !=null) chw.focus();return false"></a><img src="images/DSthumb.png" alt="Dirty South Logo" width="68" height="33" border="0" /></a></div> I want this image to be the button (img src="http://www.webforumz.com/images/DSthumb.png") but I'm going round in circles. Can anyone tell me where I'm going wrong please Last edited by acrikey; May 1st, 2007 at 18:35. |
|
|||
|
Re: Image roll over pop up
Hey there,
'New Window' shouldn't have a space in (for IE). You have a comma in the wrong place: ,scrollbar,=no, Worth checking before we try anything else! |
|
||||
|
Re: Image roll over pop up
Code edited but still not working, new code edit in last post with code
|
|
||||
|
Re: Image roll over pop up
Here it is to stop confusion
<div id="Layer13"></a><a href="#" onmouseover=window.open('dsl.html','NewWindow',res izable=no,scrollbar=no,status=no,width=350,height= 200');if(chw !=null) chw.focus();return false"></a><img src="images/DSthumb.png" alt="Dirty South Logo" width="68" height="33" border="0" /></a></div> |
|
|||
|
Re: Image roll over pop up
heh, I missed the space in the middle of 'res izable'... also, your sizes should have 'px's after them
|
|
||||
|
Re: Image roll over pop up
Jeez ... all that JS tsk! tsk! ... too bad you didn't follow the links I gave you. All CSS, no JS!
|
|
||||
|
Re: Image roll over pop up
Ok dont look at the JS that will be deleted I promise!!!! Snow, the space you saw in my last post was a typo Here is the new code. Karinne I promise to delete JS!!!
<div id="Layer13"></a><a href="#" onmouseover=window.open('dsl.html','NewWindow',res izable=no,scrollbar=no,status=no,width=350,height= 200');if(chw !=null) chw.focus();return false"></a><img src="images/DSthumb.png" alt="Dirty South Logo" width='68' height='33' border='0' /></a></div> |
|
|||
|
Re: Image roll over pop up
Heh, that space is pretty persistant!
what's the point in returning false? Just trying to discover what all your code is for... |
![]() |
| Tags |
| image, pop up, roll over |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Roll Over Images | rattlesnak | Web Page Design | 10 | Feb 16th, 2008 01:59 |
| Roll overs? Ideas. | PicoDeath | Web Page Design | 1 | Jul 30th, 2007 16:34 |
| strtotime() roll over | kthompso | PHP Forum | 0 | Jan 22nd, 2007 20:28 |
| need help with Roll over stylesheet. | comaiwat | Web Page Design | 8 | Sep 21st, 2004 02:34 |