1 reply [Last post]
podpersonjason
Offline
newbie
florida
Last seen: 19 years 30 weeks ago
florida
Joined: 2003-11-02
Posts: 1
Points: 0

hey there.

i'm trying to replicate some frame behavoir on my site, while maintaining exclusive use of CSS for the formatting. in particular, i'm trying to make a box (presumably, a <div> element) which imports a url for its content. that way i can have a menu import different pages into the <div> w/o having to reload the entire page for each click.

anyone seen any function for importing URLs thru css?

thanks

procywolfy
Offline
Regular
Last seen: 19 years 45 weeks ago
Joined: 2003-07-21
Posts: 21
Points: 0

frame behavoir thru CSS, importing urls?

I know what you're trying to get, and I used to love doing those. I used iframes a whole lot. But now, I've realized it's better to just have it reload. Keep the menu in an external .php file, and use the php include function to load it in. That way, you only need to edit the menu once and it changes it on every page, basically.