﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Style</title><link>http://www.intersoftsolutions.com/Community/Tags/Style/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Window Caption Bar Height</title><link>http://www.intersoftsolutions.com/Community/Tags/Style/</link><pubDate>Fri, 23 Oct 2015 07:48:56 GMT</pubDate><dc:creator>hsevand@tepum.com.tr</dc:creator><category>WebDesktop</category><category>Height</category><category>Style</category><category>window</category><category>Caption Bar</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;How can I change the height of caption bar?&lt;/p&gt;&lt;p&gt;I am using rendering mode html5 and following skin&lt;span style="font-size: 10pt;"&gt;&amp;nbsp;settings:&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;WindowSettings ContentMode="UseIFrame" ControlBox="No" enablefastwindowactivation="True" iframeallowtransparency="False" ignoreiframepadding="True" BorderType="ComplexImages" CommandButtonBorderType="ComplexImages"&amp;gt; &amp;lt;WindowStyle&amp;gt; &amp;lt;Active CssClass="dskWndAct" /&amp;gt;
 &amp;lt;Normal CssClass="dskWndNrml" /&amp;gt;
 &amp;lt;/WindowStyle&amp;gt;
 &amp;lt;CaptionStyle&amp;gt;
 &amp;lt;Active CssClass="dskCptAct" /&amp;gt;
 &amp;lt;Normal CssClass="dskCptNrml" /&amp;gt;
 &amp;lt;/CaptionStyle&amp;gt;
 &amp;lt;CaptionButtonStyle&amp;gt;
 &amp;lt;Active CssClass="dskCptButAct" /&amp;gt;
 &amp;lt;Over CssClass="dskCptButOvr" /&amp;gt;
 &amp;lt;Normal CssClass="dskCptButNrml" /&amp;gt;
 &amp;lt;/CaptionButtonStyle&amp;gt;
 &amp;lt;CommandButtonStyle&amp;gt;
 &amp;lt;Normal CssClass="dskCmdButNrml" /&amp;gt;
 &amp;lt;Over CssClass="dskCmdButOvr" /&amp;gt;
 &amp;lt;Active CssClass="dskCmdButAct" /&amp;gt;
 &amp;lt;/CommandButtonStyle&amp;gt;
 &amp;lt;CommandButtonDisabledStyle CssClass="dskCmdButDis" /&amp;gt;
 &amp;lt;ContainerStyle CssClass="dskContainer" /&amp;gt;
 &amp;lt;/WindowSettings&amp;gt;

&amp;lt;ImagesSettings CaptionRightInactive="o7/right_inactive.gif" CaptionLeftInactive="o7/left_inactive.gif" CloseOver="o7/close_over.gif" ButtonCenterOver="o7/button_center_over.gif" ButtonLeftActive="o7/button_left_active.gif" ButtonRightActive="o7/button_right_active.gif" MaximizeActive="o7/max_active.gif" RestoreOver="o7/restore_over.gif" CaptionRightActive="o7/right_active.gif" CloseActive="o7/close_active.gif" ButtonLeftOver="o7/button_left_over.gif" RestoreActive="o7/restore_active.gif" MaximizeInactive="o7/max_inactive.gif" ButtonRightInactive="o7/button_right_normal.gif" RestoreInactive="o7/restore_inactive.gif" ButtonLeftInactive="o7/button_left_normal.gif" ButtonCenterInactive="o7/button_center_normal.gif" MaximizeOver="o7/max_over.gif" MinimizeInactive="o7/min_inactive.gif" CloseInactive="o7/close_inactive.gif" ButtonCenterActive="o7/button_center_active.gif" CaptionCenterInactive="o7/center_inactive.gif" MaximizeDown="o7/max_down.gif" RestoreDown="o7/restore_down.gif" MinimizeDown="o7/min_down.gif" CaptionCenterActive="o7/center_active.gif" ButtonRightOver="o7/button_right_over.gif" CaptionLeftActive="o7/left_active.gif" MinimizeOver="o7/min_over.gif" CloseDown="o7/close_down.gif" MinimizeActive="o7/min_active.gif" /&amp;gt; &lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;span style="font-size: 10pt;"&gt;and my css is as follows:&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;.dskWndAct
{
 border-style: solid;
 border-color: Black;
 border-top-width: 0px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 height: 100%;
 background-color: White;
}

