how do you code with div's so that the layout can expand down and sideways (different resolutions) but has corners that arn't i solid colour. if you get what i mean.

how do you code with div's so that the layout can expand down and sideways (different resolutions) but has corners that arn't i solid colour. if you get what i mean.
.:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
.:.: Stand up for what is right, even if you stand alone:.:.
do you have an example of what you want to do? i dont understand what you mean.
I really think you need a CSS As I have been trying to do some stuff in dreamweaver (newbie) and it keep's saying blah blah attach stylesheet.
Ex-janitor. Might pop in from time to time, otherwise you can grab all my information from http://jamesy.me.uk/
A div, in a nutshell, pulls a piece of CSS code.
Example, you might have something like this in your CSS document:
Then in your HTML document, you would call that piece of CSS code by doing the following:HTML Code:.content { width: 600px; background-color: #7f3f3f; font-family: Verdana; }
That would output a 600px square, coloured #7f3f3f, with the words 'Text text text' displayed in Verdana.HTML Code:<div class="content"> Text text text </div>
min-width:;
max-width:;
?
Want to hide these adverts? Register an account for free!