Displaying 1 result from an estimated 1 matches for "aabcca".
Did you mean:
aabccc
2008 Apr 01
10
Recalcitrant CSS background-image
...image that finally appears is generated
thus:
<div class="loadimage">
<img src="<%= url_for :controller => ''graphs'', :action=> ''show_graph'',
:name => @name, :field => params[:field] %>" style="border:1px solid
#aabcca;" align="bottom", alt="Graph for <%= @name -%>", id="thegraph",
width="580", height="310" />
</div>
Anyway, the loadimage div absolutely refuses to display an image so all
I see is an empty space in which the graph eventually ap...