Started 1 week, 2 days ago (2009-06-30 09:26:00)
by misuk11
Im trying to use the control adapter for a radiobuttonlist. There are a few examples of the other control adapters on the website, these include some sample css. The radiobuttonlist doesnt have any examples or CSS. Anyone know where i can get an example CSS to use ?
Started 1 week, 6 days ago (2009-06-26 12:17:00)
by cbspira
I've been searching for this several days - I'm hoping someone out there can help. I'm using the css friendly menu adapter on a master page. It looks fine on IE7 and Firefox. My problem is with Chrome - it only renders properly the first time the page is loaded
after launching the VWD dev server - as soon as I click on a menu item or even just reload the page the menu looks like a poor ...
Started 3 weeks ago (2009-06-19 00:07:00)
by michael_y
I am using the Css friendly adapters in VWD 2008 and in general working well I have a page that contains an Ajax Tabcontainer that uses OnClientActiveTabChanged ="loadTabPanel" to manage the loading of data into the panels In IE 7 this
renders fine and tab loading works well In an equivalent page not using the CSS Friendly adapters this renders and works fine in both IE7 and ...
Started 3 weeks ago (2009-06-18 14:11:00)
by tungdl
I got the menu displays on IE7, FF2 but on Chrome it show bad. Who can help me !!!pls
Started 3 weeks, 6 days ago (2009-06-12 14:13:56)
by SippyCup
Hey Murray. I've been searching for a way to do exactly the same thing. Judging from
what I've found, the thought you had is exactly what you have to do. See the last post in this thread on CSS Friendly's CodePlex page: http://cssfriendly.codeplex.com/Thread/View.aspx?T hreadId=15361 It would be nice if we could have something as simple as a property for a base class like Adapted="True" or "...
Started 10 months, 3 weeks ago (2008-08-20 13:11:00)
by kirilminev
I have swf file on my .aspx web page. The problem I am experiencing is that when I render the same div tag with my swf file on firefox it display as a narrow stripe as oppose to stretching the swf file along the entire page. This does not occur on IE only on firefox. Any ideas. Thank you. < br />< br /> < div style= "text-align:center" > Test
web service < Bewise:...
Started 4 weeks, 1 day ago (2009-06-10 18:43:01)
by radion_auto
Hi there, basically im having some problems with the annoying generated styles that .net puts in when using controls with the css friendly component. It seems to auto generate a load of css styles and put them in a webresource.axd file. the content of these is playing havoc with my css. I dont really want it to generate any css for me, i cant write it myself, but ill be damned if i can find ...
Started 3 weeks, 4 days ago (2009-06-14 20:31:14)
by ASchurg
Once I implemented css control adapters for the menu control, I found that I could no longer have the menu render vertically. Is there any special trick to this? Thanks.
Started 1 month ago (2009-06-09 08:53:00)
by SpongeBert
Hello, I want to display the seo menu like this: <div id="panelMenu"> <ul> <li class="done"><img src="img/een_done.jpg" alt="shirts, fabric" /><a href="Men_Fabric_DEF.html">Fabric</a></li> <li class="current"><img src="img/twee_current.jpg" alt="shirts, fabric" /><a href="Men_Design_collar_DEF.html">Design</a></li>. ..
Started 7 months, 3 weeks ago (2008-11-16 17:48:24)
by dotcomsoftware
As you say, the Menu control is supposed to post back when the NavigateUrl property is not set (see http://msdn.microsoft.com/en-us/library/system.web .ui.webcontrols.menuitem.navigateurl.aspx ). However, when it is bound to the SitemapDataSource, the Selectable property of an item with no NavigateUrl is set to false, and no
postback javascript is generated. This is not to do with the adaptor. ...