Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~200 People Reached
Favorite Forums
Favorite Tags
Member Avatar for welshbaloney

Hello, I have a simple page that consists of an image, some map hotspots, and an iframe that displays content when the hotspots are clicked: [code] <div id="wrapper"> <img src="blah.gif" /> ... some <area...target="iFrame"> tags ... <iframe id="iFrame" src="home.htm">No iframe support!</iframe> </div> [/code] With the wrapper naturally aligning to the …

Member Avatar for welshbaloney
0
119
Member Avatar for welshbaloney

Hello, I'm another newbie. I've been trying to create my site using css rather than tables and frames and I'm almost there. My page consists of a content area with an image wrapped around it. I've broken the image into divs as follows: [code]<div id="wrapper"> <div id="header">header image here</div> <div …

Member Avatar for MidiMagic
0
81