Re: [css-d] IE layout issue - float problem possibly?

2005-10-29 Thread Big John
Jeff D. Chastain wrote:

> I am having problems with a layout design in IE.  Everything works fine in
> FireFox and Opera, but IE as usual is the problem child.  Once it is
> stripped down, the layout is a basic 2 column layout with the left panel set
> at 210px and floated left and the right panel set with a left margin of 210
> px.  The two panels work just fine and line up next to each other without
> issue.  However, in IE, the content in the right panel (not the panel
> itself) gets skewed.
> http://www.admentus.com/prototype/administration/account/suppContacts.cfm

This explains your main problem:

http://nemesis1.f2o.org/aarchive?id=11

I don't have time to track down the shorter grey bar, 
issue, but try using this method:

http://positioniseverything.net/articles/mys-bug.html

Big John



-- 
Perennial student + Impractical joker + CSS junkie = Big John


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] floating image question

2005-10-29 Thread Big John
Carol F. Swinehart wrote:

> http://www.controlledairsystems.com/test/
> 
> This css is working, but I now want to make the banner narrower by 
> making the left picture smaller and floating the full size of the right 
> picture over the edge of the banner so it hangs down.

I assume you mean in IE, but you didn't say so. if the container
the float resides in is given a width or height, it will aquire
"layout" in IE and will then contain any float.

To prevent this, you need to avoid giving that container layout,
which means not using a width or height.

Big John



-- 
Perennial student + Impractical joker + CSS junkie = Big John





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] background color warnings

2005-10-29 Thread Vicki Stebbins
Hi Trish,

I posted the same last week, it seems to have recently started doing this.

Here's the replies I got: 
http://archivist.incutio.com/viewlist/css-discuss/?search=CSS+Validation
subject CSS Validation.

I took the advice that it was only a 'hint' to check your code and if it's 
okay then ignore the warnings.

At the moment I need to put into writing a statement in the 
estimate/contract I do for clients to cover if they find the validation 
service and think their site is not working properly... a couple of other 
people would like a copy and then they may come up with a bit more... let 
me know if you want it too.

Regards

Vicki


At 01:54 PM 30/10/2005, Trish Meyer wrote:
>Sorry if these are newbie questions...
>
>After validating the CSS on a site I did
>http://www.wildscaping.com/
>
>I get the following warningsa about "background color":
>
> *   Line : 42 (Level : 1) You have no color with your
>background-color : div#utilnav
> *   Line : 78 (Level : 1) You have no color with your
>background-color : div#sidebar
> *   Line : 92 (Level : 1) You have no background-color
>with your color : #profile
> *   Line : 92 (Level : 1) You have no background-color
>with your color : #profile
> *   Line : 161 (Level : 1) You have no background-color
>with your color : a:link
> *   Line : 165 (Level : 1) You have no background-color
>with your color : a:visited
> *   Line : 169 (Level : 1) You have no background-color
>with your color : a:hover
>
>etc etc etc etc...it goes on...
>
>Am I doing something wrong in the CSS that can be easily fixed, or do
>I need to specify the background color explicitly in each style
>mentioned?
>
>The CSS is at http://www.wildscaping.com/stylesheets/ws_stylesheet3.css
>
>---
>Also, is there any difference between
>
>   div#summary p
>
>   #summary p
>
>   p#summary
>
>I noticed Eric Meyer was using the 3rd option (p#summary) in a
>tutorial, and I'd never seen it done this way.
>
>thanks,
>Trish
>
>
>--
>
>
>___
>\ Trish & Chris Meyer/CyberMotion: Motion Graphics Design & Effects
>   \ recent projects & clients: http://www.cybmotion.com/projects
>\ books, video, & articles:  http://www.cybmotion.com/sharing
> \ music (including Alias Zone):  http://www.cybmotion.com/music
>  \__
>__
>css-discuss [EMAIL PROTECTED]
>http://www.css-discuss.org/mailman/listinfo/css-d
>List wiki/FAQ -- http://css-discuss.incutio.com/
>Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/