PDA

View Full Version : question round



Vectar
April 28th, 2006, 07:26 AM
Hey everybody i got a couple of simple questions.

question 1


lets say i have a website called www.website.com i have a button named contact that link to a contact.html file so when you click it the url in the browser would say www.website.com/contact.html i dont want it to show that but i still want it to be www.website.com. i see people using this trick but dont know how to do it.

question 2

How can i make a layer scroll ?

question 3

How can i custumize scrollbars in html ?

thanks in advance for any help that i can get

bwh2
April 28th, 2006, 09:59 AM
q1: frames... ugh. btw, why do you want to do this?

q3: http://www.google.com/search?q=custom+scrollbars+html

Ankou
April 28th, 2006, 05:01 PM
I'll second the ugh for using frames! Frames = bad.

Care to explain what you're looking for a little more on question #2? I don't think I know what you're looking for.

CriTiCeRz
April 28th, 2006, 05:11 PM
Ok to make like a table/div scroll you have to make something called iFrame. iFrame example:


<iframe src="path/to/html" name="iframe" style="width: 500px; height: 500px;">
The src="" is going to be the file showed when you haven't clicked on any link.
Link to show content in the iFrame:


<a href="path/to/html" target="iframe"> </a>
You should change the blue parts. Target and name should coincide.

Custom scrollbars generator:
http://www.echoecho.com/toolcustomscroll.htm