Forum URL: http://pwh.vforums.co.uk | http://support.powerwh.com/
Experienced By: me
Browser: Comodo Dragon (Chromium)
Operating System: Windows 7 Ultimate
Problem:
It seems when floating to the left for ads it overlaps the forum. I don't think it could be my external CSS would it?
Code:
- body {
- background:white url(http://powerwh.com/images/bg.jpg) repeat-y center;
- margin:0;
- text-align:center;
- }
- body,td,th {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- color: #686868;
- }
- a:link, a:visited {
- color: #3370a6;
- }
- a:hover{
- color:#00529a
- }
- #wrapper{
- width:958px;
- margin:0 auto;
- text-align:left;
- padding:2px;
- position:relative;
- background:url(http://powerwh.com/images/contentrepeat.jpg) repeat-y;
- }
- .clear{
- clear:both;
- }
- img.border{
- background:#fff;
- padding:3px;
- border:1px solid #dadada;
- }
- img.fright{
- float:right;
- background:#fff;
- border:1px solid #ccc;
- padding:3px;
- margin-left:10px;
- margin-bottom:10px;
- margin-top:10px;
- }
- img.fleft{
- float:left;
- background:#fff;
- border:1px solid #ccc;
- padding:3px;
- margin-right:10px;
- margin-bottom:10px;
- margin-top:10px;
- #header{
- width:100%;
- background:url(http://powerwh/images/header.jpg) repeat-x top;
- height:64px;
- padding-top:15px;
- }
- /* === Logo === */
- #logo {
- position:absolute;
- top:-10px;
- }
- #social{
- position:relative;
- float: right;
- }
- /* === Nav === */
- #nav{
- background:url(http://powerwh/images/navbg-repeat.jpg) repeat-x top;
- height:56px;
- width:100%;
- margin:2px 0;
- position:relative;z-index:999;
- }
- #nav .inner{
- width:100%;z-index:999;
- height:56px;
- background:url(http://powerwh/images/navbg-middle.jpg) top center no-repeat;
- }
- #nav ul {
- font-size:18px;
- padding: 5px 0 0 30px;
- margin: 7px 0;
- list-style: none;
- float: left;
- text-shadow:1px 1px white;
- z-index:999;
- }
- #nav ul li{
- display:inline;
- float:left;
- z-index:100;
- }
- #nav ul li a:link, #nav ul li a:visited{
- display:inline;
- color:#525252;
- display:block;
- text-decoration:none;
- height:44px;
- }
- #nav ul li a:hover{
- display:inline;
- color:#000;
- background:url(http://powerwh/images/bgright.jpg) no-repeat top right ;
- display:block;
- text-decoration:none;
- height:44px;
- }
- #nav ul li a.current{
- background:url(http://powerwh/images/bgright.jpg) no-repeat top right ;
- height:44px;
- }
- #nav ul li a.active{
- background:url(http://powerwh/images/bgright.jpg) no-repeat top right ;
- height:44px;
- }
- #nav ul li a.current span.link,#nav ul li a.active span.link, #nav ul li a:hover span.link {
- background: url(images/bgleft.jpg) no-repeat top left;
- }
- #nav ul li a span.link {
- margin: 0 18px 0 0px;
- padding: 12px 8px 14px 18px;
- position: relative; /*To fix IE6 problem (not displaying)*/
- float:left;
- cursor:pointer;
- }
Overlapping will occur on small screens if you make the forum width too wide. Say on my main monitor (1280px), looks fine. But when I move across to a smaller one at 1024px resolution, yes, it will overlap because you've set the forum to be about 900px wide. I believe about 750px allows for display on 1024px with no problems. Or you can use the right hand column advert positioning which I believe allows for a little extra room.
Well I'm using a 1600x900 resolution.
http://uploads.vforums.co.uk/forums/support/Untitled-3hs.jpe g
It's floating to the right. I've had it next to the edge of my screen before on iDirectory. Basically I thought it was like how my own site is http://powerwh.com when it floats on the left side of the screen.
If you look at my other skin (Website or even Plain) It shows that it is close to the screen.
http://uploads.vforums.co.uk/forums/support/Untitled-3hl.jpe g
Now my suspicions lie within my external CSS.
edit: now that I removed my CSS it's all the way to the edge of the screen...
http://uploads.vforums.co.uk/forums/support/Untitled-kpt.jpe g
You hadn't specified which skin this was on - so assumed the default (Website).
Would guess it's something to do with the width/styling of #wrapper. If you want to add the CSS back on can take a look (although am still not sure which skin was having the problem).
Ohh.... haha. Sorry. Skin1. :> lol.
Fixed. Changed a few things in the CSS, now I have to figure out how to get the CSS to work in the Header. Can't seem to figure that out.