google crome dose not like fieldsets

  • tastysite
  • Proficient
  • Proficient
  • User avatar
  • Joined: Apr 09, 2008
  • Posts: 349
  • Loc: Brighouse, West Yorkshire, England
  • Status: Offline

Post January 27th, 2009, 4:53 am

Hi not sure if this can be fixed or not but google crome dose not display fieldsets in the right way. It simpley places them inside eachother its like it ingores the closing fieldset tag. try it. The code I use
Code: [ Select ]
<fieldset>
<legend>
        Legend text one
</legend>
some html and php stuff
</fieldset>
<fieldset>
<legend>
        Legend text two
</legend>
some html and php stuff
</fieldset>
  1. <fieldset>
  2. <legend>
  3.         Legend text one
  4. </legend>
  5. some html and php stuff
  6. </fieldset>
  7. <fieldset>
  8. <legend>
  9.         Legend text two
  10. </legend>
  11. some html and php stuff
  12. </fieldset>
^__^
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post January 27th, 2009, 4:53 am

  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post January 27th, 2009, 6:10 am

Are you sure that there isn't a mismatched HTML element wrapping the closing fieldset, or a missing closing tag somewher within the first fieldset ?

For instance some browsers are forgiving with the omission of a closing <p> tag, being Chrome is still rather new, that might not be the case with that.

By mismatched that would be
Code: [ Select ]
<fieldset>
<div class="special">
</fieldset>
<fieldset>
</div>
</fieldset>
  1. <fieldset>
  2. <div class="special">
  3. </fieldset>
  4. <fieldset>
  5. </div>
  6. </fieldset>
Strong with this one, the sudo is.
  • tastysite
  • Proficient
  • Proficient
  • User avatar
  • Joined: Apr 09, 2008
  • Posts: 349
  • Loc: Brighouse, West Yorkshire, England
  • Status: Offline

Post January 27th, 2009, 7:26 am

I will check but firefox ie 6/7 and opera all show it fine and if there was a mishmash why is it like that for ALL the fieldsets and on all of my websites that use fieldsets? Im telling you its crome!
^__^
  • Bogey
  • Bogey
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 8211
  • Loc: USA
  • Status: Offline

Post January 28th, 2009, 9:16 pm

Want to give us a link to one of those site and let us have a look?
"Bring forth therefore fruits meet for repentance:" Matthew 3:8

Post Information

  • Total Posts in this topic: 4 posts
  • Users browsing this forum: No registered users and 111 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.