• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with 2 divs embedded within the other.

 
Ranch Hand
Posts: 421
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello I have some tags you will not recognize in html, however, it does work when I load it from my editor/processor (the tags that seem foreign). My main problem is that I have a div called wrap containing both menu and content divs. These divs has classes called panel and panel content (menu has panel content/content has no content class associated with it.) My main problem is that I cannot get the div called content to appear in the correct position when juxtaposed with menu. The only thing I can do to make it display properly is to put an absolute tag on it. I would like to see about changing something in another manner, other than absolute to force that div to display its text at the top of the div. Any comments appreciated -- including redesigning the divs, Kinda Stuck Right Now, Thank You, Michele P.S. the panel css goes with the divs, the whole thing is a non-java based approach to expand-collapse which is mentioned here: http://www.richnetapps.com/javascript-animated-collapsible-panels-without-frameworks/

 
reply
    Bookmark Topic Watch Topic
  • New Topic