.dskWndNrml
{
 border-style: solid;
 border-top-width: 0px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-color: Black;
 font-size: 9pt;
 font-family: Segoe UI,Tahoma;
 background-color: White;
 overflow: auto;
 border-width: 1px;
 height: 100%;
}

.dskCptAct
{
 color: #15428B;
 font-family: Segoe UI,Tahoma;
 font-weight: bold;
 font-size: 9pt;
 padding-top: 3px;
}
.dskCptNrml
{
 color: Gray;
 font-size: 10pt;
 font-family: Segoe UI,Tahoma;
 cursor: default;
 padding-top: 3px;
 padding-left: 2px;
 padding-bottom: 2px;
 padding-right: 2px;
}
.dskCptButAct
{
 border-top-color: Gray;
 border-left-color: Gray;
}
.dskCptButOvr
{
 border-bottom-color: Gray;
 border-right-color: Gray;
}
.dskCptButNrml
{
 overflow: hidden;
 position: relative;
}&lt;/pre&gt;&lt;p&gt;&amp;nbsp;With these settings my caption buttons (minimize, maximize and close buttons) seems weird as you see in the attached image. If I change the style as follows and change the height of the div that contains centre_active.gif as a background from ie developer tools than it seems good.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;pre&gt;.dskWndAct
{
 border-style: solid;
 border-color: Black;
 border-top-width: 0px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 height: 100%;
 background-color: White;
 &lt;span style="background-color: rgb(255, 255, 0);"&gt;top: 4px !important;&lt;/span&gt;
}

.dskWndNrml
{
 border-style: solid;
 border-top-width: 0px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-color: Black;
 font-size: 9pt;
 font-family: Segoe UI,Tahoma;
 background-color: White;
 overflow: auto;
 border-width: 1px;
 height: 100%;
 &lt;span style="background-color: rgb(255, 255, 0);"&gt;top: 4px !important;&lt;/span&gt;
}

.dskCptAct
{
 color: #15428B;
 font-family: Segoe UI,Tahoma;
 font-weight: bold;
 font-size: 9pt;
 padding-top: 3px;
 &lt;span style="background-color: rgb(255, 255, 0);"&gt;height: 28px !important;&lt;/span&gt;
}
.dskCptNrml
{
 color: Gray;
 font-size: 10pt;
 font-family: Segoe UI,Tahoma;
 cursor: default;
 padding-top: 3px;
 padding-left: 2px;
 padding-bottom: 2px;
 padding-right: 2px;
 &lt;span style="background-color: rgb(255, 255, 0);"&gt;height: 28px !important;&lt;/span&gt;
}
.dskCptButAct
{
 border-top-color: Gray;
 border-left-color: Gray;
}
.dskCptButOvr
{
 border-bottom-color: Gray;
 border-right-color: Gray;
}
.dskCptButNrml
{
 overflow: hidden;
 position: relative;
 &lt;span style="background-color: rgb(255, 255, 0);"&gt;top: 4px;&lt;/span&gt;
}

--------------------

