:如何設計出具有多種顏色窗格的網頁沒有,我想重新設計我的網頁設計如下表
它基本上是簡單,可所有的CSS和不表來完成除了標誌「TEST」覆蓋紫色邊框和白色內容區域的方式外。我看不出如何做到這一點,而不使用的是在這個「切」圖像顯示三行三列(和背景圖像中的細胞)的表:
的僞代碼將作爲如下:
<table>
<!-- HEADER ROW -->
<tr>
<TD> <!-- Background: Purple/Grey image stretched horizontally --> </TD>
<TD> <!-- Background: Purple/white image stretched horizontally -->
<!-- HEADER CONTENT (Logo image "TEST", and menu) --> </TD>
<TD> <!-- Background: Purple/Grey image stretched horizontally --> </TD>
</tr>
<!-- CONTENT ROW -->
<TD> <!-- Background: Grey color --> </TD>
<TD> <!-- Background: white color --> </TD>
<!-- PAGE CONTENT --> </TD>
<TD> <!-- Background: Grey color --> </TD>
<!-- FOOTER ROW -->
<tr>
<TD> <!-- Background: Purple color --> </TD>
<TD> <!-- Background: Purple color -->
<!-- FOOTER CONTENT --> </TD>
<TD> <!-- Background: Purple color--> </TD>
</tr>
</table>
但我想這樣做沒有表,如果可能的話。有沒有辦法?
是,使用'位置:在標誌absolute'。父母必須是「親戚」。這樣你就不需要在你的結構中切割任何東西 –
這是可能的。請提供jsfiddle。 – Alex
位置:絕對 –