我有幾個DIV,我想安排如下所示Div Layout designCSS樣式安排的DIV
下面是我嘗試使用CSS來實現佈局的HTML:
<body>
<div class="page">
<div>
<div style="margin: 2px 0 2px 0px; text-align: center; font-size: large">
<span>Chart Title</span>
</div>
<div style="float: left;display:block;">
<span>Y-Axis Title</span>
</div>
<div id="Chart1">
<!--Chart would be displayed here-->
</div>
<div style="clear:both; margin: 2px 0 2px 0px; text-align: center; ">
<span>X-Axis Title</span>
</div>
</div>
</div>
燦任何人都可以幫助我在CSS中實現圖像中提到的佈局?
在此先感謝。
你有使用JavaScript圖表考慮? http://www.highcharts.com/demo/line-basic – thirtydot
不是一個真正的問題,只是你想讓我們爲你做你的工作。你有特定的問題嗎? –
Google是你的朋友:http://speckyboy.com/2009/02/04/16-usable-css-graph-and-bar-chart-tutorials-and-techniques/ – CJM