[css-d] Pros/Cons of IE6 standalone w/install of IE7b2

2006-02-02 Thread Lisa Hoppes
I'm eager to start testing sites in IE7b2, but I cannot wipe out IE6 for
current client site work on my machine. Some have said that installing the
standalone IE6 works will alongside IE7.
http://browsers.evolt.org/?ie/32bit/standalone

Question: is this IE6 *exactly* the same as the regular IE6? Are there any
risks associated with installing it?

Feel free to respond to me off-list, to avoid tangentially-realted traffic,
and I'll post a summary for those interested.
Thanks!
Lisa Hoppes
__
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] one true layout: equal height columns (IE problem)

2005-12-01 Thread Lisa Hoppes
I've put together a sample page illustrating my problem.
http://www.luxecraft.com/equal-height.htm

In Firefox, this looks fine. In IE6, the huge amount (1000px) of padding shows.

This is as stripped as I can make it; the actual page will have
content below the 2-column box as well.

Can someone help me troubleshoot?

Thanks!
Lisa
__
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-d] invalid: nesting a div inside a dt-- alternative?

2005-10-20 Thread Lisa Hoppes
Hello!
The validator is not liking this:

dtlabel for=projectdddressStreet Address:/label
div class=helpIf known./div
/dt
ddinput type=text id=projectdddress name=projectdddress
size=50 value= maxlength=1 //dd

What is a good solution? I'd like to have:
label (break)
help text (break)
input

If i make the div for help a span, how would I style it to go to next
line? I'm using a dl for the form because I've had success in the past
with simpler forms using that method, but this one is a bit more
complex.

Should I bag the dl altogether and use a different method?

Input requested.
Thanks~!
Lisa
__
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-d] invalid: nesting a div inside a dt-- alternative?-- SOLVED

2005-10-20 Thread Lisa Hoppes
Thanks to Paul Debban, who suggested that I associate the help text
with the input rather than the label. This validates:

dtlabel for=projectdddressStreet Address:/label

/dt
  dddiv class=helpIf known./divinput type=text
id=projectdddress name=projectdddress
size=50 value= maxlength=1 //dd

Lisa

On 10/20/05, Lisa Hoppes [EMAIL PROTECTED] wrote:

 The validator is not liking this:

 dtlabel for=projectdddressStreet Address:/label
 div class=helpIf known./div
 /dt
 ddinput type=text id=projectdddress name=projectdddress
 size=50 value= maxlength=1 //dd

 What is a good solution? I'd like to have:
 label (break)
 help text (break)
 input
__
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-d] help! IE but not Firefox showing faux columns background

2005-07-11 Thread Lisa Hoppes
I've stripped this down to just the problem. There is left nav that
will go in, as well as other content.

I've got a faux columns background image repeat-y on #contentcontainer
(blue on left, gray in middle, white on right). In IE, the faux
columns are showing up fine. In Firefox, nothing, though it's showing
up behind the search area, so I know it's in there somewhere.

Can anyone help?

http://www.luxecraft.com/css_test.htm

Thanks!
Lisa
__
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/