strange behavior... using <DIV>
strange behavior... using <DIV>
- Subject: strange behavior... using <DIV>
- From: Erwin <email@hidden>
- Date: Tue, 22 Mar 2005 18:37:02 +0100
I am using successfully the 'Sliding Door' technique in my CSSs to manage headers/subheaders navtabs
I have a PageTemplate (Full Document)
which contains the Header + SubHeader + WOComponentContent
the Header is a Partial Document :
<DIV class="header">
<ul>
<li id="nav1"><WEBOBJECT NAME=HLnav1>Page1</WEBOBJECT></li>
<li id="nav2"><WEBOBJECT NAME=HLnav2>Page2</WEBOBJECT></li>
<li id="nav3"><WEBOBJECT NAME=HLnav3>Page3</WEBOBJECT></li>
</ul>
</DIV>
the SubHeader is also a Partial Document (made Dynamic as I need to get a dynamic ID ..... )
<WEBOBJECT NAME=GenericContainer1>
<ul>
<li id="navsub1"><WEBOBJECT NAME=HLsub1>SubPage1</WEBOBJECT></li>
<li id="navsub2"><WEBOBJECT NAME=HLsub2>SubPage2 </WEBOBJECT></li>
<li id="navsub3"><WEBOBJECT NAME=HLsub3>SubPage3 </WEBOBJECT></li>
<li id="navsub4"><WEBOBJECT NAME=HLsub4>SubPage4 </WEBOBJECT></li>
</ul>
</WEBOBJECT>
When my Main Page is as simple as this :
<WEBOBJECT NAME=Main_PageTemplate>
The Home Page
</WEBOBJECT>
it's running well... I can switch easily in all nav tabs in the header / subheaders
but ... If I set up my Main Page with <DIVs as following, then I cannot navigate in the tabs.... (seems not being dynamic anymore)
any tip ? :
<WEBOBJECT NAME= Main_PageTemplate >
<div class="mainWC">
<div id="leftcontent">
<div id="logo">
<IMG SRC="/images/logo.gif">
</div>
</div>
<div id="rightcontent">
The Home Page
</div>
</div>
</WEBOBJECT>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden