Domain Name Forum - DomainPeeps.com  

Sponors
Domain Tools

Why Park?

Domain Profiteer

Domain DashBoard

Domain Secrets

Domain Suggestion

Domain Zaar

Expired Domains

Sell Domains

Domain Investing

Domain Cash

Domain Taxes

Exipred Traffic

Webmaster Tools

KeyWord Elite

Adsense Tycoon

HyperVRE

ClickBank RSS

Seo Videos

Average Joe Marketing

Go Back   Domain Name Forum - DomainPeeps.com > Domain Name Forums > Website Design and Templates
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-17-2009, 12:33 PM
Junior Member
 
Join Date: Sep 2009
Posts: 1
Default HTML IE6 rendering error

The layout is the way I want it in firefox and IE7.
I am willing to change my CSS as long as I can keep this layout.


I am including the css code hereunder:
PHP Code:
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #708F82;

margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
}
p {
text-align: left;

}

.twoColFixLtHdr #container {
width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #8BB0A1;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #000000;
text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
background: #DDDDDD;
padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #header2 {
background: #DDDDDD;
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
float: left; /* since this element is floated, a width must be given */
width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 10px 15px 20px;
height: 250px;

}
.twoColFixLtHdr #sidebar2 {
float: left; /* since this element is floated, a width must be given */
width: 370px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 10px 15px 20px;
height: 250px;
}
.twoColFixLtHdr #sidebar3 {
float: left; /* since this element is floated, a width must be given */
width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 10px 15px 20px;
height: 430px;
}
.twoColFixLtHdr #sidebar4 {
float: left; /* since this element is floated, a width must be given */
width: 470px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 10px 15px 20px;
height: 430px;
}
.twoColFixLtHdr #sidebar5 {
float: left; /* since this element is floated, a width must be given */
width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 10px 15px 20px;

height: 250px;
}
.twoColFixLtHdr #sidebar5 p {
text-align: center;
}
.twoColFixLtHdr #sidebar5 h3 {
text-align: center;
}
.twoColFixLtHdr #sidebar6 {
float: left; /* since this element is floated, a width must be given */
width: 370px;
/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 10px 15px 20px;
height: 250px;
}
.twoColFixLtHdr #sidebar6 p {
text-align: center;
}
.twoColFixLtHdr #sidebar6 h3 {
text-align: center;
}
.twoColFixLtHdr #sidebar7 {
float: left; /* since this element is floated, a width must be given */
width: 750px;
/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 10px 15px 20px;
height: 600px;
}
.twoColFixLtHdr #sidebar8 {
float: left; /* since this element is floated, a width must be given */
width: 250px;
/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 10px 15px 20px;
height: 650px;
}
.twoColFixLtHdr #sidebar9 {
float: right; /* since this element is floated, a width must be given */
width: 470px;
/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 10px 15px 20px;
height: 650px;
}


.twoColFixLtHdr #mainContent {
margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
background: #EBEBEB;
padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #footer {
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#DDDDDD;
}
.twoColFixLtHdr #footer p {
text-align: center;
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
div#navbar2 {
height: 30px;
width: 98%;
margin-left: 1%;
padding: 0px;
background-repeat: repeat-x;
text-align: center;
background-image: url(navbar.jpeg);



}
div#navbar2 ul {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #FFFFFF;
line-height: 30px;
white-space: nowrap;
font-weight: bold;
}

div#navbar2 li {

list-style-type: none;
display: inline;
}
div#navbar2 li a {
text-decoration: none;
padding: 0px 10px;

color: #FFFFFF;
font-weight: bold;
}
div#navbar2 li a:link {
color: #FFFFFF;
}
div#navbar2 li a:visited {
}

div#navbar2 li a:hover {
font-weight: bold;
color: #FFFFFF;
background-color: #003D6B;
line-height: 30px;

}
div#navbar2 li a:active {
font-weight: bold;
color: #FFFFFF;
background-color: #33CC66;
}


a {
color: #1346C2;
text-decoration: none;}


