• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
CSS question and YUI
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CSS question and YUI


  • Subject: CSS question and YUI
  • From: James Cicenia <email@hidden>
  • Date: Thu, 29 Mar 2007 16:38:08 -0500

Hello -

I have been wracking my brain on why I am getting no output on this simple YUI test of mine:
Anything stand out to anyone?


- James Cicenia



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>Portfolio Intelligence // 3 Olive Solutions</TITLE>
<script type="text/javascript" src="http://10.0.1.2:8888/tos/yui/ build/treeview/treeview-debug.js"></script>
<link rel="stylesheet" type="text/css" href="http://10.0.1.2:8888/tos/ yui/build/treeview/css/code.css"></link>
<link rel="stylesheet" type="text/css" href="http://10.0.1.2:8888/tos/ yui/build/treeview/css/folders/tree.css"></link>
<script type="text/javascript" src="http://10.0.1.2:8888/tos/yui/ build/yahoo/yahoo.js"></script>
<script type="text/javascript" src="http://10.0.1.2:8888/tos/yui/ build/event/event.js"></script>


<style type="text/css">
#treewrapper {position:relative;}
#treediv {position:relative; width:250px;}
#figure1 {float:right;background-color:#FFFCE9;padding:1em;border: 1px solid grey}
.icon-ppt { padding-left: 20px; background: transparent url(http:// 10.0.1.2:8888/tos/yui/build/treeview/img/icons.png) 0 0px no-repeat; }
.icon-dmg { padding-left: 20px; background: transparent url(http:// 10.0.1.2:8888/tos/yui/build/treeview/img/icons.png) 0 -36px no-repeat; }
.icon-prv { padding-left: 20px; background: transparent url(http:// 10.0.1.2:8888/tos/yui/build/treeview/img/icons.png) 0 -72px no-repeat; }
.icon-gen { padding-left: 20px; background: transparent url(http:// 10.0.1.2:8888/tos/yui/build/treeview/img/icons.png) 0 -108px no- repeat; }
.icon-doc { padding-left: 20px; background: transparent url(http:// 10.0.1.2:8888/tos/yui/build/treeview/img/icons.png) 0 -144px no- repeat; }
.icon-jar { padding-left: 20px; background: transparent url(http:// 10.0.1.2:8888/tos/yui/build/treeview/img/icons.png) 0 -180px no- repeat; }
.icon-zip { padding-left: 20px; background: transparent url(http:// 10.0.1.2:8888/tos/yui/build/treeview/img/icons.png) 0 -216px no- repeat; }


</style>
</HEAD>
<body topmargin="0" leftmargin="0" marginwidth="0" bgcolor="#FEFEFE" marginheight="0">


	

<script>
(function(){
	var init = function() {

		//create the TreeView instance:
		var tree = new YAHOO.widget.TreeView("treediv");

		//get a reusable reference to the root node:
		var root = tree.getRoot();


var 215426= new YAHOO.widget.HTMLNode("my test", root, false, true);
215426.labelStyle = "icon-gen";



var 215425= new YAHOO.widget.TextNode("test", root, true);


tree.draw(); } YAHOO.util.Event.on(window, "load", init); })();

</script>



</body>
</HTML>
_______________________________________________
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


  • Follow-Ups:
    • Re: CSS question and YUI
      • From: Helmut Schottmüller <email@hidden>
    • Re: CSS question and YUI
      • From: Mike Schrag <email@hidden>
  • Prev by Date: Adding attributes to markup
  • Next by Date: Re: WWDC
  • Previous by thread: Re: Adding attributes to markup
  • Next by thread: Re: CSS question and YUI
  • Index(es):
    • Date
    • Thread