This is a discussion on "FieldSets not acting right in Mozilla" within the Web Page Design section. This forum, and the thread "FieldSets not acting right in Mozilla are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
FieldSets not acting right in Mozilla
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
FieldSets not acting right in Mozilla
I am haveing an issue with mozilla not setting my fieldsets correctly..
Can someone take a peek at the site and let me know how to lock this dam thing down.. Look in ie and mozilla for the differences.. page Employment www.leonlittle.com erik |
|
|
|
#2
|
||||
|
||||
|
Re: FieldSets not acting right in Mozilla
What fieldsets? Are you talking about the actual tag, <fieldset>?
|
|
#3
|
|||
|
|||
|
For some reason my content that is in the <fieldset> tags at www.leonlittle.com on the employment page is misplaced in Mozilla; However, everthing is fine in IE...
What can i do to fix that ?? Thanks alot for the help Erik |
|
#4
|
|||
|
|||
|
Re: FieldSets not acting right in Mozilla
For starters I suggest you sort your code out. You'll be glad you did in the long run.
Seperate ALL your css and JavaScript into their own external files and <link... or <script... them into your pages as required. Your employment page links the same css file in at three different location throughout the page. Also identifiers in css should be lowercase. You also need to validate and correct your code. In this little snippet alone there are two errors:
|
|
#5
|
|||
|
|||
|
Re: FieldSets not acting right in Mozilla
Man that is exactly what i need is someone pointing this out to me... Thanks you very much..
I will be back for more questions.. erik |
|
#6
|
|||
|
|||
|
Re: FieldSets not acting right in Mozilla
if your using mozilla/firefox, these extensions will help you out allot!
http://www.getfirebug.com/ http://users.skynet.be/mgueury/mozilla/ http://chrispederick.com/work/webdeveloper/ http://ietab.mozdev.org/ http://www.mozilla.org/projects/inspector/ http://www.iosart.com/firefox/colorzilla/ |
|
#7
|
|||
|
|||
|
Re: FieldSets not acting right in Mozilla
Just an FYI
should be: <fieldset> <legend>Foo</legend> whatever code..... </fieldset>
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Tags |
| fieldsets |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why doesn't Mozilla see my site? | toenick | Starting Out | 3 | Mar 30th, 2008 12:25 |
| Problem displaying popup window over fieldsets | Frantic Turtle | Web Page Design | 3 | Jul 5th, 2007 23:37 |
| css and IE and Mozilla et al | wood1e | Web Page Design | 1 | Aug 3rd, 2005 03:31 |
| Mozilla & Netscape vs. IE | p_hp_fan | Web Page Design | 9 | Jun 3rd, 2005 16:03 |
| Mozilla vs IE CSS | zed2004 | Web Page Design | 2 | Oct 18th, 2004 20:17 |