View Full Version : css layouts! help!!


silvertail
08-24-2006, 10:52 PM
ok can you target the right part of the css layout to change and every thing else to stay the same like in frames?
ex.
in this page http://www.geocities.com/skypieagrandline/test2.html i would like the right part , or the part that still has the basics words in it, to have this in it

http://www.geocities.com/skypieagrandline/testluffy2.html

THX!!

J to the izzosh
08-24-2006, 11:15 PM
You could easily position content in that area using an element like a div. However, to dynamically update that content without loading the rest of the page would require advanced techniques such as AJAX (http://www.xml.com/pub/a/2005/02/09/xml-http-request.html). Without it, you will have to rely on frames for the same functionality. Otherwise, just try to design your pages so they are small and agile, that way having to reload the rest of the page to display new content won't be an inconvenience for the user.

silvertail
08-25-2006, 01:09 AM
alright, thx