Showing posts with label horizontally. Show all posts
Showing posts with label horizontally. Show all posts

Monday, March 26, 2012

DropShadowExtender and target panel separate when window is resized

So here's what's up.

I've got a horizontally scrolling asp panel.

In the panel is a datalist which repeats horizontally.

I have a web user control set as the item template. The user control makes use of the DropShadowExtender.

It works beautifully, until the window is resized, then the shadows and user controls part their ways.

Any ideas?

hello?

Saturday, March 24, 2012

dropshadow cant have more than one panel across?

Hi,

I've just been looking at the dropshadow control and tried to make more than one panel appear horizontally next to each other. Unfortunately they seem to appear under each other vertically even when you set the width to something really low like 100px. None of your examples show more than one panel in them horizontally so I'm wondering if this is a correct limitation. And even trying absolute positioning totally breaks these panels! :(

Can you have more than one dropshadow panel across, because for my purposes it is useless without this capability?

Regards,
Andrew.

Sorry, not sure I understand. Mind posting a simple sample?


Ah, I've figured it out now.

It's a DIV CSS issue since everything is rendered to div's.

Adding the style - float: left; allows multiple div's to appear next to each other.

Andrew.


Did you know if you change RenderMode="inline" it uses Span instead?