AJAX :: Rounded Corners Bug In Firefox?

Jul 13, 2010

I ran across a bug with the asp:RoundedCornersExtender when viewing in Firefox. Sometimes there will be a gap between the top of and the body of the panel. There are a few posts out there about using the solution

[URL] here, but the problem is my hosting account (GoDaddy) won't allow the PrettyUI.dll file to run. Is there any other solution to using the dll file? The source code is available - but I'm not familiar with how I'd go about using the source files in place of the DLL...

[Code]....

View 1 Replies


Similar Messages:

VS 2005 AJAX Rounded Corners Antialiasing

May 3, 2010

When using the rounded corners app in Ajax the corners are bad shaped. I have found this article from Matt Berseth using antialiasing. But I need code I can use for commercial use, do you have any good ideas for solving my problem? I need code for vb.net applications [URL]

View 3 Replies

AJAX :: Rounded Corners Extender Not Working In IE

Jun 17, 2013

My Asp site does not support some version of IE and chrome. however its working fine on all version of firefox.

What could be the solution that my site function on all version of IE.

I have used round corner extender on textbox and dropdownlist so some version of IE does not show data in dropdown where i applied round corner extender.

View 1 Replies

AJAX :: Rounded Corners Exentnder On A Master Page?

Feb 3, 2010

I have master page with a rounded corners extender that is not working.

Not sure why. should it work on a master page? Is there anything I need to do to the page that is using the master page?

Here is my master page .aspx

[Code]...

View 1 Replies

Web Forms :: Menu Control Rounded Corners?

Jul 26, 2010

Yet another post regarding rounded upper corners on an ASP.NET 3.5 horizontal menu control. I've done a day and a half of Googling.Found this link http://forums.asp.net/p/1582204/3989473.aspx. It looked promising but didn't pan out.I got pretty close with some experimenting but it isn't quite there. Could really use some insight or a general agreement that it just can't be done within our constraints.The project is an ASP.NET 3.5 web app. For reasons that are too lengthy to go into here, theoption of using the AJAX tab container has already been examined and rejected. Due to the customer's requirements, we will need to proceed with a menu control set to horizontal display with 2 levels showing. The customer would like to see rounded edges on the top of the menu elements so they have the appearance of tabs. In our corporate-controlled environment, we have as our options the AJAX Control Toolkit, css,

[code]...

View 4 Replies

Data Controls :: GridView With Rounded Corners

Apr 17, 2013

I have a GridView rounded corners. I tried this.. [URL] ..... But it did not work, there was a protuding border towards the right handside.

View 1 Replies

Draw Image With Rounded Corners / Border And Gradient Fill In C#

Dec 1, 2010

I've looked everywhere and googled everything and couldn't find anything good. What I need is a class that is able to draw an image (graphics) with rounded corners (different on each corner is a plus) with a border and gradient fill.

All the examples I find have some flaws (like bad quality, missing functionality etc).

I will use this with a ashx that will draw the image and then show it to the user.

View 2 Replies

JQuery :: Apply Rounded Corners And Drop Shadow Style On A Box?

Mar 5, 2011

how i can apply rounded corners and drop shadow style on a box with jQuery?

View 1 Replies

AJAX :: To Rounde Corners As Expected

Apr 27, 2010

I'm using roundedcorner extender for panel.following is code,

[Code]....

If I change div backcolor to silver and panel backcolor to white it does not rounded corners as expected. I have uploaded pics at,http://www.flickr.com/photos/40036203@N04/4556755957/.

View 3 Replies

AJAX :: Rounded Control Css Not Working?

Dec 6, 2010

I was trying to use Ajax rounded corner control. When I set properties for panel from theme folder css file it was not working. If i provide from server control it is ok. Why it is like that?

View 1 Replies

AJAX :: Rounded Corner Extender In Datalist?

Feb 12, 2010

I have a datalist which contains only the image button.I want to add rouned corner to this image.So i have used rounded corner extender for image button.But still no rounded corner,but there was no bug.

View 5 Replies

AJAX :: Using Rounded Corner Control With User Controls?

Jan 16, 2011

I have created the user control and i am showing it dynamically on the page load event. There will be about 10-15 instance of that user control.

How can i use the ajax rounded control with all the instances of the user control?

In the user control, there is one Div and inside the div there is one place holder which has got few text boxes and label controls.

View 1 Replies

JQuery :: Decimal Is Rounded Somewhere Between Ajax Call And Request.form?

Feb 15, 2011

I have an ajax call on a page which POSTS data: longitude and latitude. In the Javascript the two variables I pass in "posLong" and "posLat" are both decimals, something like: 50.81472239. When I do request.form in my .aspx.vb page which I've called, the value has now been rounded to 51.

View 4 Replies

AJAX :: Rounded Corner Button Error / "htmlfile: Unexpected Call To Method Or Property Access"

Jan 6, 2011

I am trying to use Rounded Corner buttons in my ASP.NET website using AjaxControlToolkit's RoundedCornerExtender. When I use this on a Buton control, I get an error saying "htmlfile: Unexpected call to method or property access" to which I can Break/continue.

When I run the sites, it gives me an error "Unexpected call to mathod or property access".Here's the screenshot:

http://img29.imageshack.us/img29/7051/roundedcornersp.png

View 1 Replies

Curvey Corners Not Working With UpdatePanel On IE

Mar 7, 2011

I am loading the calendar inside the update panel. when the page loads, the calendar renders the day events for current month.

Curvery corners works fine on Firefox, Chrome and Safari even after the page load but not on IE.
here is the code:

