Method (apart From CSS3) To Create Rounded Corners?

Jul 16, 2011

I know CSS3 is at the stage now where we can use this feature comfortably across all modern browsers, but what else can be done via Javascript/Jquery to create our ever-so beautiful rounded corners ? Im trying to achieve a fairly consistent look "cosmetically" in all my sites going back as far as IE 7...For example my second site Ive built PAT Tester providing PAT Testing in Birmingham Worcester Bromsgrove Redditch Dudley Worcestershire West Midlands utilises CSS3 and looks ok in the modern browsers, but go back to IE8 and "yuck" its all squared out maaaan....!

View 1 Replies


ADVERTISEMENT

Using Curvy Corners JS For Rounded Corners In IE?

Aug 3, 2011

I am using the curvycorners.src.js script in order to achieve rounded corners in IE. If you go here: [URL] and then drag and resize your browser screen, you will see that the header and bottom section move out of alignment. When I remove the Curvy Corners script, the issue goes away. For some reason though it is only affecting the home-page of the site (not the sub-pages).

View 1 Replies View Related

How To Make Rounded Corners

Feb 7, 2010

I am no expert in javascript. In fact I tend to use just open source when i use it at all but I believe there is a javacript script fro creating rounded corners for boxes? my question is: will this size to the size of someones monitor or viewport?The one i have found is as below. Can anyone tell me whether this script would. If not are there any orthers that do out there?

HTML Code:

