Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
rfpuyana  
#1 Posted : Thursday, February 17, 2005 5:30:00 AM(UTC)
rfpuyana

Rank: Member

Groups: Member
Joined: 2/17/2005(UTC)
Posts: 1

I want to use a similar style for the Deep Tree used in the aurigma site.

Using the violet backgroud and the white line dividing each item ( with a 100% width )

I´ve added this lines to the TreeNode style

Code:
.TreeNode
{
	margin-left: -15px;
	font-size: 8pt;
	border-width: 1px;
	border-color: White;
	border-style: solid;
	/* I´ve added the properties bellow*/
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	width:100%;	

}

MY PROBLEM IS : THE 100% WIDTH WORKS PROPERLY IN INTERNET EXPLORER BUT USING MOZILLA OR NETSCAPE THE LINE WIDTH IS LONGER AS THE NODE STRING LENGHT

THANKS FOR YOUR HELP

Edited by user Monday, December 24, 2007 4:12:16 PM(UTC)  | Reason: Not specified

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.