Hi, every one on this forum....
I am new to web designing (using HTML/CSS). i designed a web page using HTML, Css with dream weaver. Here is the code i used for the desinging.
it appears well in IE 6 browser but not in Mozilla 4.0 some components are disappears.
This is the whole code i used for designing this page and i also given css files coding.(except images)
i don't know how to upload my files in this site(forum). So i am pasting all my code here please check for any mistakes or any code i have missed to use...
any suggestions also welcome
************HTM L Code*********** ********
**************c onsult.css***** *************** ********
*************** ***style.css*** *************
*************** *********
Thanks in advance
I am new to web designing (using HTML/CSS). i designed a web page using HTML, Css with dream weaver. Here is the code i used for the desinging.
it appears well in IE 6 browser but not in Mozilla 4.0 some components are disappears.
This is the whole code i used for designing this page and i also given css files coding.(except images)
i don't know how to upload my files in this site(forum). So i am pasting all my code here please check for any mistakes or any code i have missed to use...
any suggestions also welcome
************HTM L Code*********** ********
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>index</title> <link href="style.css" rel="stylesheet" type="text/css" /> <link href="consult.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- .style1 {color: #B2CFFB} .style2 {color: #648BDD} --> </style> </head> <body class="bdy"> <div id="hedr"></div> <div id="marq"><marquee behavior="scroll" direction="left" width="100%"><img src="imgs/blue.jpg"></marquee></div> <span class="style1"></span> <div id="ddtoptabs"> <ul class="menu2" > <li class="top"><a href="consult.html" class="top_link" title="Aboutus" style="background:#4263B5;color:#FFFFFF"><span>Aboutus</span></a></li> <li class="top"><a href="innerpages\clients.html" class="top_link" title="Clients"><span>Clients</span></a></li> <li class="top"><a href="innerpages\outsource.html" class="top_link" title="Outsourcing"><span >Out sourcing</span></a></li> <li class="top"><a href="innerpages\jobs.html" class="top_link" title="Jobs"><span >Jobs</span></a> </li> <li class="top"><a href="innerpages\testing.html" class="top_link" title="Testing"><span >Testing</span></a></li> <li class="top"><a href="innerpages\conus.html" class="top_link" title="Contactus"><span >Contactus</span></a></li> </ul> </div> <div id="cntnt"> <table border=0 cellspacing="0" cellpadding="0" width="695" class="tblimg"> <tr> <td width="" height="174" valign="top"> <span class="para1">About Blue Berry</span> <p class="para"> Blue Berry is engaged in the business of working with organizations, to understand and meet the requirement imperatives of the ever changing and growing Industry, providing them with the competitive advantage with the intellectual capital and cutting-edge technology solutions,we offer Contract/Contract-to-Hire. <br /><br /> </p> </td> <td width="151" align="right"><div id="img1"></div></td> </tr> <tr> <td colspan="2"> <p class="para"> Help when you need it <br /> Concentrating on your core business is the top priority, so when technology issues arise they can be distracting and taxing on your internal resources. We provide assistance to augment your resources with the talent you need.<br /><br /> </p> </td> </tr> </table> </div> <div class="footr"> <table width="100%" border="0" cellpadding="" cellspacing="1" > <tr> <td colspan="2" height="17"> <p class="para">Copyright © 2008. All rights resereved.</p> </td> <td height="17" width="66%" align="left" class=""><p class="para">Site designed and developed by <a href="http://www.indusray.in" target="_blank" class="folnk" >IndusRay Software Services</a></p> </td> </tr> </table> </div> </body> </html>
Code:
#cntnt { position: absolute; height: 408px; width: 671px; left: 162px; top: 236px; z-index: -1; border:#4263B5 solid 1px; padding-left:3px; } p.para { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color:#000099; word-spacing:5px; white-space:normal; line-height:20px; padding-right:3px; text-align: justify; } #cntnt .para1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color:#0033CC; } .footr { position: absolute; height: 12px; width: 698px; left: 162px; top: 917px; } .bdy #cntnt #img1 { background-attachment: scroll; background-color: #5984AF; background-image: url(imgs/coni.jpg); background-repeat: no-repeat; background-position: left top; position: absolute; height: 147px; width: 144px; left: 553px; top: 40px; }
Code:
#ddtoptabs { position:absolute; width:768px; margin-left:130px; height: 32px; z-index: 1; left: 32px; top: 201px; } #ddtoptabs .menu2{ margin-left:0px; padding-left:0px; white-space:nowrap; float:left; font-family:"Monotype Corsiva"; font-weight:normal; font-size:16px; font-style:normal; border-bottom:#CCCCCC solid 1px; background-color:#84ADEF; width:700px; border-bottom: 1px solid #5984AF; } .menu2 li { display:inline; list-style-type:none; } .menu2 li a { background:#84ADEF; color:#3300FF; text-decoration:none; float:left; text-align:center; padding-top:10px; padding-right:10px; padding-left:7px; padding-bottom:0px; height:23px; width:98px; border-left:#0066FF solid 1px; } .menu2 li a:hover{ background:#4263B5; color:#FFFFFF; } #hedr { background-attachment: scroll; background-image: url(imgs/con1.jpg); background-repeat: no-repeat; background-position: center top; height: 201px; width: 700px; position: absolute; left: 162px; top: 2px; } .bdy { background-attachment: scroll; /*background-color:#0099FF;*/ background-image:url("imgs/body-bg.gif"); background-repeat:repeat; background-position: left top; } .footr { border:#4263B5 solid 1px; background:#6666CC; } .footr .para{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color:#FFFFFF; word-spacing:5px; white-space:normal; line-height:20px; padding-right:3px; text-align: justify; } .footr .folnk { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color:#FFFF00; text-decoration:none; } #cntnt { border:#4263B5 solid 1px; } .bdy #marq { position: absolute; height: 56px; width: 552px; left: 173px; top: 85px; }
Thanks in advance
Comment