I have iframe in my page. How can i make iframe without scrollbar, but i can
scroll iframe content with mousewheel? How can i do that?
Waiting for answers. ;)
Type: Posts; User: Hyperactive; Keyword(s):
I have iframe in my page. How can i make iframe without scrollbar, but i can
scroll iframe content with mousewheel? How can i do that?
Waiting for answers. ;)
You must use php, you cant do that with html only. Simple example that i made:
<html>
<head>
<title>Iframe testing</title>
</head>
Hello.
Im using this this script from Dynamicdrive in my page.
In page i have also iframe. When i add "pop up window" code to this
script, the pop up box appears behind to iframe. Should i...
1) Script Title: Drop down/ Overlapping Content script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/overlapcontent.htm
3) Describe problem: Script works perfectly, but how i...
Thank you very much ! ;)
I have normal iframe like this;
<iframe src="next.php" widht="something" height="something" name="iframe" scrolling="no" frameborder="0">
</iframe>
How can i do that iframe shows whole ...
1) Script Title: Floating Top Bar script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/floatbar.htm
3) Describe problem: I need to get bar to bottom of the page.
How can...
<html>
<head>
<title>Testing</title>
</head>
<body>
I have very simple question about two images. When i put two images like this:
<a href="#"><img src="pic.jpg" widht="24px" height="68px" border="0" align="top"></a>
<a href="#"><img...
Thank you very much, i've searched code like this long time.
Thank you ! :)
I'm very bad in english, but i try to explain my problem as good as i can.
I'm using Iframe to include page (For example, google.) in my site.
I've tried to divs and many methods to get iframe...