&amp;lt;div nowrap="" style='left: 7px; top: 0px; &lt;span style="background-color: rgb(255, 255, 0);"&gt;height: 29px;&lt;/span&gt;right: 7px; bottom: 0px; position: absolute; background-image: url("/Rhapsody.Web.UI.Presenter/ISRes.axd?D/o7.center_active.gif"); background-repeat: repeat-x;'&amp;gt;&lt;/pre&gt;&lt;p&gt;How can I change the height of caption bar to solve my problem? Or can you suggest any other solution then changing height to solve weird view of caption bar buttons.&lt;/p&gt;</description></item><item><title>How do I style a child table in a webgrid</title><link>http://www.intersoftsolutions.com/Community/Tags/Style/</link><pubDate>Thu, 09 Jun 2011 10:04:33 GMT</pubDate><dc:creator>neil.turner@ntd.co.uk</dc:creator><category>WebGrid</category><category>Style</category><category>child</category><category>border</category><description>&lt;p /&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;I'm trying to style the child tables in a webgrid and have got so far but have hit brick walls.&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;Could you take a look at the attached image and let me know how i can achieve losing vthe empty columns at the left and right and putting a border along the bottom (green)&lt;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;&lt;img src="http://www.ntd.co.uk/images/webgrid.png" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /&gt; &lt;/p&gt;
&lt;p /&gt;</description></item><item><title>How to style a child table on a webgrid</title><link>http://www.intersoftsolutions.com/Community/Tags/Style/</link><pubDate>Thu, 09 Jun 2011 10:02:11 GMT</pubDate><dc:creator>neil.turner@ntd.co.uk</dc:creator><category>WebGrid</category><category>Style</category><category>child</category><category>border</category><description>&lt;p&gt;I'm trying to style the child tables in a webgrid and have got so far but have hit brick walls.&lt;/p&gt;
&lt;p&gt;Could you take a look at the attached image and let me know how i can achieve losing vthe empty columns at the left and right and putting a border along the bottom (green)&lt;img src="http://www.ntd.co.uk/images/webgrid.png" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /&gt;&lt;/p&gt; </description></item><item><title>custom css width not working under ie8</title><link>http://www.intersoftsolutions.com/Community/Tags/Style/</link><pubDate>Fri, 03 Dec 2010 11:28:20 GMT</pubDate><dc:creator>lybax</dc:creator><category>WebCombo</category><category>IE8</category><category>Style</category><category>Width</category><category>css</category><category>class</category><category>size</category><category>hard coded</category><category>hardcoded</category><category>FrameStyle</category><description>&lt;p&gt;Hi there!&lt;/p&gt;
&lt;p&gt;As IS WebCombo does not provide a CssClass in the main control, as overriding LayoutSettings styles (e.g. FrameStyle) using CssClass breaks the default design, we decided to set WebCombo.Width to 100% and define the actual (expected) width in a parent div element. &lt;/p&gt;
&lt;p&gt;This solution (workaround) was rather satisfying on IE7 and FF (a bit less), but is not working anymore on IE8. Setting Width="100%" displays the WebCombo with a size of 150px. Without setting the Width, its size is 200px (hardcoded in inner controls!!!).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;So my question is: What can I do?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Why is the WebCombo designed with hardcoded style (absolute, width, font-size)?&lt;/li&gt;&lt;li&gt;Why isn't there any way to properly override style using css class without breaking default style and without redefining all default style?&lt;/li&gt;&lt;li&gt;Some default css class are available (e.g. WC4-F-N), but not on all div: why?&lt;/li&gt;&lt;li&gt;Why is the WebCombo HTML structure (div elements) so weird and complicated?&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;I'm scratching my head for hours finding a "workable" bastard solution using "!important" css keyword everywere I can, in order&amp;nbsp;to ignore IS hardcoded style (e.g. width:auto !important; height:inherit !important), but I'm stuck&amp;nbsp;in this poor design...&amp;nbsp;please help me!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt"&gt;&amp;lt;DIV id="wcTest_f" &lt;strong&gt;class="WC4-F-N"&lt;/strong&gt; style="POSITION: relative; &lt;strong&gt;WIDTH: 200px&lt;/strong&gt;; FLOAT: left; VERTICAL-ALIGN: middle; OVERFLOW: hidden"&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt"&gt;&amp;lt;DIV id="wcTest_search" &lt;strong&gt;class="WC4-DD-N"&lt;/strong&gt; hideFocus style="TEXT-ALIGN: center; FILTER: ; FLOAT: right; OVERFLOW: hidden; opacity: 1; MozOpacity: 1; KhtmlOpacity: 1"&amp;gt;&amp;lt;/DIV&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt"&gt;&amp;lt;DIV hideFocus style="&lt;strong&gt;POSITION: absolute&lt;/strong&gt;; FONT-FAMILY: Webdings; COLOR: black; &lt;strong&gt;FONT-SIZE: 9pt&lt;/strong&gt;; OVERFLOW: hidden; TOP: 0px; CURSOR: default; RIGHT: 1px"&amp;gt;6&amp;lt;/DIV&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt"&gt;&amp;lt;DIV style="&lt;strong&gt;WIDTH: 179px; HEIGHT: 18px&lt;/strong&gt;; OVERFLOW: hidden"&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt"&gt;&amp;lt;INPUT id="wcTest_text" &lt;strong&gt;class="WC4-TB-N" &lt;/strong&gt;style="PADDING-LEFT: 2px; &lt;strong&gt;WIDTH: 100%"&lt;/strong&gt;&amp;nbsp; name="wcTest_text" autocomplete="off" value="" /&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt"&gt;&amp;lt;/DIV&amp;gt;&amp;lt;/DIV&amp;gt;&lt;/span&gt; &lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt"&gt;&amp;lt;TABLE style="DISPLAY: none" id="wcTest_udata"&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt"&gt;&amp;lt;TBODY&amp;gt;&amp;lt;TR &lt;strong&gt;class="WC4-Row-N"&lt;/strong&gt; dataValue="Col1Row1"&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt"&gt;&amp;lt;TD style="&lt;strong&gt;WIDTH: 200px"&lt;/strong&gt; &lt;strong&gt;class="WC4-C" &lt;/strong&gt;noWrap="noWrap"&amp;gt;&amp;lt;NOBR&amp;gt;Col1Row1&amp;lt;/NOBR&amp;gt;&amp;lt;/TD&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt"&gt;&amp;lt;/TR&amp;gt;&lt;/span&gt;&lt;span style="font-size: 8pt"&gt;&amp;lt;/TBODY&amp;gt;&amp;lt;/TABLE&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;We are working on a project for more than a year using IS solution and we still hope there will be a clean solution for all our workaround we needed. And I'm not talking about WebGrids...&lt;/p&gt;

