playaz Posted March 27, 2006 Share Posted March 27, 2006 Hi guys,I have created a simple form and jazzed up the appearance, it looks fine in IE but Firefox renders the <fieldset> tag differently and looks kinda ugly :(Can anyone suggest a way around this, I like how IE renders it and want a similar look.Thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/5927-firefox-tag-in-forms/ Share on other sites More sharing options...
moberemk Posted March 27, 2006 Share Posted March 27, 2006 Just use this CSS code: fieldset { css here } and legend { css here }. Put in your code to re-create it, and it works! Quote Link to comment https://forums.phpfreaks.com/topic/5927-firefox-tag-in-forms/#findComment-21249 Share on other sites More sharing options...
Gast Posted March 27, 2006 Share Posted March 27, 2006 [!--quoteo(post=358884:date=Mar 27 2006, 02:56 PM:name=playaz)--][div class=\'quotetop\']QUOTE(playaz @ Mar 27 2006, 02:56 PM) [snapback]358884[/snapback][/div][div class=\'quotemain\'][!--quotec--]Hi guys,I have created a simple form and jazzed up the appearance, it looks fine in IE but Firefox renders the <fieldset> tag differently and looks kinda ugly :(Can anyone suggest a way around this, I like how IE renders it and want a similar look.Thanks in advance[/quote]If you mean that the legend part is curved in IE but square in Firefox, then the only way to sort this out is to use images. Yeah, it might be the easiest way but if you really want it to be curved in all browsers, then screen shot the IE legend. Quote Link to comment https://forums.phpfreaks.com/topic/5927-firefox-tag-in-forms/#findComment-21273 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.