Request for reviews/feedback
Request for reviews/feedback
Hi,
I've put together the following proof of concept site for accessing scientific data about dust/sediment:
http://www.lancaster.ac.uk/lec/sites/dirtmap/hw.html
The site has a number of issues with DataTables that I can't quite work out on my own:
1) I couldn't get the clicked row to highlight.
2) The table heading background extends to the edge of the browser window.
Any suggestions with these two issues would be much appreciated.
Also, please feel free to make any comments about the site in general. I'm an enthusiast for bringing web programming into science applications within an open source philosophy (but I'm not an expert programmer!).
Many thanks
David
I've put together the following proof of concept site for accessing scientific data about dust/sediment:
http://www.lancaster.ac.uk/lec/sites/dirtmap/hw.html
The site has a number of issues with DataTables that I can't quite work out on my own:
1) I couldn't get the clicked row to highlight.
2) The table heading background extends to the edge of the browser window.
Any suggestions with these two issues would be much appreciated.
Also, please feel free to make any comments about the site in general. I'm an enthusiast for bringing web programming into science applications within an open source philosophy (but I'm not an expert programmer!).
Many thanks
David
This discussion has been closed.
Replies
2. Use `width="100%"` ont he HTML table. If you want it to draw in a smaller space, make the container element smaller.
Regards,
Allan
Still working on (2). I'm working out exactly what the container element is!
Many thanks
D
[code]
#explanation_text {
width: 960px;
margin: 0 auto;
}
[/code]
That will make the container, which has all of the information, minus your dirt map logo, 960 pixels wide and be centre aligned (which you might or might not want, remove the margin if not).
You asked for other feedback :-). I would perhaps move the instructions above the map as the layout looks a little odd at the moment.
Nice interface your developed to some interesting data there!
Allan
Many thanks
David
Its not required - but thanks :-)
Allan