I have use your logic like this -------------------------------------------------------- <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %>
<html> <head> <s:head theme="ajax"/> <style type="text/CSS"> .dojoTab { position : relative; float : left; padding-left : 9px; border-bottom : 1px solid #6290d2; background :silver; cursor: pointer; white-space: nowrap; z-index: 3; } .dojoTab div { display : block; padding : 4px 15px 4px 6px; background :silver; color : #333; font-size : 90%; } </style> <link rel="stylesheet" type="text/css" href="<s:url value="/struts/tabs.css"/>"> </head> <body> <table > <tr> <td> <s:tabbedPanel id="test2" theme="simple" cssStyle="width: 500px; height: 300px;" doLayout="true"> <s:div id="left" label="test1" theme="ajax" > I'm a Tab!!! </s:div> <s:div id="middle" label="test2" theme="ajax" > I'm the other Tab!!! </s:div > </s:tabbedPanel> </td> </tr> </table> </body> </html> ------------------------------------------------------- but it can not affect whats resason -- View this message in context: http://www.nabble.com/change-in-struts-tabbedpanel-style-tp15628786p15632486.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]