&lt;p&gt;This becomes URGENT! &lt;/p&gt;
&lt;p&gt;Thank you for your feedback and help.&lt;/p&gt;
&lt;p&gt;Nico&lt;/p&gt;</description></item><item><title>Font problem when changing style on row and cell</title><link>http://www.intersoftsolutions.com/Community/Tags/Style/</link><pubDate>Mon, 28 Jun 2010 10:07:36 GMT</pubDate><dc:creator>david.ahlen</dc:creator><category>Style</category><category>webgrid 7</category><category>Font</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I found what seems to be an issue with the font in the grid. &lt;/p&gt;
&lt;p&gt;When changing the style of a row and a cell programmatically the text does not get the correct font. Instead of the font used in the WebGrid it gets the standard font of the page.&lt;/p&gt;
&lt;p&gt;As an example:&lt;/p&gt;&lt;pre&gt;&lt;pre&gt;&amp;lt;style type="text/css"&amp;gt;
body { font-family: Monospace; }
&amp;lt;/style&amp;gt;

&amp;lt;ISWebGrid:WebGrid ID="WebGrid1" runat="server" DefaultStyleMode="Silver"
    UseDefaultStyle="true"&amp;gt;
&amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;&lt;/pre&gt;
&lt;p&gt;And in code behind:&lt;/p&gt;&lt;pre&gt;&amp;nbsp;&lt;pre&gt;bool isEvenRow = true;

