HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
borders & colours in FF
Post new topic   Reply to topic    HTML Help Forum Index -> CSS
View previous topic :: View next topic  
Author Message
Ruriko



Joined: 16 Mar 2006
Posts: 15

PostPosted: Mon Jul 21, 2008 5:01 am     borders & colours in FF Reply with quote

This is my layout http://www.omganime.info the layout doesn't look right on Firefox 3 but it looks correct on IE7. You see the borders aren't fully down to the footer it just stops to the header on Firefox. How can I fix this? also the content box isn't fully white how can I fix this?

Code:
@charset "utf-8";
/* CSS Document */
body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 100%;
   margin-top: 0px;
   margin-bottom: 0px;
   background-color: #FFFFC9;
}

#wrapper {
   width: 1000px;
   border-right-width: 5px;
   border-left-width: 5px;
   border-right-style: solid;
   border-left-style: solid;
   border-right-color: #FF0000;
   border-left-color: #FF0000;
   margin-right: auto;
   margin-left: auto;
   background-color: #FFFFFF;
}

#header {
   width:1000px;
   height:200px;
   background-image: url(images/header.jpg);
}

#bar {
   height: 35px;
   width: 1000px;
   background-image: url(images/bar.jpg);
   background-repeat: repeat-x;
}

#side-left {
   float: left;
   width: 200px;
   color: #FF0000;
   font-size: 70%;
   background-color: #FFFFFF;
}

#side-a {
   background-color: #FFFFC9;
   padding: 5px;
   margin-top: 10px;
   margin-bottom: 10px;
}

#content {
   width: 600px;
   float: left;
   font-size: 70%;
   background-color: #FFFFFF;

}

#info {
   background-color: #FFFFFF;
   padding-top: 3px;
   padding-bottom: 3px;
   margin: 10px;
}

#content h2 {
   margin: 0px;
}

#side-right {
   float: right;
   width: 200px;
   font-size: 70%;
   color: #FF0000;
   background-color: #FFFFFF;
}

#side-b {
   padding: 5px;
   background-color: #FFFFC9;
   margin-top: 10px;
   margin-bottom: 10px;
}

#side-b a {
   text-decoration: none;
}

#side-b a:hover {
   color: #0000FF;
   background-color: #FFFFFF;
}

#footer {
   background-color: #A00405;
   width: 1000px;
   float: right;
   text-align: center;
   font-size: 80%;
}

#footer-info {
   padding: 5px;
}

ul {
   list-style-type: none;
   padding: 0px;
}

li {
   list-style-type: none;
   padding: 2px;
}

h2 {
   font-size: 120%;
}
sticks464



Joined: 31 Dec 2006
Posts: 1116

PostPosted: Tue Jul 22, 2008 7:17 pm     Reply with quote

Use a faux column layout http://www.alistapart.com/articles/fauxcolumns/ for the content area.
Dyami



Joined: 20 Jul 2008
Posts: 30

PostPosted: Wed Jul 30, 2008 2:56 am     Reply with quote

sticks464 wrote:
Use a faux column layout http://www.alistapart.com/articles/fauxcolumns/ for the content area.



Thanks to share good knowledge.it's good for border and color in ff.I was needed too much.

_____________________________
web development
free templates
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> CSS All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial