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!
iframe
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
Dodsy



Joined: 07 Sep 2007
Posts: 4

PostPosted: Wed Sep 19, 2007 6:17 am     iframe Reply with quote

i have a problem i have set up my site with an iframe on index page that links open up into, iframe is aligned set to right with links coming down left hand side of the page.
Problem is if i resize my browser window , and on certain other p.c i have tested it on.
The iframe moves over the links so they cant be seen, .
can anyone advise me please?

Code:
<html>



<HEAD>



<img src="logo.jpg"
 ><p>


<style type="text/css">
A:link {text-decoration: none; color: darkblue;}
A:visited {text-decoration: none; color: mediumblue;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: underline; color: darkblue;}
</style>




</HEAD>

<body>
<br>



<table align="right" width="272" border="2" cellspacing="0" cellpadding="0" bordercolor="darkblue" style="border-collapse: collapse">
<tr>
<td bgcolor="#F0F0F0"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>EHP</b></font></td>
</tr>
<tr>

<td> <iframe  src="main/home.html" name="iframe"  width="815" height="600" frameborder="0"  ></iframe></td>
</tr>
<tr>
<td bgcolor="#F0F0F0">&nbsp;</td>
</tr>
</table>




<br>

<a href="main/home.html" target="iframe">Home</a>
<br>
<a href="main/aboutus.html" target="iframe">About us</a>
<br>
<a href="main/pag1.html" target="iframe">page1 </a>
<br>
<a href="main/pag2.html" target="iframe">page2 </a>
<br>
<a href="main/pag3.html" target="iframe">page3</a>
<br>
<a href="main/pag4.html" target="iframe">page4</a>
<br>
<a href="main/pag5.html" target="iframe">page5</a>
<br>
<a href="main/pag6.html" target="iframe">page6</a>
<br>
<a href="main/pag7.html" target="iframe">page7</a>
<br>
<a href="main/pag8.html" target="iframe">page8</a> <p>

<img src="image001.jpg" width="135" height="175" alt=" fishing" />
<p>
<br>
<br>
<img src="image002.jpg" width="135" height="175" alt=" salmon" />
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>




</body>


</html>



Jasyyn



Joined: 18 Sep 2007
Posts: 26

PostPosted: Wed Sep 19, 2007 6:55 am     Reply with quote

Have you tried placing the links and iframe into the same table? You can use rowspan to help align the links.

If you don't want to do that, try assigning body properties in your style tag. Include:

body {overflow:auto;}

That may work.
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