<script type="text/javascript">
Sys.Application.add_load(AppLoad);
function AppLoad() {
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequest);
//Sys.WebForms.PageRequestManager.getInstance().add_beginRequest(BeginRequest);
}
function pageLoad() {
var isAsyncPostback = Sys.WebForms.PageRequestManager.getInstance().get_isInAsyncPostBack();
if (isAsyncPostback) {
tb_init("a.thickbox, area.thickbox, input.thickbox");
}
else {
var btn = document.getElementById("ctl00_contentBody_BtnReload");
if (btn) {
btn.click();
}
}
}
function loadCalendar() {
__doPostBack('ctl00_contentBody_UPCalendar', '');
}
</script>

View 1 Replies

Web Forms :: How To Make Asp:menu Tabs With Round Top Corners

Oct 19, 2010

I am using asp:menu control to display horizontal menu.I need to display tabs with rounded top corners.

View 4 Replies

Firefox - Finding Firebug Addon Automation / How To Interact With Firefox Addons

Nov 16, 2010

has any one done any automation related to Firefox - Firebug

I am trying to automate some task using C#

I found these two open source projects related to automating firefox

[URL]

how to interact with firefox addons

View 2 Replies

Custom Server Controls :: Firefox (Firefox/3.6.13 ) Not Saving Cookies For Https In Logi Report(It's A Reporting Software0?

Feb 7, 2011

I am using Logi Reports for creating reports in my application. I am passing cookies from web application to these logi reports. Cookies were workign correctly before, but after the release of this version. Cookies are not working in these logi reports.

View 1 Replies

Web Forms :: Can Style Vs2010 Tabbed Menu With Round Corners And / Or Utilize Tab Images

Apr 8, 2010

I need to style the asp:Menu so the navigation buttons have rounded corners.

I have a javascript-based navigation menu (not asp.net) that uses images to simulate rounded corner navigation. However, I think I have to use an asp:Menu for my asp.net 4 website instead of a static page navigation menu.

I also plan to use Dynamic Data on multiple tabbed pages.

View 5 Replies

AJAX :: Firefox Doesn't Works

Apr 16, 2010

I understand that probably this is not good forum for asking this question, but I'm a bit dissapointed, and I don't know where I can found answer to my question. Here is my problem. I've got a page that has dynamically loaded content with innerHTML like below:

[Code]....

Everything works fine .. since I wanted to have gif shown when page content is loading. But now I would like to after loading innerHTML content to execute javascript function to create pieChart of something. The problem is that I have to use document.getElementById()function, but it does not works with content loaded dynamically. I mean, Lets say that inside page loaded by innerHTML we've got a form which id="A" when instead pieChart() in above code i will use document.getElementById('A') it does not return my form. I've checked this in IE7 with no effect, ffox also does not seems to work. The only one browser that works at the moment is Chrome.

View 1 Replies

AJAX :: Menu Using Accordion In Firefox?

May 8, 2010

I'm posting in this forum because I suspect that my issue is to do with how the Toolkit is handling Overflow, coupled with a subtle difference in rendering between IE8 and Firefox.I have a two level menu created as follows:

[Code]....

In IE8, the menu behaves as expected. In Firefox the behaviour is also correct, except that whenever a menu option is clicked (level 1 or level 2), a horizontal scrollbar appears. Once it has appeared, it remains in place until the screen refreshes or, oddly, focus moves to a completely different window. That latter point makes me wonder whether Firefox does something "odd" when an element has focus.The CSS is as follows:

[Code]....

So, not a showstopper, but an annoyance that scrollbars keep appearing in Firefox.

View 4 Replies

AJAX :: AutoCompleteExtender Cannot Display In FireFox?

Apr 14, 2010

I'm using AutoCompleteExtender to pop up some matches when user doing input to a textbox. The utoCompleteExtender will call a method defined in a webservice to get the data.

It works fine in IE, but in FireFox there's nothing happened at all.

I started the webservice in debug mode from VS2008, and set breakpoint in the webmethod. I found when I run the web app in IE, the breakpoit will be hit, but when I run the web app in FireFox, the breakpoint will not be hit. That means the rendered Javascript by AutoCompleteExtender doesn't call the web service.

What might prevent the Javascript from calling the web service in Firefox?

View 1 Replies

AJAX :: Cascading Dropdown In Firefox?

Apr 8, 2010

I have a user control in which i have implemented Cascading dropdown. It works perfectly fine in IE but doesnt in Firefox. I am using webservice to get my data for the dropdowns.

View 3 Replies

AJAX :: Event Not Firing In Firefox?

Jun 4, 2010

Unusual one this - IE7 and IE8 both behaving, but Firefox isn't. So, I suspect that I have done something wrong which I am "getting away with" in IE.....I have a DynamicPopulateExtender (DPE) and two ModalPopupExtenders (MPE). A Javascript function shows the first MPE (a "please wait" message) and then retrieves the DPE. When the DPE finishes retrieving, its populated event fires - that hides the first MPE and shows the second one which holds the results retrieved by the DPE.I know that I could have used built in functionality within the DPE to display the "please wait" message. However that would mean displaying the MPE before populating the DPE. I can't do that because I want to size the MPE depending on what comes back from the DPE.So, this is my Javascript:

[Code]....

As I said, it works fine in IE7 and IE8. In Firefox (and Opera and Safari), the "please wait" appears and then nothing else happens.

View 3 Replies

AJAX :: Firefox Not Displaying Tab Control?

Mar 12, 2011

I am using an Ajax tab control and it works, and displays fine in all browsers except Firefox 3.6. Does any have an idea what might be causing this?

View 12 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved