PDA

View Full Version : Data Assist Results table too far down


roby258376
05-13-2009, 08:29 AM
Hi all,

Hope someone can help me figure out what I need to change to get my page to render properly.

I have a site designed with a left column for navigation. When I ran the data assist wizard and created search / results pages, the search area is in the proper place but the results table is rendering below the menu area in the left hand column. I've changed the float from both but all 3 other options results in the table being to the right of the Results Navigation.

Any help is appreciated

Ray Borduin
05-13-2009, 08:32 AM
Update the .css for the table:

.WADAResultsTable { (line 67)

remove:
clear: both;

roby258376
05-13-2009, 11:05 AM
Thanks Ray,

I had tried that, and in live view, on my own test server, it shoved the resultstable to the right. However, it seems to be working fine on the live server, so thanks!

fragop363190
05-26-2009, 09:09 AM
I got same problem allready did it and does not work. Same issue in Details page.

Details page WADADetailsShortDesc and the above go down a lot with tons of white space.

Any other solution?

This happens on Firefox and IE8. In IE7 and IE8(compatibility mode) this drop down doesnt happen.

fragop363190
05-26-2009, 10:35 AM
Ok here is a temporary fix.

On your main "Container" out of the DataAssist code (assuming you got a main div outside)
in its class use "overflow:auto;"

This will fix it up. If you see scrollbars then it means sth is overlaping. I had to change my content div (the outer of dataassist code) with specific WIDTH so this works. With no width or percentage i had scroll bars.

Browsers seem to think that some layers overlaping somehow.

I believe WebAssist should investigate it further to adust their code.