a:hover {
color: #AAAAAA;}
__________________
Call center software
Reply With Quote
  #2 (permalink)  
Old 09-17-2009, 08:23 PM
Junior Member
 
Join Date: Sep 2009
Posts: 1
Default Необычный интернет-магазин

Недавно обнаружил в сети универсальный магазин Alleo.Удивили низкие цены на сотовые телефоны, мп3\мп4 плееры, парфюмерию, ювелирные изделия и др.А что скажете Вы?
__________________
http://www.alleo.ru/
Reply With Quote
  #3 (permalink)  
Old 09-18-2009, 05:44 AM
agreecurf's Avatar
Junior Member
 
Join Date: Sep 2009
Location: Belarus
Posts: 1
Send a message via ICQ to agreecurf
Default My qwester

Hello! Good resurs. Depressing for my english, but i particular nice say gJ$)Kd!!!.
Reply With Quote
  #4 (permalink)  
Old 09-18-2009, 03:00 PM
Junior Member
 
Join Date: Sep 2009
Posts: 1
Default Привет пасаны!

Чёто я смарю по дыхает форум давайте девчёнки говорите - хаха жжёте я аж возбудилась (; - будет интересней!
__________________
http://ysao.5u.com/
Reply With Quote
  #5 (permalink)  
Old 09-18-2009, 06:33 PM
Junior Member
 
Join Date: Sep 2009
Posts: 1
Default Roulette Trick

Hallo!Ich war vorgestern im Casino und habe den ganzen Abend roulette gespielt und das eigentlich sehr erfolgreich.Ich hab da mehr auf gut glьck gespielt, aber im Grund genommen ist es ja eher recht simple zu gewinnen wenn man einfach folgende taktik spielt:Man setze zb. jedes Mal nur auf rot.Beim 1. mal setzt man 5 euroBei Verlust, setzt man 10 euroFalls man erneut verliert 20;40;80;160Die Chance, dass in 6 Runden 1x die Farbe rot kommt, ist doch sehr wahrscheinlich oder?Also mit diesem Trick kann ich dann sozusagen ja nur gewinnen, bei ner 50/50/1 chance ist das ja doch super wahrscheinlich.Habt ihr damit schon erfahrungen?
Reply With Quote
  #6 (permalink)  
Old 09-24-2009, 07:46 AM
Kinoorganyday's Avatar
Junior Member
 
Join Date: Jul 2009
Location: Kuwait
Posts: 3
Send a message via ICQ to Kinoorganyday
Default апетинол, слим код, турбослим, жуйдэмэн, блокатор калорий фаза 2

быстрое похудение с капсулами апетинол.(495)925-51-40
Reply With Quote
  #7 (permalink)  
Old 09-26-2009, 06:18 AM
Junior Member
 
Join Date: Sep 2009
Posts: 1
Default What will happen in 2012

Hello. I am interested in 2012, notably - the Mayan prophecy about the end of the world 12.21.2012. Many people talk about it now, besides, the movie comes out soon. I'm interested to read something about it. Disclosing this theme.Advise me some articles please. Thank you
__________________
Sport - it's a life
Reply With Quote
  #8 (permalink)  
Old 09-27-2009, 01:41 PM
Junior Member
 
Join Date: Sep 2009
Location: United Arab Emirates
Posts: 1
Send a message via ICQ to Indepeshuntee
Default Stop bad habits. Alcohol and cigarette smoking will up your risk of stomach problems.

Hello!!!
This2 is a list of very interesting sites
Reply With Quote
  #9 (permalink)  
Old 09-28-2009, 10:16 AM
Junior Member
 
Join Date: Sep 2009
Posts: 2
Default Spare parts

Be the envy of your friends with a remontavtonfo . Browse hundreds necessary cheap products .
__________________
Nisan
Reply With Quote
  #10 (permalink)  
Old 09-28-2009, 10:23 AM
Junior Member
 
Join Date: Sep 2009
Posts: 2
Default Spare parts

Be the envy of your friends with a remontavtonfo . Browse hundreds necessary cheap products .
__________________
Nisan
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS in HTML issue? yash059 Website Design and Templates 150 05-20-2010 04:14 AM
How do you post html codes in a scroll box for xanga entries? clxkzj Website Design and Templates 3 01-22-2010 05:07 AM
HTML in textarea's cathu2 Website Design and Templates 1 08-24-2009 03:53 AM
Convert html to php sher Website Design and Templates 1 04-20-2007 06:45 PM



Style Customized by The Support Guy
Powered by vBulletin® Version 3.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
Domain Name Forum DomainPeeps.com 2008