Hidden scroll bar |
Author: |
Message: |
DragonX
Full Member
![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif)
![Avatar](avatar.php?uid=49728-8441)
Posts: 225 Reputation: 10
41 / / –
Joined: Aug 2005
|
O.P. Hidden scroll bar
Alright, so i'm building my site right now and i just noticed that the lower button of my scrollbar is hidden. That page (which has the scollbar) is in an iFrame declared like so:
code: <iframe name=\"none\" width=\"800\" height=\"420\" frameborder='0' src='$link.php' />
Anyone know why it's doing that ?
Here's what i mean (visually)
![[Image: scrollBar.png]](http://i20.photobucket.com/albums/b216/theduke141/Forum%20Pics/scrollBar.png)
|
|
11-11-2005 09:08 PM |
|
![](images/pixel.gif) |
Itsme-HcK
Junior Member
![*](images/star.gif) ![*](images/star.gif)
![Avatar](http://aart.mine.nu/Fred_Feuerstein.jpg)
Geek
Posts: 45
33 / / –
Joined: Nov 2005
|
RE: Hidden scroll bar
I can see the button?
Although, always exclude vars. ![;)](images/smilies/msn_wink.gif) ("blaaaaa " . $var . " mooooo")
|
|
11-11-2005 09:14 PM |
|
![](images/pixel.gif) |
DragonX
Full Member
![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif)
![Avatar](avatar.php?uid=49728-8441)
Posts: 225 Reputation: 10
41 / / –
Joined: Aug 2005
|
O.P. RE: Hidden scroll bar
Ooop, ok, now it's excluded ![;)](images/smilies/msn_wink.gif) And still no change.
Look at the bottom of the scrollbar, the top is fine.
|
|
11-11-2005 09:16 PM |
|
![](images/pixel.gif) |
rav0
Veteran Member
![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif)
![Avatar](avatar.php?uid=24993)
i have an avatar
Posts: 1418 Reputation: 29
35 / / ![Australia Flag](images/flags/au.png)
Joined: Aug 2003
|
RE: Hidden scroll bar
Can we see the site?
I have noticed that the first three attributes have their values inside quotation marks, while the last two are quoted with apostrophes(?). I don't think that this is the cause of the scroolbar hiding though.
| ![[Image: dorsh]](http://tinyurl.com/dorsh) |
(\ /)
(O.o)
(> <)
This is Bunny. Copy Bunny into your signature to help him on his way to world domination
|
|
11-11-2005 09:21 PM |
|
![](images/pixel.gif) |
hmaster
Senior Member
![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif)
![Avatar](http://h-master.net/as/av.png)
Posts: 712 Reputation: 24
33 / / ![United Kingdom Flag](images/flags/gb.png)
Joined: Nov 2004
|
RE: Hidden scroll bar
Try reducing the height..
|
|
11-11-2005 09:23 PM |
|
![](images/pixel.gif) |
DragonX
Full Member
![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif)
![Avatar](avatar.php?uid=49728-8441)
Posts: 225 Reputation: 10
41 / / –
Joined: Aug 2005
|
O.P. RE: Hidden scroll bar
i can't show it yet cuz it's not online - i'm running it local, Once i figure out how to use my db on louhab.com, i'll upload it.
Changed em, just in case, but yur right, no change.
|
|
11-11-2005 09:25 PM |
|
![](images/pixel.gif) |
Chris4
Elite Member
![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif)
![Avatar](http://lozeau.co.uk/avatar/avatar.php/plus.png)
Posts: 4460 Reputation: 84
33 / / ![United Kingdom Flag](images/flags/gb.png)
Joined: Dec 2004
|
RE: Hidden scroll bar
Can't you use this?
code: <iframe name="i1" src="$link.php" width="800" height="420" border="0" frameborder="0"></iframe>
Sorry if i've got the wrong idea.
|
|
11-12-2005 05:02 AM |
|
![](images/pixel.gif) |
DragonX
Full Member
![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif)
![Avatar](avatar.php?uid=49728-8441)
Posts: 225 Reputation: 10
41 / / –
Joined: Aug 2005
|
O.P. RE: RE: Hidden scroll bar
quote: Originally posted by chris4
Can't you use this?
code: <iframe name="i1" src="$link.php" width="800" height="420" border="0" frameborder="0"></iframe>
Sorry if i've got the wrong idea.
It would work for HTML, but not in PHP. that's why u need either \" or just ' or else php won't parse it right and it will give ya errors ![;)](images/smilies/msn_wink.gif) But thx anyway
quote: Originally posted by hmaster
Try reducing the height..
That didn't work either - for some reason, which has me all puzzled, for something as stupid and simple as a scrollbar
This post was edited on 11-12-2005 at 05:07 AM by DragonX.
|
|
11-12-2005 05:07 AM |
|
![](images/pixel.gif) |
rav0
Veteran Member
![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif)
![Avatar](avatar.php?uid=24993)
i have an avatar
Posts: 1418 Reputation: 29
35 / / ![Australia Flag](images/flags/au.png)
Joined: Aug 2003
|
RE: RE: RE: Hidden scroll bar
quote: Originally posted by DragonX
quote: Originally posted by chris4
Can't you use this?
code: <iframe name="i1" src="$link.php" width="800" height="420" border="0" frameborder="0"></iframe>
Sorry if i've got the wrong idea.
It would work for HTML, but not in PHP. that's why u need either \" or just ' or else php won't parse it right and it will give ya errors ![;)](images/smilies/msn_wink.gif)
chris4 posted code that also had the border attribute set, not just the same that you had with unescaped quotes.
| ![[Image: dorsh]](http://tinyurl.com/dorsh) |
(\ /)
(O.o)
(> <)
This is Bunny. Copy Bunny into your signature to help him on his way to world domination
|
|
11-12-2005 05:09 AM |
|
![](images/pixel.gif) |
DragonX
Full Member
![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif)
![Avatar](avatar.php?uid=49728-8441)
Posts: 225 Reputation: 10
41 / / –
Joined: Aug 2005
|
O.P. RE: Hidden scroll bar
quote: Originally posted by rav0
chris4 posted code that also had the border attribute set, not just the same that you had with unescaped quotes.
Oooh - now i never thought of that, what's the dif anyways ?
|
|
11-12-2005 05:10 AM |
|
![](images/pixel.gif) |
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|