Welcome Guest, Not a member yet? Register   Sign In
Hey there! Welcoming myself to CI, with a twist.
#7

[eluser]AKC_Pico[/eluser]
Hey!

I took a look in my style.css file, and i found the following code in it already:

Quote:/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
display: block;
font-size: 0;
line-height: 0;
}

I then took a look in my stylesheet.css, i found the following code:
Quote:.clear {
clear:both;
height:20px;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}

THEN i found a file in my template_name/style folder called: webtoolkit.clearfix.css with the following code:
Quote:.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}

So it seems that i have clearfix all over the place! Yet this confuses me as to my site still does not display properly. Am i supposed to add some clearfix code to my footer/header/index.php files aswell?

Appreciate the help.

Pico.

EDIT! Somehow ive managed to hide my link from you guys! Tongue Sorry about that! Here you go:

www.lavarico.com


EDIT AGIAN:

Ive went into my footer/header/index.php and added the html fix for the DIV's, for a moment it semi worked ion chrome ( I saw the side panel, but not the middle content ). Then i edited something and now its back to the bad way it was. Ive uploaded my footer/header/index.php, could you guys take a look? (added my .css files) I added the clearfix to all div's, however its not working.

Files:

http://www.picoscape.net/PicoUpload/down...6409688858

Thankyou so much.


Messages In This Thread
Hey there! Welcoming myself to CI, with a twist. - by El Forum - 08-22-2009, 08:45 PM
Hey there! Welcoming myself to CI, with a twist. - by El Forum - 08-22-2009, 11:59 PM
Hey there! Welcoming myself to CI, with a twist. - by El Forum - 08-23-2009, 12:08 AM
Hey there! Welcoming myself to CI, with a twist. - by El Forum - 08-23-2009, 01:27 AM
Hey there! Welcoming myself to CI, with a twist. - by El Forum - 08-23-2009, 03:51 AM
Hey there! Welcoming myself to CI, with a twist. - by El Forum - 08-23-2009, 08:05 AM
Hey there! Welcoming myself to CI, with a twist. - by El Forum - 08-23-2009, 12:58 PM
Hey there! Welcoming myself to CI, with a twist. - by El Forum - 08-25-2009, 02:22 PM
Hey there! Welcoming myself to CI, with a twist. - by El Forum - 08-25-2009, 11:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB