The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> cursor creating small window, How do you create HTML to have a small secondary window show when the
carnivalofcomics
post Nov 21 2009, 07:51 PM
Post #1





Group: Members
Posts: 3
Joined: 21-November 09
Member No.: 10,398



wacko.gif I have a web page of items. I would like to create an addition where the cursor over the item creates a window pop-up larger then the item (x2) with extra info and a bigger picture. Can this be created with expression web 2, as this is the program I am using. Does this require a server or extra help to complete...www.acarnivalofcomics.com...Thanks michael

This post has been edited by carnivalofcomics: Nov 21 2009, 07:55 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Nov 21 2009, 08:42 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Do you mean an ordinary popup window like this?

HTML
<p style="cursor:pointer" onmouseover="window.open('http://google.com','','width=400,height=400')">Put your mouse pointer here</p>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
carnivalofcomics
post Nov 21 2009, 09:51 PM
Post #3





Group: Members
Posts: 3
Joined: 21-November 09
Member No.: 10,398



Hi, I am not sure...here is a section of one panel amongst many. How would you apply it to this panel if it html


<br />
<img alt="xm187" height="116" src="images/xm187px75.png" width="75" /><br />
<span class="comic_book_Numbers">#187</span><br class="comic_book_Numbers" />
<span class="comic_descrip">Wraith <br />Appearance</span></td>
<td valign="top" class="background_color_for_boxes" style="height: 211px">
<br />
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Nov 21 2009, 10:17 PM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



The image? Just place the whole lot in the IMG tag instead of in the P tag as I had it. Change the URL to that of the page you want to show in the popup.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
carnivalofcomics
post Nov 22 2009, 02:00 AM
Post #5





Group: Members
Posts: 3
Joined: 21-November 09
Member No.: 10,398



I would like to run the cursor across a list of comic book pictures. At each comic a pop-up shows with a bigger picture of the comic and some description within a thought box. What does the html look like for this.........The following is a section I need to make it

<br />
<img alt="xm187" height="116" src="images/xm187px75.png" width="75" /><br />
<span class="comic_book_Numbers">#187</span><br class="comic_book_Numbers" />
<span class="comic_descrip">Wraith <br />Appearance</span></td>
<td valign="top" class="background_color_for_boxes" style="height: 211px">
<br />
Thanks mike
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Nov 22 2009, 02:12 AM
Post #6


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



So you create a page with the bigger image and the description and then use it in the JavaScript snip I showed you, i.e. replace the URL to google with the URL to your pop-up page.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 04:11 AM