I am using this CSS, it works in all browsers except Chrome.
CSS:
#header {width: 100%; Max-width: 1024px; } HTML:
& lt; Table id = "header" & gt; & Lt; TR & gt; & Lt; TD & gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; / Table & gt; I want #header to expand as much as possible, but at a maximum of 1024px On Chrome it only expands to 100%.
What is the correct way to do this?
Try adding display: block to CSS. #header {background: red; Width: 100%; Max-width: 300px; Height: 100px; Display area; }a???? JS Friedal:
Comments
Post a Comment