Orionsbelter Posted October 10, 2008 Share Posted October 10, 2008 I want round corners on my tables in all browsers. But i manage to find a code that did the trick but only worked in FF, but not in IE in fact in IE it aligned it to the left too, But i really do like the idea of all my tables been rounded off, this is why i hate IE its so crap, But most of my users are using IE which means i need to make it work in IE does anyone know how i can do this? thanks blmg911 Quote Link to comment https://forums.phpfreaks.com/topic/127834-round-corners-in-ie/ Share on other sites More sharing options...
Bendude14 Posted October 10, 2008 Share Posted October 10, 2008 well you would have to show us your code so we could help you fix it... but im pretty sure this is not php related? Quote Link to comment https://forums.phpfreaks.com/topic/127834-round-corners-in-ie/#findComment-661815 Share on other sites More sharing options...
wrathican Posted October 10, 2008 Share Posted October 10, 2008 This'll get moved anyways, but try in the HTML section Quote Link to comment https://forums.phpfreaks.com/topic/127834-round-corners-in-ie/#findComment-661827 Share on other sites More sharing options...
Orionsbelter Posted October 10, 2008 Author Share Posted October 10, 2008 it is PHP AND CSS, i got rid of the coding, but it wouldn't work for IE at all it didn't need fixing i got it for a open source site Quote Link to comment https://forums.phpfreaks.com/topic/127834-round-corners-in-ie/#findComment-661839 Share on other sites More sharing options...
ukweb Posted October 10, 2008 Share Posted October 10, 2008 Hi Php only handles the operations, like an engine in a car. HTML, CSS, javascript etc does the cosmetic bits, like a car's bodywork. Take a look at http://www.methvin.com/jquery/jq-corner-demo.html if you use a jquery based solution you'll get some nice results across all browsers. Another way to do it could be makes some rounded corners in Fireworks > export in PNG or GIF with transparency, and position absolute using CSS. Thats the way I do it anyway. If you want me to make you up the images I can send them across to you. Good luck! Quote Link to comment https://forums.phpfreaks.com/topic/127834-round-corners-in-ie/#findComment-661843 Share on other sites More sharing options...
AndyB Posted October 10, 2008 Share Posted October 10, 2008 CSS solutions - cross-browser, etc. Take your pick ... http://www.cssjuice.com/25-rounded-corners-techniques-with-css/ Quote Link to comment https://forums.phpfreaks.com/topic/127834-round-corners-in-ie/#findComment-662239 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.