So far I have....
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Home Page</title>
<style type="text/css">
body {
width: 100%;
height: 100%;
margin: 0 auto;
background: #fff url(homesky.gif) no-repeat;
}
This is my background CSS code I have seen that CSS codes are very unefisiant when applying to universal rules I.E. if I want to make an image transparent there is a code for each type of browser obviously I can't use all of them, I would like to know a CSS code that will FILL any screen, and have all of my Div boxes. I am only 17 I have started with Programing C++ and HTML / web design in general is just confusing to me at the moment but I have the basics know. Will someone help me whit the code please
@!~ ( Be specific and slow explaining I am new to web design >.< ) thanks !
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Home Page</title>
<style type="text/css">
body {
width: 100%;
height: 100%;
margin: 0 auto;
background: #fff url(homesky.gif) no-repeat;
}
This is my background CSS code I have seen that CSS codes are very unefisiant when applying to universal rules I.E. if I want to make an image transparent there is a code for each type of browser obviously I can't use all of them, I would like to know a CSS code that will FILL any screen, and have all of my Div boxes. I am only 17 I have started with Programing C++ and HTML / web design in general is just confusing to me at the moment but I have the basics know. Will someone help me whit the code please
