|
Search Tech-Forums - link takes you to our Forum's search page. Note: The following is only a text archive! To view the actual forum discussion, please visit our website at http://www.tech-forums.net Pages:1 CSS Floats and DIVs(Click here to view the original thread with full colors/images)Posted by: objecterror I have read a tutorial on div's in css, that and floats which seem to be pretty specific, i understand the basics but not much else. What i'am looking to do exactly though is, by using a layout from a website is pretty simple. Since tables/frames are messy, i want to use a float as a frame, basically a user clicks a link on my webpage, and instead of the entire page reloading, just a specified portion or div on the website opens the page. I'am a bit confused though, do i make the second webpage first and then on the main page some how direct the link to a div on the front page? or should i post the code for additional reference? Posted by: williwaw It will be a completely separate page, but all most the same as your index page. "index.html" "page1.html" "page2.html" all link to "name.css" You can not <ahref-"#"> <div> as if it were a <frame>....sorry. So completely second page...not a page that that "directs" through <div>. Hope it helps a bit. Cheers, williwaw vBulletin Copyright ©2000 - 2003, Jelsoft Enterprises Limited. PPC Management vB Easy Archive Final - Created by Xenon |