Hey guys two questions help plz

windows

Guest
I'm wanting to do something with my website that this guy has done with this page for example:<br />
<br />
<!-- m --><a class="postlink" href="http://www.d2legit.com/uswest.php">http://www.d2legit.com/uswest.php</a><!-- m --> Click on the weapons page then bows.<br />
<br />
Notice how for the area where the items are that you can purchase there's a scroller and the viewable area of the items cuts off so you have to scroll down to see the rest? I need to know how to do this. I looked at the source but I still can't figure it out, please help guys thanks!<!--content-->Fairly simply done with an I-frame.<br />
<br />
<iframe src=http://www.htmlforums.com/archive/index.php/"items.php?rid=2" allowTransparency="true" style="visibility:hidden;" onload="this.style.visibility ='visible';" name="content" height="520" width="500" frameborder="0"></iframe><br />
<br />
Do you know how I-frames work?<!--content-->i only see one question:o <br />
<br />
anyway, if you look through the source you'll see this:<br />
<br />
<!-- content:begin --><br />
<iframe src=http://www.htmlforums.com/archive/index.php/"items.php?rid=2" allowTransparency="true" style="visibility:hidden;" onload="this.style.visibility ='visible';" name="content" height="520" width="500" frameborder="0"></iframe><br />
<!-- content:end --><br />
<br />
<br />
thats where it is.<br />
<br />
anway, its called an IFrame, you specify what page it displays and set its height and width, fairly simple to use, but not entirely browser compatible i think<br />
<br />
those guys overcharge big time.<br />
<br />
i'd give you my old vamp gaze and my 6 SOJ's for free since i dont play anymore, but i uninstalled D2 and i cant play it.<!--content-->looks like entimp beat me to it.<br />
<br />
thats what i get for multitasking and making slow replies <br />
:(<!--content-->Hey thanks a lot guys I appreciate it!<!--content-->While we纾杄 on this subject, ;) how do I (in an easy and effective way) create a tree menu like on that site?<br />
Also check out <!-- w --><a class="postlink" href="http://www.gruvsjo.com">www.gruvsjo.com</a><!-- w -->, and click one of the links on the left.<br />
Is there an easy way of acomplishing this?<br />
Thanks!<br />
:)<!--content-->that sites navigation is done in flash, but you can also do it in javascript<!--content-->Uuh.. yeah, I kind of figured, Scoutt. ;) <br />
I纾沞 seen many variants of Javascripts doing this, but I haven纾
 
Back
Top