Discussion Area

ask questions, discuss topics, solve problems

This is a public Discussion Area  publicRSS

Thread

    • Dreamweaver Problem
      Thread posted Jun 20 by PFiction3
      184 Views, 4 Comments
      Title:
      Dreamweaver Problem
      Content:

      Okay being the guys who always gets the weirdest issues. Here is the situation...

      I have built a html form and am using CSS to style the form. Here is a code snip from the HTML form for an idea of who i built it, and below is is part of my style sheet. The problem is that if I include both parts of the css styles Dreamweaver CS3 or CS4 on two different machines locks up when previewing the form. This crash only happend in Dreamweaver, if you open the html page in IE or Firefox wit will function fine.

      I started with css sheet and commented it out until i figured out that i can have label or the li entry but not both, then i went further and isolated it down to that i could have both with out crashing if i change the li width to auto instead of 100%. Anyone have any thoughts? FYI i got the style code from a Sitepoint artical on forms and CSS.

      Code Snippet:

    Comments

    • I copied and pasted the code into a blank page and made the styles embedded.  Nothing crashed.  Did you try using this code in a fresh, empty page?

    • I am able to crash with the entire file.  I don't think its just the width that is the problem though.  When you comment out all of the other CSS rules but the li that has the width, nothing goes wrong.  Is there something else that is affecting it possibly?