Re: [css-d] IE lines up correctly, nothing else does

2006-06-14 Thread Ingo Chao
David Laakso wrote:
 Liz Rainey wrote:
 http://www.ci.killeen.tx.us/Test/index.asp in IE7 looks just the way
 it's supposed to look.

#breadcrumb {
   ...
   /*float: left;*/
   ...
   }

#quickmenu-pos {
   margin: 0 20px 0 0; /*0px 20px 0px 418px;*/
   ...
   /* clear: left;*/
   ...  
   }

#logo {
   margin: 15px 0 0 50px; /*15px 450px 0px 0px;*/
   float: left; /*right;*/
   ...
   }

#header {
   margin: 15px 20px 0 0; /*15px 20px 0px 150px;*/
   float: left; /*right;*/
   /*clear: left;*/ 
   ...
   }


If we are asked to fix the rest, you should validate your page first.

A question is if LostFound is supposed to be a child of Animal Control 
and Trash Collection a child of Public Services? Or should Animal, Trash 
and Recycling build just a sort of column next to the second level?
But what is the meaning of this big gap in the third level?


Ingo


-- 
http://www.satzansatz.de/css.html
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE lines up correctly, nothing else does

2006-06-13 Thread Liz Rainey
Thank you, I fixed the redundant code. I also went over the page again,
added some more parts, but still have the exact same problem.

 http://www.ci.killeen.tx.us/Test/index.asp in IE7 looks just the way 
 it's supposed to look.
 In FF the menu and all succeeding divs drop down below the logo.

 Liz Rainey
 Web Technology Specialist
 City of Killeen
 www.ci.killeen.tx.us

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 

The first thing I would do is remove  :

style=display: inline from the .html, for the div quickmenu-pos .


On Jun 12, 2006, at 4:26 PM, Liz Rainey wrote:

 Supporting files are:

 http://www.ci.killeen.tx.us/Test/css/style.css
 http://www.ci.killeen.tx.us/Test/css/dropmenu.css (for only the Quick
 Menu)
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE lines up correctly, nothing else does

2006-06-13 Thread David Laakso
Liz Rainey wrote:
 Thank you, I fixed the redundant code. I also went over the page again,
 added some more parts, but still have the exact same problem.

   
 http://www.ci.killeen.tx.us/Test/index.asp in IE7 looks just the way 
 it's supposed to look.
 In FF the menu and all succeeding divs drop down below the logo.
 

  Liz Rainey
  
   
Liz,
It will make thing go easier for you if you validate the markup. *This 
will not solve the problem(s),* but it will make it easier for someone 
to de-bug. /Make a backup copy of your file/. Run it through Tidy Online 
http://infohound.net/tidy/ . Tidy will point out the errors, and then 
correct most if not all of them for you. Then run the file that Tidy has 
fixed through the w3c markup validator http://validator.w3.org/. I did 
not check your CSS, but best make sure there are no errors 
http://jigsaw.w3.org/css-validator/(warnings are usually not a problem).
~dL
PS Write below people who reply to you so that they can follow your 
thread easily.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE lines up correctly, nothing else does

2006-06-13 Thread David Laakso
Liz Rainey wrote:
 http://www.ci.killeen.tx.us/Test/index.asp in IE7 looks just the way
 it's supposed to look.
 In FF the menu and all succeeding divs drop down below the logo.

 http://www.ci.killeen.tx.us/Test/css/style.css
 http://www.ci.killeen.tx.us/Test/css/dropmenu.css 
 Liz Rainey
There is far more than meets the eye going on in that invalid page. And 
far more than I know how help with. The below correction might help the 
float drop in Firefox.
#text {  
clear: right;  delete this
}
Beyond that, I hope someone else on the list will read this, and offer a 
comprehensive cross-browser solution for you.
Best,
~dL

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] IE lines up correctly, nothing else does

2006-06-12 Thread Liz Rainey
Greetings from a 3 months newbie to CSS.

http://www.ci.killeen.tx.us/Test/index.asp in IE7 looks just the way
it's supposed to look.

In FF the menu and all succeeding divs drop down below the logo.

I have spent a total of 14 hours on this issue, researching, trying
various approaches - I don't see the forest for the trees any more.

Supporting files are:

http://www.ci.killeen.tx.us/Test/css/style.css
http://www.ci.killeen.tx.us/Test/css/dropmenu.css (for only the Quick
Menu)

Please ... help.

Liz Rainey
Web Technology Specialist
City of Killeen
www.ci.killeen.tx.us
Phone 254.501.7820

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/