HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Position frame on a picture
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
boomhowza



Joined: 01 Sep 2007
Posts: 1

PostPosted: Sat Sep 01, 2007 9:42 pm     Position frame on a picture Reply with quote

im making a simple website, with clean and easy code.
im having trouble with putting a frame on the picture.

As you can see below i have a position for the links, and the coordanates is of the pixels of the picture

i want the same thing to position the frame, (like 80x80px on the picture)
Code:
<html>
<head>
<title>The Urban Ninjaz!</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="#C6001D">
<map id="menulink" name="menulink">
   <area shape="rect" coords="455,485,520,510" href="home.php" alt="Home">
   <area shape="rect" coords="540,485,675,510" href="downloads.php" alt="Downloads">
   <area shape="rect" coords="695,485,758,510" href="news.php" alt="News">
   <area shape="rect" coords="465,515,540,540" href="links.php" alt="Links">
   <area shape="rect" coords="555,515,650,540" href="forums/" target="_top" alt="Forums">
   <area shape="rect" coords="670,515,750,540" href="about.php" alt="About">
</map>

<center>
<img src="images/background.gif" usemap="#menulink" width="800" height="570">
</center>

<iframe src="index.html" name="pages" border="0" width="388" height="418" scrolling="auto"></iframe>

</body>
</html>
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8267
Location: Castle Rock CO USA

PostPosted: Mon Sep 03, 2007 7:26 am     Reply with quote



If you want the background.gif to be behind the iframe, consider putting the background.gif in a divide or table as a background image and put the iframe inside that divide / table.

_________________
Corey
Toll Free Fax Numbers | Mile High Merchant Accounts
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial