PDA

View Full Version : Really simple css question


skurry
01-19-2003, 10:13 PM
I've been looking for the name of that cusor that's a white arrow pointing to the right whenever you hover over a link. I think I'm going to go crazy because I can't remember what it's called. Can anyone help me out?

As for the javascript pop up question.. When I have a custom-sized pop up window how do I get my scrollbars to show up if the text goes beneathe the sized window?

JustAsking
01-19-2003, 11:30 PM
I found a link with some different types of html cursors, see whether any of those are what you want.

http://www.htmlgoodies.com/beyond/css_cursors.html

Cheers...:thumbsup:

[EDIT]

Can you post the code you are using for your custom pop-up?

[\EDIT]

skurry
01-20-2003, 12:37 AM
I think the one I was looking for was e-resize but it doesn't work on the newest IE explorer, I guess.

You wouldn't happen to know about the Javascript pop-up question would you? lol..

redhead
01-20-2003, 04:17 PM
with the page inside the popup put scrolling="auto" in the body tag... that should do it...