Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Tanith0709

    (@tanith0709)

    Here is a link to my full CSS: http://tinypaste.com/a5a944

    I have tried a few times to fix the issue but whenever I manage to fix the positioning on Firefox it messes it up on all the other browsers.

    Is there any changes to the CSS you would make that should make the layout the same on all browsers?

    Thread Starter Tanith0709

    (@tanith0709)

    Is there anything in the CSS that could fix people having issues with it?

    For example someone on a 1280×800 resolution laptop running Firefox 3.6 sees the blog like this: http://img833.imageshack.us/img833/1751/layoutjb.jpg

    Have heard for some others on particular resolutions its worse.

    Here is the 2 pieces of code that have been used for the position of the main area and the sidebar;

    .item {
    padding: 10px;
    background-color: #FFFFFF;
    background-image: url(/);
    background-repeat: repeat;
    text-align:left;
    border: 0px #1A1A1A;
    margin-bottom: 1em;
    border: 0pt solid #000000;
    width:608px;
    position:relative;
    bottom:18px;
    left:25.7px;
    color:#3F3F2F;
    
    #secondary, #third{
    	background-color:  #FFFFFF;
    	background-image: url(/);
    	background-repeat: repeat;
    width:151px;
    	text-align:left;
    	padding: 5px 0px 0px;
    	border: 0px #1A1A1A;
    	SP_GRADIENT
    position:relative;
    bottom:18px;
    right:25px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)