CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 24th, 2013, 12:36 AM
nbasso713 nbasso713 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2012
Posts: 64 nbasso713 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 36 m 11 sec
Reputation Power: 1
IE: Border Radius and Box Shadow

I'm not sure why Microsoft finds it necessary to consistently make our lives as designers difficult by reinventing the wheel, and not simply follow suite with other popular web browsers; but here we are.

I'm having trouble getting the combination of border radius and box shadow to work properly with certain elements. For some reason fragments of the far corners remain visible in IE9, so it looks like there's small floating triangles around the corners of my box.

CSS:
Code:
	behavior:url('css/border-radius.htc');
	  -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	
	box-shadow: 3px 3px 0 #333333 inset;


This same exact code is used for a regular text input and everything is displayed correctly in IE9, but when I tried using it with the submit input fragments of the corners are still visible.

Any help would be greatly appreciated, it's very important that I get this working and I don't want to resort to using background images.

Note: The dimensions of the button are 49x49 and everything looks beautiful in Firefox and Chrome.

UPDATE: I wasn't getting the desired effect in safari either, so I ended up just creating an image to use for this button.

Last edited by nbasso713 : January 24th, 2013 at 01:59 AM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > IE: Border Radius and Box Shadow

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap