Log in

View Full Version : How to link between CSS column layout



VBR
04-24-2008, 03:27 PM
Hello.

I am trying to do a web page. I have a index.htm page with CSS left layout from Dymanic Drive.com, I put the menu links inside left column , always in view, example first link , second link, third link and so on. And some “Welcome text” in the right column. I have same other archives like first.htm, second.htm etc.

My questions are 1 “ How can I get to load my first_text.htm (archive) into the right column when I click on the link first in the left column?” ; then I want to change and load the second_text.htm and so on.

And 2: What is going to happen when I click on the back arrow in the navigator (firefox o IE) menu, what I’ll get the last view page or the welcome page? Could I get the last view?

I use the web editor Komposer 0.7, and your beatyful CSS code vertical menu accordion. And I don’t know how to do it, although I tried everything in the link menu. All I get is to load a web page test without CSS layout column.

Well I am a beginner, I don’t know anything code and I don’t speak English.( I write this with dictionarys, however I can understand and read), Well , Please give me some help with the first question., I would greatly appreciate it.

Is there an easy way like cut and paste code I could do ?

I find this in internet http://www.webmasterworld.com/css/3021278.htm but It doesn’t work?? If so where I put it?

He says: The link doesn't -have- to point to a whole new page, it's just easier that way. There is a way using javascript to replicate the target attribute in the same way as you want (sidenote: as at xHTML 1.0, the target attribute has been deprecated) as in, the functionality of frames.
<a href='first.htm' onclick="document.getElementById('div_name').innerHTML = 'this.href;return false;">first</a>
<div id="div_name">replacable content here</div>

Thanks a lot
VBR