I want to use 3 DIV tags: 1) As Left Panel 2)Center Panel
3)On different page with contents
How to use 1 DIV to open 3 DIV in 2 DIV?
Is it possible?

Recommended Answers

All 3 Replies

First: this is not php but html and css
second: you can just use div's in div's

<div style='...'>
    <div style='...'>
    </div>
    <div name='a'>
    </div>
</div>

its possible, but you will need to use java script to accomplish this

Ah now I got it =D, yes with javascript it should be possible

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.