function NiftyCheck() {
if(!document.getElementById || !document.createElement) {
return false;

[code]....

View 2 Replies View Related

JQuery :: Using Malsup's Rounded Corners In IE7?

Jun 26, 2011

I am using Malsup's Rounded Corners plugin, which is amazing! I use Chrome and Firefox so it looks great. However mycolleague using IE, complained that the corners aren't round. So I looked and the corners are but the border is not (using the "keep" setting).

I saw that on ff/chrome you are using the border-radius which isn't supported by IE<9. Is there some other way to get the borders looking round on IE7,8 or do I just have to turn off the borders?

View 2 Replies View Related

Html TextBox Rounded Corners?

Jul 22, 2010

So, I wish make html input type text with rounded corners. I want make this with on JS.

View 1 Replies View Related

JQuery :: Rounded Corners And Drop Shadows

Jan 16, 2011

I'm looking for a jQuery plugin or pair of plugins that will apply both a rounded corner and a drop shadow to a DIV box without the use of corner/border images. I've actually found quite a few that do one or the other but they seem to be pretty outdated, not in itself a problem but mostly for lack of support. So far, the few that I've found will do rounded corners and a few will do drop shadows. Sometimes they fail to work with each other and sometimes they only work in FF or Safari and fail in IE. I'm coming up short on the magic combination.

This failure in IE kinda defeats the whole purpose of doing this with jQuery since I can already get FF and Safari do to both with only CSS3. Does anyone know of a great jQuery plugin or pair of plugins known to work in all browsers including the latest couple/few versions of IE?

View 2 Replies View Related

Round Corners Script In Object Oriented Programming Method

Feb 12, 2012

I am trying to make a round corners script in object oriented programming method. This is purely for learning purposes.

The script is no where near complete but I am already having problems with it.

I am trying out the techniques described in 'David Flanagan ' text book 'JavaScript: The Definitive Guide, 5th Edition'

This code is called from html page which once working will place a round container around element

Code:

Javascript functions below

Code:

View 19 Replies View Related

Create A Custom Method For All Strings?

Nov 10, 2009

I am trying to create a custom method for all Strings.

Code:

var chkStr = {
isBlank: function() {
if (this.length < 1) return false;

[code]....

I am getting a Quote: form.formName.field.value.isBlank is not a function error.

View 2 Replies View Related

Rounded Div Or Container

Mar 29, 2007

I've read several articles about rounding div but all use the <b> tag with some CSS style to make it round.

I would like to work more on the div itself and to find a way how to make it round-corner state. Maybe working directly on DOM, who knows.

View 1 Replies View Related

Testing For CSS3 Capabilities

Mar 27, 2011

Is there any way to detect through Javascript whether a browser supports a particular property of CSS? I am experimenting around with CSS3 and I would like to be able to detect whether the browser understands what to do with a particular setting, as in "elementRef.style.newCSS3_property = '3px' " I have heard, although I do not know if its true, that there is some way to access whether the browser knows what such a declaration means.

Does anyone out there know how to do this?

View 10 Replies View Related

JQuery :: Animating The Css3 Transforms?

Aug 8, 2010

is it possible to animate eg. -moz-transform: rotate(90deg) ?I tried something like:$('div').animate({ '-moz-transform': 'rotate(90deg)', '-webkit-transform': 'rotate(90deg)', '-o-transform': 'rotate(90deg)' }), but it didn't work.$('div').css( ... ) of course works.

View 2 Replies View Related

Optimize Code To Run Smoother In JS And/or CSS3?

Aug 8, 2011

I'm working on a website for a client and we've decided to use CSS3 instead of Flash for multiple reasons, compatibility with mobile devices being the main. However, there's a lot of animation on the page such as fading, positioning and opening/closing and it seems to be tripping over itself attempting to process everything.

I've created an animation class that schedules all of the animations so that there's only one setTimeout running for those animations at any given time. I've also set it up so that any web browser capable of CSS3 transitions use those instead of the JS animations. The animations lag in both CSS3 and JS functionality, although the CSS3 is slightly better.Some animations lag even if they're the only animation running. For instance, trying to fade a full-screen image in/out chugs even on test pages I've created only containing the one function.

I understand that Flash uses hardware acceleration and has optimized rendering, and the reason the browser is lagging is most likely because it's all being processed unoptimized and through the CPU. However, I'm sure there must be a way to make this site smoother than it is.I'm posting here because my deadline is coming hard and fast, to ask for assistance with:Tips on how to optimize my code to run smoother in JS and/or CSS3.how to be able to fade large images/areas with less lag.I've been trying to move most of my code into OOP as I've gone along, but some functions are still a bit "spaghetti" due to my time crunch.

View 6 Replies View Related

JQuery :: Animate A Rounded Border Of A Div

Jul 27, 2011

I'm trying to animate a rounded border of a div. In this post someone posted an solution which works in Chrome and Safari (didn't test it yet in IE), but for sure doesn't work in FF:

Code:

$("selector")
.css({
WebkitBorderTopLeftRadius: 10,

[code]....

View 10 Replies View Related

CSS3 Column Script Won't Load In IE

Aug 2, 2011

I'm trying to get cross-browser column support working using the "css3-multi-column.js" script included in the following tutorial:

[URL]

The javascript works, making columns when the site is loaded in Firefox but I keep getting "access denied" errors for the ""css3-multi-column.js" script in Internet Explorer 8, resulting in no columns. I tested the tutorial's example in IE 8 (worked fine), then referred to the tutorial's example time and again checking for discrepancies but I can't seem to figure out where I'm going wrong.

Here's an example on my site where columns are to appear:[URL]

View 6 Replies View Related

Google Maps LatLng Gets Rounded?

Oct 10, 2011

This is a Google Maps API V3 issue - but I'm posting it here, as I'm getting no help at the Google-forum and I expect a Javascript solution.

The puzzle:
I have defined a LatLng, like so:
Code:
var myLatLng = new google.maps.LatLng(61.4907009, 8.3708479);
For some reason, if I alert(myLatLng), I get this:

[Code]...

View 2 Replies View Related

Stop Animation CSS3 TranslateX

Mar 10, 2011

I have an animation that I want to animate in from the right side of the screen and I have it moving in fine, but I can't figure out how to get it to stop. I tried using setTimeout but cant get it to stop.

[Code]...

View 1 Replies View Related

JQuery :: Set The CSS3 @font-face Operation

Sep 13, 2010

I have tried this without success:

$("@font-face").css("font-family","myCustomFont");
$("@font-face").css("src","url('myFontLocation')");

trying to emulate the expected CSS3 statement:

@font-face {
font-family: "myCustomFont";
src: url("myFontLocation");
}

Is this possible? If so what is the exact syntax?

Searching found no clear answer, though I ran across Cufon and similar libraries, but I would rather stay in jQuery if possible.

View 2 Replies View Related

JS Quote Calculator Rounded To Two Decimal Places

May 17, 2011

rounding the quote up to two decimal places. I've seen a lot of codes and tried a bunch (math.round, tofixed, toprecision) but not exactly sure how to use them and where to put them. Calculator can be viewed here along with the code [URL]

View 3 Replies View Related

Rounded Corner On Rollover - It Doesn't Work Properly In IE?

Feb 4, 2011

I am developing a site that requires the navigation menu to have one rounded corner at the end on the home button. The default button state is created using a background image but I need it to also have a rollover effect on hover and also on focus (for the home page item only). I have tried to use CSS and curvy corners Javascript code to create the effect as I don't want to use images. However, I don't think the curvy corners script is picking up the div item that I want to apply the corner to.

The trouble is I have a number of div boxes on the site that also have rounded corners (3 rounded and 1 square). The CSS is working fine for these in all browsers apart from Opera but when it comes to the navigation it doesn't work properly in IE. Here's the HTML for the menu:

Code:

<div id="menu">
<ul>
<li><a href="index.htm" class="home">Home</a></li><li><a href="#">Mortgages</a></li><li><a href="#">Life Assurance</a></li><li><a [code].....

The CSS is in an external stylesheet, although I have also added the CSS for the rounded corner items to the header code.The class 'homefocus' seems to work when applied to the a tag on the home page but the other class 'home' which should work on hover won't work in IE.

View 3 Replies View Related

Possible In CSS3: Circles Change Size - Color - Opacity

Jun 9, 2010

I know it would have usability issues but it would be a nice extra for a site I'm building. Circles placed around the page that could do any or all of the following:

1) fade in and out
2) grow and shrink
3) change colors
4) move around

And all without having to mouse-over. If not with CSS perhaps javascript?

View 1 Replies View Related

CSS3 Transformation Doesn't Work After Hide And Show Div?

Nov 7, 2011

This is the site: [URL] And the attached javascript: [URL]

Now Begin and Contact are fine, but as you can see, the Einde part isn't sliding in. I'm hiding my "Second" div at the end of the transformation to avoid horizontal scrollbars. But after I show it again, to slide it back to the left, the transformation somehow doesn't work.

If I comment out the slide-to-left transformation, the Second div shows on the right, with horizontal scrollbar. So it does actually do the transformation, but doesn't seem to do the slide. I've also tried re-setting the -webkit-transition property again after I show() the Second div, to set a delay on it again. However, this had no effect either.

View 1 Replies View Related

Gradients And Round Corners

Jul 23, 2005

I haven't found in my CSS book how to create a gradient to fill a division
tag, and to create a border with round corners.

Is it possible using either CSS or JavaScript? I'd like to create a menu bar with a gradient in the background, and I want the top corners to be a little round with a 5px radius.

View 3 Replies View Related

JQuery :: Using Corners Plugin With Ie6 >?

Nov 15, 2010

I'm trying to get borders to display properly with this plugin:On the page it says to use the keep option, but it does not give an option to specify what colour the border should be , if I specify the type of border in a stylesheet: like (border:1px solid #d4d4d4;) it shows the border great in firefox, but in ie6 and 8 it shows the border but not to the contours of the rounded box (ie square)

View 3 Replies View Related

Curvy Corners Not Rendering?

Oct 28, 2009

I've downloaded the curvy corners codes from the following address: http:[url]....

The instructions in the curvycorners.src.js file say that all i need to do is add the following piece of code which I've inserted into the head section:

<script type="text/javaScript" src="js/curvycorners.src.js"></script>
<style type="text/css">
<!--[code].....

View 5 Replies View Related

JQuery :: Animate ZoomIn Image VS CSS3 Animation Scale

Nov 30, 2011

I have problem with using very smooth jquery animate. I need to zoomIn Images with effect depth and walking into image. When i'm using css3 with animation and scale everythink looks like ok, the animation is very smooth but when i using css2 with jQuery animate thats look not good,

View 2 Replies View Related

JQuery :: Word-break Css3 Property Not Passed By .css() / Solve This?

May 22, 2011

I'm working on a project where i have a div in which i dynamicaly load some text.

No problems yet.

Trouble is, the width and height of the div is limited.

So in order to show long words (over 16 characters long) i need to break up the words.

CSS3's new "word-break"-property enters the arena.

Now the real problem shows it's ugly face.

When passed by jQuery's .css()-function, no "word-break" appears in the HTML.

The problem seems to lie with jQuery, since it works on jsFiddle.[code]...

View 9 Replies View Related







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