hi i'm using external CSS and javascript in xhtml and i divided my page in 2 parts (letf and right),i have listed items in left div so if i clicked any item in left's div i want to load it's content in right div.
thanks
monem 0 Newbie Poster
Recommended Answers
Jump to PostIf I understand it correctly, the left div is sort of a menu and the right div should show the corresponding content. If so, you could do it with hidden divs and a small amount of javascript to 'unhide' the div that needs to be shown.
For an example of …
All 3 Replies
Reply to this topic 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.