Ticket #215 (new defect)

Opened 1 year ago

Last modified 1 year ago

Rounded corners having clearing issues on div?

Reported by: RZN8 Assigned to: somebody
Priority: normal Milestone: MochiKit 1.5
Component: component1 Version:
Severity: normal Keywords:
Cc:

Description

I'm having trouble getting rounded corners to function properly when applied to a div tag that has floated divs nested inside. it appears the corners are applied but they don't "clear" the floated elements inside.

Sorry for the big block of code... I've been struggling with these corners for a bit. can't figure why they would work in the "categories" DIV but not on the searchBox div...

Attachments

test.zip (2.8 kB) - added by jared@rzn8.com on 01/17/07 20:45:46.
Test Page displaying problem..

Change History

01/17/07 20:45:46 changed by jared@rzn8.com

  • attachment test.zip added.

Test Page displaying problem..

01/17/07 20:51:03 changed by Jared@rzn8.com

BTW this is the roundCorners.js...

var roundedCornersOnLoad = function () {
    roundClass(null, "roundthis", {corners: "all"});
	

};
addLoadEvent(roundedCornersOnLoad);

01/21/07 22:42:46 changed by anonymous

  • milestone set to MochiKit 1.5.