Link to home
Start Free TrialLog in
Avatar of SaiRajeshShashi
SaiRajeshShashi

asked on

Overlapping tabs asp.net css

Hi

I am developing asp:menu driven tabs in css. I have been able to develop round tabs without overlapping is it possible to develop overlapping tabs dynamically with asp:menu a shown below.
<div class="AspNet-Menu-BeginTag-Horizontal AspNet-Menu-Horizontal">
			<ul class="AspNet-Menu">
				<li class="AspNet-Menu-Leaf AspNet-Menu-Leaf-StartTab">
					<a href="/FinanceHome.aspx" class="AspNet-Menu-Link" title="Finance Home Page">
						Finance Home</a>
				</li>
				<li class="AspNet-Menu-Leaf AspNet-Menu-OnlyLeaf">
					<a href="/AccountPaymentSearch.aspx" class="AspNet-Menu-Link" title="Account Payment Search Page">
						Account Payment Search</a>
				</li>
				<li class="AspNet-Menu-Leaf AspNet-Menu-BeforeSelectedTab ">
					<a href="/BatchAdmin.aspx" class="AspNet-Menu-Link" title="Batch Admin Page">
						Batch Admin</a>
				</li>
				<li class="AspNet-Menu-Leaf  AspNet-Menu-Selected">
					<a href="/SuspenceAdmin.aspx" class="AspNet-Menu-Link  AspNet-Menu-Selected" title="Suspence Admin Page">
						Suspence Admin</a>
				</li>
				<li class="AspNet-Menu-Leaf AspNet-Menu-NextToSelectedTab">
					<a href="/BatchCreation.aspx" class="AspNet-Menu-Link" title="Batch Creation Page">
						Batch Creation</a>
				</li>
				<li class="AspNet-Menu-Leaf AspNet-Menu-Leaf-EndTab">
					<a href="/BatchUpload.aspx" class="AspNet-Menu-Link" title="Batch Upload Page">
						Batch Upload</a>
				</li>
			</ul>
 
	</div>

Open in new window

menu.jpg
Avatar of MrAgile
MrAgile
Flag of Australia image

hi,

The answer is yes. Have a look at this resource. http://www.cssplay.co.uk/

Sean
Avatar of SaiRajeshShashi
SaiRajeshShashi

ASKER

HI MrAgile

i cant find it on the site can you please provide a link.

thanks
ASKER CERTIFIED SOLUTION
Avatar of MrAgile
MrAgile
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial