IE 6 and 7 display correctly (well, IE 6 displays as correctly as possible given the .png transparency issues it had, but other than that is it right).
Mozilla 1.5
Firefox .5
Firefox 3
Chrome
and probably most of the others have issues with the skin though.
Here is the current code I am using:
<style>
body{
text-align: center;
margin: 0px;
background: url(skin/bg_01.png) center center #eee;
}
div.outerContainer{
width: 100%;
min-height: 100%;
padding: 0px;
margin: 0px;
background: url(skin/bg_bottom_01.png) bottom center repeat-x transparent;
}
div.innerContainer{
width: 100%;
min-height: 100%;
padding: 0px;
margin: 0px;
background: url(skin/bg_bar_01.png) center 60 repeat-x transparent;
}
div.mainContainer{
margin: 0px auto;
text-align: left;
width: 760px;
}
div.topBar{
margin: 0px;
}
div.topBar span.topLeftCorner{
padding: 0px;
margin: 0px;
float: left;
width: 32px;
height: 60px;
background: url(skin/bg_top_left_corner_01.png) top right no-repeat transparent;
}
div.topBar span.topRightCorner{
padding: 0px;
margin: 0px;
float: left;
width: 32px;
height: 60px;
background: url(skin/bg_top_right_corner_01.png) top left no-repeat transparent;
}
div.topBar span.top{
padding: 30px 0px 5px 0px;
margin: 0px;
float: left;
text-align: right;
height: 60px;
width: 696px;
background: url(skin/bg_top_wall_01.png) top center repeat-x transparent;
}
div.content{
margin: 0px;
padding: 0px 15px 0px 15px;
background: url(skin/bg_content_01.png) top left repeat-y transparent;
}
div.banner{
width: 100%;
height: 200px;
max-height: 35px;
background: url(skin/bg_banner_01.png) center left no-repeat transparent;
padding: 160px 10px 5px 10px;
margin: 0px;
}
div.banner a{
font-weight: bold;
text-decoration: none;
color: #666;
}
div.banner a span.left{
float: left;
height: 30px;
width: 5px;
background: transparent;
}
div.banner a span.right{
float: left;
height: 30px;
width: 5px;
background: transparent;
}
div.banner a span.center{
float: left;
height: 30px;
padding-top: 5px;
background: transparent;
}
div.banner a:hover{
text-decoration: none;
font-weight: bold;
color: #000;
}
div.banner a:hover span.left{
float: left;
height: 30px;
width: 5px;
background: url(skin/bg_navbar_left_01.png) center right no-repeat transparent;
}
div.banner a:hover span.right{
float: left;
height: 30px;
width: 5px;
background: url(skin/bg_navbar_right_01.png) center left no-repeat transparent;
}
div.banner a:hover span.center{
float: left;
padding-top: 5px;
height: 30px;
background: url(skin/bg_navbar_center_01.png) top center repeat-x transparent;
}
div.article{
border: 1px solid #ccc;
margin: 10px;
}
h1.title{
margin: 0px;
padding: 0px;
font-size: 24px;
color: #0099ff;
}
.postInfo{
font-size: 16px;
color: #666;
}
.date, .poster{
color: #ff6600;
}
div.copyrightBar{
margin: 0px;
padding: 0px;
}
div.copyrightBar span.bottomLeftCorner{
padding: 0px;
margin: 0px;
float: left;
width: 32px;
height: 60px;
background: url(skin/bg_bottom_left_corner_01.png) top right no-repeat transparent;
}
div.copyrightBar span.bottomRightCorner{
padding: 0px;
margin: 0px;
float: left;
width: 32px;
height: 60px;
background: url(skin/bg_bottom_right_corner_01.png) top left no-repeat transparent;
}
div.copyrightBar span.bottom{
padding: 10px 0px 0px 0px;
font-weight: bold;
margin: 0px;
float: left;
height: 60px;
width: 696px;
background: url(skin/bg_bottom_wall_01.png) top center repeat-x transparent;
}
</style>
<div class="outerContainer">
<div class="innerContainer">
<div class="mainContainer">
<div class="topBar">
<span class="topLeftCorner">
</span>
<span class="top">
You are currenly logged in as: UserName
</span>
<span class="topRightCorner">
</span>
</div>
<div class="content">
<div class="banner">
<a href="#">
<span class="left">
</span>
<span class="center">
Home
</span>
<span class="right">
</span>
</a>
<a href="#">
<span class="left">
</span>
<span class="center">
Forums
</span>
<span class="right">
</span>
</a>
<a href="#">
<span class="left">
</span>
<span class="center">
Galleries
</span>
<span class="right">
</span>
</a>
<a href="#">
<span class="left">
</span>
<span class="center">
About Us
</span>
<span class="right">
</span>
</a>
<a href="#">
<span class="left">
</span>
<span class="center">
Terms of Service
</span>
<span class="right">
</span>
</a>
</div>
<div class="article">
<h1 class="title">
Title Here...
</h1>
<span class="postInfo">
Posted on
<span class="date">
01-27-2009</span>, by
<span class="poster">
BetaWar</span>.
(0) Comments
</span>
<br/>
Some content<br/>Some contentSome content<br/>Some content<br/>Some content<br/>Some content<br/>Some content<br/>Some content<br/>Some content<br/>
</div>
<div class="article">
<h1 class="title">
Title Here...
</h1>
<span class="postInfo">
Posted on
<span class="date">
01-27-2009</span>, by
<span class="poster">
BetaWar</span>.
(0) Comments
</span>
<br/>
Some content<br/>Some contentSome content<br/>Some content<br/>Some content<br/>Some content<br/>Some content<br/>Some content<br/>Some content<br/>
</div>
<div class="article">
<h1 class="title">
Title Here...
</h1>
<span class="postInfo">
Posted on
<span class="date">
01-27-2009</span>, by
<span class="poster">
BetaWar</span>.
(0) Comments
</span>
<br/>
Some content<br/>Some contentSome content<br/>Some content<br/>Some content<br/>Some content<br/>Some content<br/>Some content<br/>Some content<br/>
</div>
<div class="article">
<h1 class="title">
Title Here...
</h1>
<span class="postInfo">
Posted on
<span class="date">
01-27-2009</span>, by
<span class="poster">
BetaWar</span>.
(0) Comments
</span>
<br/>
Some content<br/>Some contentSome content<br/>Some content<br/>Some content<br/>Some content<br/>Some content<br/>Some content<br/>Some content<br/>
</div>
<br/>
</div>
<div class="copyrightBar">
<span class="bottomLeftCorner">
</span>
<span class="bottom">
Copyright (©) ReigningStudios.com 2008, All Rights Reserved
</span>
<span class="bottomRightCorner">
</span>
</div>
</div>
</div>
</div>
Here is a link to the site for anyone who wants a live preview:
http://www.reigningg...s/rs/index.html
And here is an image (or series of them at lest) displaying the problems along with what I want it to look like (IE vs the other browsers). Each portion is labeled with the browse name that the shot was taken in in a red/black bold text.

And, finally here is an image of what the whole thing is supposed to look like (not taken from any browser, it is what I made originally as the entire skin and color stuff):

Thanks in advance for any and all help,
BetaWar

New Topic/Question
Reply



MultiQuote







|