Forum: HTML and CSS Sep 22nd, 2007 |
| Replies: 20 Views: 6,254 I tried to integrate a frame in a php page but it dis rupts the page. codes are posted below. can anyone assist integration?
http://img233.imageshack.us/my.php?image=nowze4.jpg
<?php
//... |
Forum: HTML and CSS Sep 19th, 2007 |
| Replies: 20 Views: 6,254 I suggest they reduce computer science exams to 1 ques tion: how can content be placed higher than an iframe itself? this isn't rocket science is it? thank you for try ing. anyone? |
Forum: HTML and CSS Sep 19th, 2007 |
| Replies: 20 Views: 6,254 tried all sorts of those com binations but it wouldn't work. below is other suggestion with a remark.
page calling the frame is in domain.com/folder1/page.php. the page called is in... |
Forum: HTML and CSS Sep 19th, 2007 |
| Replies: 20 Views: 6,254 situation now is like in attachment. I put this:
#framemove {
margin-top: -200px;
}
in tabstyles.css.
it is not skipping the 200? what is wrong? |
Forum: HTML and CSS Sep 19th, 2007 |
| Replies: 20 Views: 6,254 #myframe
{margin-top: -200px;}
The alternative is to code a Container with the frame... so you would have...
<frame>
<div id="framecontentwrap">
</div>
</frame>
got confused because of 2... |
Forum: HTML and CSS Sep 18th, 2007 |
| Replies: 20 Views: 6,254 |
Forum: HTML and CSS Sep 18th, 2007 |
| Replies: 20 Views: 6,254 no the 200 should be in visible hiding behind the top edgde of the frame so up.
and dots is pixel |
Forum: HTML and CSS Sep 18th, 2007 |
| Replies: 20 Views: 6,254 hope fully this makes it clear |
Forum: HTML and CSS Sep 18th, 2007 |
| Replies: 20 Views: 6,254 I meant the content page needs to be skipped 200 pixels of. not the position of the frame it self. thank you. |
Forum: HTML and CSS Sep 18th, 2007 |
| Replies: 20 Views: 6,254 hello I would like the first 200 dots of iframe content to be skipped (so the iframe content top is 200 dots from the real top). it should not be able to scroll up those 200 dots. how can that be... |