Previous Message
Next Message

RE: [css-d] Tabbed view CSS and DHTML

Sent by Steve on 12 December 2002 17:05


Thanks for the suggestions (both on and off-list)!

I managed to get it to display in IE by converting all of the references relating to the visibility
attribute (in the javascript and
style)

from:
 visibility: hidden;

to:
 display: none;

Then I was able to set the .panel class attribute from:
	position: absolute;
to
	position: relative;

The javascript now converts
	display: none;
to
	display: block;

It's all relative, and no div jumps out of the order of the HTML!

See it now:
	http://www.superflysmack.com/tabbed_view_test.html

I've got an Opera Bug, and I don't know how it looks on Mac, but I'm inching closer!!!

Cheers,
Steve



-----Original Message-----
From: [EMAIL-REMOVED]
[EMAIL-REMOVED]]On Behalf Of Bill Creswell
Sent: Thursday, December 12, 2002 08:39 am
To: [EMAIL-REMOVED]'; [EMAIL-REMOVED]
Subject: RE: [css-d] Tabbed view CSS and DHTML


>ANY ideas about getting the pagecontainer div to behave in IE/Opera as it does in Mozilla would be
greatly appreciated!
How about text-overflow?

http://web.triton.net/b/billcreswell/testcss/tabbed_view_test.html


.panelholder {
	...
	height:320px;
}

.panel {
	...
	overflow: scroll;
	height:340px;
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: