Hi, I’m new to php and such things like that basically i am still learning css and xhtml but i am trying to make a website that loads my content in my div (for example a ifream loads just in the ifream when you click a link) i want to try and get an affect like that such as when i click home it will just load in “<div id=”my-div”> content </div>” part of my site and not reload anything else, here is some of the code that i am using.
I would like it to be when you click a link it loads the content just in my div (which the code for my div is bellow."panel_middle_inner")HTML Code:<div id="nav"> <ul id="main_nav"> <li class="home"><a href="#">Home</a></li> <li class="about"><a href="#">About</a></li> <li class="contact"><a href="#">Contact</a></li> <li class="portfolio"><a href="#">Portfolio</a></li> <li class="latest-work"><a href="#">Latest Work</a></li> <li class="login"><a href="#">Login</a></li> <li class="services"><a href="#">Services</a></li> </ul> </div>
THANKS IF YOU CAN HELP =D
HTML Code:<div id="colum1"> <div id="panel_tab"></div> <div id="panel_middle"> <div id="panel_middle_inner"> <p> TESTER: TESTER: TESTER: TESTER: TESTER: </p> </div> </div> </div>



Reply With Quote
Bookmarks