PDA

View Full Version : myspace html css help, navigation and text question?


star9crystal
04-07-2008, 04:59 AM
i'm doing a new myspace div overlay layout and id like to know what kind of html or css would be used to achieve an area that you can click on a navigation link and have the text area change information but not change the page, and keep the layout? i believe ive seen it before but i have no idea how to word it to look it up, for example i want to be able to click in a navigation bar "about me" and have information be in a text box or area, and be able to click "interests" and have the about me information replaced by a user written list of interests.
pleaseeeeee point me in the right direction?

Tyler W
04-07-2008, 06:59 PM
You probably saw usage of the iFrame which no one really uses (or should use in a website) anymore. However, if it's on myspace and you're not worried about having proper markup just set an iframe.

Basically you would do this:



and then for your links they'd be<a href="something" target="nameofIFRAME">link</a>

It's been a long time since I've used an iframe but I believe that's right. Check out google and type in iframe if that wasn't exactly correct. Make sure youhave frameborder=0 and border=0 so that no one can see the frames border.