void WebGrid1_InitializeRow(object sender, RowEventArgs e)
{
	if (isEvenRow)
                e.Row.Style.BackColor = System.Drawing.Color.LightGray;

	bool isEvenColumn = true;
	foreach (WebGridCell cell in e.Row.Cells)
	{
 	   if (isEvenRow &amp;amp;&amp;amp; isEvenColumn)
                    cell.Style.BackColor = System.Drawing.Color.Yellow;

	   isEvenColumn = !isEvenColumn;
	}

      	isEvenRow = !isEvenRow;
}&lt;/pre&gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;This example will change the background color of every even row (gray) and every even cell (yellow). At least for me the yellow cells will have Monospace as font while the rest of the cells will have the WebGrid font.&lt;/p&gt;
&lt;p&gt;Is there a solution to this?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;</description></item><item><title>WebCombo layout issue</title><link>http://www.intersoftsolutions.com/Community/Tags/Style/</link><pubDate>Mon, 11 Jan 2010 09:16:31 GMT</pubDate><dc:creator>lybax</dc:creator><category>WebCombo</category><category>Style</category><category>Width</category><category>css</category><category>class</category><category>layout</category><category>DoResize</category><description>&lt;p&gt;2 questions (use attached txt file = aspx for demo):&lt;/p&gt;
&lt;p&gt;1. As there is no CssClass property on WebCombos, I need to set the Width="100%" on WebCombos in order to be able to define the width in the stylesheet.&lt;/p&gt;
&lt;p&gt;e.g. &lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&amp;lt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;div&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;style&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;="&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;width&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;400px&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;"&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;is&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;WebCombo&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;ID&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;="WebCombo2"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;runat&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;="server"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;UseDefaultStyle&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;="True"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;Width&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;="100%"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt;&lt;span style="font-size: 13px; color: #c0c0c0"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&amp;lt;/&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;&lt;span style="font-size: 13px; color: #ff0000"&gt;div&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&lt;span style="font-size: 13px; color: #0080ff"&gt;&amp;gt; 

&lt;/span&gt;&lt;/span&gt;When I do so, the WebCombo's width shrinks on mouse over!!!&amp;nbsp; 

&lt;p&gt;Do you have any other solution to avoid this using style?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;2. I had the same kind of layout issue as &lt;a href="http://www.intersoftpt.com/Community/WebCombo/Webcombo-inside-Webtab/"&gt;http://www.intersoftpt.com/Community/WebCombo/Webcombo-inside-Webtab/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;using a javascript collapsible panel (style.display = 'block' / 'none') containing WebCombos, resulting in unsuable WebCombos...&lt;/p&gt;
&lt;p&gt;However, the "solution" provided looks more like a work-around than a real fix and this kind of issue is definitely a bug for me as I still need to use javascript DoResize method to fix it.&lt;/p&gt;
&lt;p&gt;Do you have any other solution allowing me to use my collapsible panel without calling DoResize() on each WebCombo?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>Styling a SpellChecker</title><link>http://www.intersoftsolutions.com/Community/Tags/Style/</link><pubDate>Sun, 08 Nov 2009 19:04:03 GMT</pubDate><dc:creator>ewoudt@counton.com.au</dc:creator><category>Style</category><category>SpellChecker</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thanks in advance for any help,&lt;/p&gt;
&lt;p&gt;I'm sorry if this is an obvious question, i'm new at using intersoft :-)&lt;/p&gt;
&lt;p&gt;I have a need to change the z-index of the spellchecker and some other styles, does anybody know how i can go about this?&lt;/p&gt;</description></item><item><title>Is there any problem with Multiline columns in Firefox</title><link>http://www.intersoftsolutions.com/Community/Tags/Style/</link><pubDate>Wed, 07 Oct 2009 07:47:53 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>WebGrid</category><category>Firefox</category><category>Style</category><description>I am not able to render multiline columns correctly in FF. According to my design i put width in pixels for all columns except last one. Last one is not given any width. AutoFitColumns are enabled and isautowidth=true is set on last column. All other columns are left as it is. What i could find was that the multilines are appearing, however each line&amp;nbsp; is clipped of, say a 30% of each line in the column. In short eventhough i can see it as multiline, length of data is reduced. See the screenshots. The PNG image will show show you the clipped part of the original text. And the problem doesnt occure in IE7. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description></item></channel></rss>