Bugs item #1555520, was opened at 2006-09-09 23:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1555520&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: extensions Group: 1.2 Status: Open Resolution: None Priority: 5 Submitted By: Per Ejeklint (ejeklint) Assigned to: Nobody/Anonymous (nobody) Summary: CSS error for AjaxTabbedPane Initial Comment: The accompanying CSS for AjaxTabbedPane contains 4 different styles. The fourth style, tabpanel4, does not work well, it will ruin all links contained in that tabs div. Example: div.tabpanel4 ul { height: 20px; margin: 0; padding-left: 10px; background: url( tabs4/tab_bottom.gif ) repeat-x bottom; } It's easy to fix. Just add an enclosing div.tab-row before the ul: div.tabpanel4 div.tab-row ul { height: 20px; margin: 0; padding-left: 10px; background: url( tabs4/tab_bottom.gif ) repeat-x bottom; } Repeat this for all div.tabpanel4 entries. The styles tabpanel1, tabpanel2, and tabpanel3 are all correct. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1555520&group_id=119783 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-develop mailing list Wicket-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-develop