I found a way using Jquery to insert the Search Results before the Map of results as suggested at http://stackoverflow.com/questions/220273/use-css-to-reorder-divs … this works nicely:
$('#IDX-resultsContent').insertBefore('#IDX-resultMap');
My question revolves around effectiveness considering compatibility across devices & browsers. Is there a better way of placing the map below the search results?
(
0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...