Re: [css-d] simple css question

2007-08-20 Thread Ingo Chao
Joel D Canfield wrote:
>... this
> list's archives (where would those be, I wonder?) for more details.
> 

http://css-discuss.incutio.com/?page=SearchCssDiscussList

Ingo

-- 
http://www.satzansatz.de/css.html
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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] simple css question

2007-08-20 Thread Joel D Canfield
> Does 50% x 2 not
> equal 100% in IE 7?

Quite often, it doesn't, since IE has emotional issues with padding due
to some childhood trauma. See
http://www.positioniseverything.net/explorer/floatIndent.html or this
list's archives (where would those be, I wonder?) for more details.

joel
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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] simple css question

2007-08-20 Thread Francesco (Sin City Creative)
I was trying to help a friend with a layout and ran into something.  The
page is XHTML 1.0 Strict, btw.  He wants a 40px tall header with two cells,
50% each.  Sounds simple, and it works as expected in FF 2.0, with two cells
side-by-side.  In IE 7, the right cell drops under the left cell, instead of
staying next to it.  Below is the CSS and relevant html.  Does 50% x 2 not
equal 100% in IE 7?

body {
  border: 0;
  margin: 0;
  padding: 0;
  color: #000;
  background: #FFF;
}

#container {
  width: 100%;
  margin: 0 auto;
}

#headerLeft, #headerRight {
  height: 40px;
  width: 50%;
}

#headerLeft {
  float: left;
  background: #F00;
}

#headerRight {
  float: right;
  background: #0F0;
}


  


  

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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] Simple CSS Question?

2006-03-08 Thread Daniel Patterson
Found a solution to my problem, added

width:900px;

to the #wrapper div in styles.css

Daniel

On 3/8/06, Michael Clayton <[EMAIL PROTECTED]> wrote:
>
> Hi Daniel,
>
> I've had similar problems with IE, but have never been able to find a
> solution.  It may be a comfort that most users probably won't have a
> viewport smaller than 800x600.
>
> Sorry I couldn't be more help.  Hopefully one of the wise souls on this
> list will be able to sort out this mystery.
>
> --
> Michael Clayton
> www.twilighted.com
>
>
> On 3/7/06, Daniel Patterson <[EMAIL PROTECTED]> wrote:
>
> > Hey there, I'm new.
>
> Could somebody check out http://www.shopperschoice.com/ for me.  The
> problem
> I'm having is that the page jumps down to the bottom when you resize below
>
> 800x600 in Internet Explorer.  Please check out the CSS and let me know
> what
> I'm doing wrong here, thanks!
>
> Daniel Patterson
> __
> 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-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] Simple CSS Question?

2006-03-08 Thread Michael Clayton
Hi Daniel,

I've had similar problems with IE, but have never been able to find a
solution.  It may be a comfort that most users probably won't have a
viewport smaller than 800x600.

Sorry I couldn't be more help.  Hopefully one of the wise souls on this list
will be able to sort out this mystery.

--
Michael Clayton
www.twilighted.com


On 3/7/06, Daniel Patterson <[EMAIL PROTECTED]> wrote:
>
> Hey there, I'm new.
>
> Could somebody check out http://www.shopperschoice.com/ for me.  The
> problem
> I'm having is that the page jumps down to the bottom when you resize below
> 800x600 in Internet Explorer.  Please check out the CSS and let me know
> what
> I'm doing wrong here, thanks!
>
> Daniel Patterson
> __
> 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-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] Simple CSS Question?

2006-03-07 Thread Daniel Patterson
Hey there, I'm new.

Could somebody check out http://www.shopperschoice.com/ for me.  The problem
I'm having is that the page jumps down to the bottom when you resize below
800x600 in Internet Explorer.  Please check out the CSS and let me know what
I'm doing wrong here, thanks!

Daniel Patterson
__
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/