What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Hidden scroll bar

Pages: (2): « First [ 1 ] 2 » Last »
Hidden scroll bar
Author: Message:
DragonX
Full Member
***

Avatar

Posts: 226
Reputation: 10
40 / Male / –
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]
[Image: dsd-mi_616175.png]
11-11-2005 09:08 PM
Profile E-Mail PM Web Find Quote Report
Itsme-HcK
Junior Member
**

Avatar
Geek

Posts: 45
32 / Male / –
Joined: Nov 2005
RE: Hidden scroll bar
I can see the button?
Although, always exclude vars. ;) ("blaaaaa " . $var . " mooooo")
11-11-2005 09:14 PM
Profile E-Mail PM Web Find Quote Report
DragonX
Full Member
***

Avatar

Posts: 226
Reputation: 10
40 / Male / –
Joined: Aug 2005
O.P. RE: Hidden scroll bar
Ooop, ok, now it's excluded ;) And still no change.

Look at the bottom of the scrollbar, the top is fine.
[Image: dsd-mi_616175.png]
11-11-2005 09:16 PM
Profile E-Mail PM Web Find Quote Report
rav0
Veteran Member
*****

Avatar
i have an avatar

Posts: 1419
Reputation: 29
34 / Male / Flag
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] |

(\ /)
(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
Profile E-Mail PM Web Find Quote Report
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: Hidden scroll bar
Try reducing the height..
[Image: sig.png]
11-11-2005 09:23 PM
Profile PM Web Find Quote Report
DragonX
Full Member
***

Avatar

Posts: 226
Reputation: 10
40 / Male / –
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.
[Image: dsd-mi_616175.png]
11-11-2005 09:25 PM
Profile E-Mail PM Web Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
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.
Twitter: @ChrisLozeau
11-12-2005 05:02 AM
Profile PM Find Quote Report
DragonX
Full Member
***

Avatar

Posts: 226
Reputation: 10
40 / Male / –
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 ;) 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.
[Image: dsd-mi_616175.png]
11-12-2005 05:07 AM
Profile E-Mail PM Web Find Quote Report
rav0
Veteran Member
*****

Avatar
i have an avatar

Posts: 1419
Reputation: 29
34 / Male / Flag
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 ;)
chris4 posted code that also had the border attribute set, not just the same that you had with unescaped quotes.
| [Image: 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
Profile E-Mail PM Web Find Quote Report
DragonX
Full Member
***

Avatar

Posts: 226
Reputation: 10
40 / Male / –
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 ?
[Image: dsd-mi_616175.png]
11-12-2005 05:10 AM
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On