<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>CSS Friendly Control Adapters</title><link>http://forums.asp.net/1018.aspx</link><description>Discuss the CSS Friendly Control Adapters sample project, ask questions, post bugs, etc</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Plus/Minus images disappears in IE6</title><link>http://forums.asp.net/thread/1548013.aspx</link><pubDate>Thu, 25 Jan 2007 09:30:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1548013</guid><dc:creator>topgun1986</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1548013.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1018&amp;PostID=1548013</wfw:commentRss><description>&lt;p&gt;Thanks Russ it worked PERFECTLY!&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Jimmy&lt;/p&gt;</description></item><item><title>Re: Plus/Minus images disappears in IE6</title><link>http://forums.asp.net/thread/1547020.aspx</link><pubDate>Wed, 24 Jan 2007 20:07:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1547020</guid><dc:creator>Russ Helfand</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1547020.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1018&amp;PostID=1547020</wfw:commentRss><description>&lt;p&gt;This is going to sound wacky but... please try adding the following properties to each of your two CSS rules (above):&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;font-family: Courier;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: large;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line-height: 15px;&lt;/p&gt;
&lt;p&gt;There is some subtle stuff going on here.&amp;nbsp; If my theory is right, you are running into a problem wherein IE6 is ignoring the width specified and, instead, is using the width of the actual textual content which is merely an nbsp. You can effectively fix that, however, in a standards compliant and safe way by explicitly telling the browser that you want that nbsp to have a particular size (by specifying something about its font-size and font-family).&amp;nbsp; The properties I gave above are not the only ones you could use.&amp;nbsp; You could, for example, play with a different font family or size to effectively widen or narrow the space in which the background image (the plus or minus) is drawn.&amp;nbsp; Remember, the plus/minus is merely a background to whatever space you've ultimately allocated for that area.&amp;nbsp; The plus/minus are not actually &amp;lt;img&amp;gt; tags.&amp;nbsp; So, if the browser ignores the explicit width you've given then you are obliged to force the width to be what you need it to be via making the nbsp as wide as necessary.&lt;/p&gt;
&lt;p&gt;This is, of course, uncomfortably messy but it is reality for now.&lt;/p&gt;
&lt;p&gt;If none of that works, you might play around with using position:relative on some of your classes... but that would be a guessing game and I hate to point you in that direction initially.&lt;/p&gt;
&lt;p&gt;Good luck. Best regards,&lt;/p&gt;</description></item><item><title>Plus/Minus images disappears in IE6</title><link>http://forums.asp.net/thread/1539409.aspx</link><pubDate>Fri, 19 Jan 2007 12:05:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1539409</guid><dc:creator>topgun1986</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1539409.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1018&amp;PostID=1539409</wfw:commentRss><description>&lt;p&gt;Ok this is a weird one, the CSSAdapter treeview works perfectly in IE7 and Mozilla Firefox but there's a bug in IE6.&lt;/p&gt;
&lt;p&gt;If you select a item in a node, the node and the item gets selected with the proper colors but the plus and minus images&amp;nbsp;in the node disappears so it makes it harder to see where you are.&lt;br /&gt;I don't use themes only CSS, the plus and minus images is located in the images folder.&lt;br /&gt;I have specified the location for the images in the CSS which looks like this:&lt;br /&gt;&lt;br /&gt;&lt;font color=#a31515 size=2&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;.PrettyTree&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#a31515 size=2&gt;div.AspNet-TreeView&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#a31515 size=2&gt;.AspNet-TreeView-Collapse&lt;/font&gt;&lt;/p&gt;&lt;font size=2&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;background&lt;/font&gt;&lt;font size=2&gt;: &lt;/font&gt;&lt;font color=#0000ff size=2&gt;url(../Images/minus.gif)&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;0&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;1px&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;no-repeat&lt;/font&gt;&lt;font size=2&gt;;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;width&lt;/font&gt;&lt;font size=2&gt;: &lt;/font&gt;&lt;font color=#0000ff size=2&gt;10px&lt;/font&gt;&lt;font size=2&gt;;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;margin-top&lt;/font&gt;&lt;font size=2&gt;: &lt;/font&gt;&lt;font color=#0000ff size=2&gt;1px&lt;/font&gt;&lt;font size=2&gt;;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;float&lt;/font&gt;&lt;font size=2&gt;:&lt;/font&gt;&lt;font color=#0000ff size=2&gt;left&lt;/font&gt;&lt;font size=2&gt;;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;cursor&lt;/font&gt;&lt;font size=2&gt;: &lt;/font&gt;&lt;font color=#0000ff size=2&gt;pointer&lt;/font&gt;&lt;font size=2&gt;;
&lt;p&gt;}&lt;/p&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;
&lt;p&gt;.PrettyTree&lt;/p&gt;&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#a31515 size=2&gt;div.AspNet-TreeView&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#a31515 size=2&gt;.AspNet-TreeView-Expand&lt;/font&gt;&lt;font size=2&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;background&lt;/font&gt;&lt;font size=2&gt;: &lt;/font&gt;&lt;font color=#0000ff size=2&gt;url(../Images/plus.gif)&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;0&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;1px&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;no-repeat&lt;/font&gt;&lt;font size=2&gt;;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;width&lt;/font&gt;&lt;font size=2&gt;: &lt;/font&gt;&lt;font color=#0000ff size=2&gt;10px&lt;/font&gt;&lt;font size=2&gt;;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;margin-top&lt;/font&gt;&lt;font size=2&gt;: &lt;/font&gt;&lt;font color=#0000ff size=2&gt;1px&lt;/font&gt;&lt;font size=2&gt;;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;float&lt;/font&gt;&lt;font size=2&gt;:&lt;/font&gt;&lt;font color=#0000ff size=2&gt;left&lt;/font&gt;&lt;font size=2&gt;;
&lt;p&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;cursor&lt;/font&gt;&lt;font size=2&gt;: &lt;/font&gt;&lt;font color=#0000ff size=2&gt;pointer&lt;/font&gt;&lt;font size=2&gt;;
&lt;p&gt;}&lt;br /&gt;&lt;br /&gt;In the treeview I have specified the location for the images also.&lt;/p&gt;
&lt;p&gt;What can I do to solve this bug in IE6?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Thanks in advance!&amp;nbsp;&lt;/p&gt;&lt;/font&gt;</description></item></channel></rss>