Click here to Skip to main content
15,887,776 members
Home / Discussions / Web Development
   

Web Development

 
QuestionFacebook Chat API Pin
Masihur25-Mar-12 19:51
Masihur25-Mar-12 19:51 
AnswerRe: Facebook Chat API Pin
Wayne Gaylard25-Mar-12 21:50
professionalWayne Gaylard25-Mar-12 21:50 
QuestionSOLVED :: $_SERVER['DOCUMENT_ROOT'] in php behaving different in my EasyPHP test server and in the production server... Pin
Joan M22-Mar-12 4:10
professionalJoan M22-Mar-12 4:10 
AnswerRe: $_SERVER['DOCUMENT_ROOT'] in php behaving different in my EasyPHP test server and in the production server... Pin
Peter_in_278022-Mar-12 11:04
professionalPeter_in_278022-Mar-12 11:04 
GeneralRe: $_SERVER['DOCUMENT_ROOT'] in php behaving different in my EasyPHP test server and in the production server... Pin
Joan M22-Mar-12 22:54
professionalJoan M22-Mar-12 22:54 
GeneralRe: $_SERVER['DOCUMENT_ROOT'] in php behaving different in my EasyPHP test server and in the production server... Pin
Peter_in_278025-Mar-12 14:28
professionalPeter_in_278025-Mar-12 14:28 
GeneralRe: $_SERVER['DOCUMENT_ROOT'] in php behaving different in my EasyPHP test server and in the production server... Pin
Joan M25-Mar-12 20:16
professionalJoan M25-Mar-12 20:16 
QuestionSOLVED :: I don't understand a black stripe on my web site... any tool/advice that could help me? Pin
Joan M22-Mar-12 0:28
professionalJoan M22-Mar-12 0:28 
ORIGINAL POST
I've been working on a web site... one of the last problems that I've detected the site has is that in pages in which the layout has a menu on the left and the contents on the right side, then a black stripe appears just before the footer...

I've been searching the Internet in order to find the reason of that, but even with firebug I'm not capable to understand the problem...

It works in IE and it fails with Firefox, chrome, safari and opera... Cry | :((

If any of you could take a look at it and suggest which would be the possible reason of that black stripe it would be great...

I simply don't understand why it is here... if I understand that, probably I will be able to find a solution out there.

The web site is the one on my sig, if you would like to see the black stripe you could just follow the link and press company (just under the flash (top/left)).

Thank you in advance! Thumbs Up | :thumbsup:


SOLUTION
As johny10151981 suggested that it was a specific div the one that was failing, I've searched the Internet in order thow to clear divs with floating and auto height... it seems that this CSS class helps a lot on that if it is applied to the parent div:

CSS
.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}



Thank you all for reading and help.
[www.tamautomation.com] Robots, CNC and PLC machines for grinding and polishing.


modified 22-Mar-12 10:28am.

AnswerRe: I don't understand a black stripe on my web site... any tool/advice that could help me? Pin
Mohibur Rashid22-Mar-12 3:32
professionalMohibur Rashid22-Mar-12 3:32 
GeneralRe: I don't understand a black stripe on my web site... any tool/advice that could help me? Pin
Joan M22-Mar-12 4:14
professionalJoan M22-Mar-12 4:14 
GeneralRe: I don't understand a black stripe on my web site... any tool/advice that could help me? Pin
Mohibur Rashid22-Mar-12 20:33
professionalMohibur Rashid22-Mar-12 20:33 
GeneralRe: I don't understand a black stripe on my web site... any tool/advice that could help me? Pin
Joan M22-Mar-12 21:30
professionalJoan M22-Mar-12 21:30 
GeneralRe: I don't understand a black stripe on my web site... any tool/advice that could help me? Pin
User 171649222-Mar-12 23:39
professionalUser 171649222-Mar-12 23:39 
AnswerRe: SOLVED :: I don't understand a black stripe on my web site... any tool/advice that could help me? Pin
User 171649222-Mar-12 11:18
professionalUser 171649222-Mar-12 11:18 
GeneralRe: SOLVED :: I don't understand a black stripe on my web site... any tool/advice that could help me? Pin
Joan M22-Mar-12 12:44
professionalJoan M22-Mar-12 12:44 
GeneralRe: SOLVED :: I don't understand a black stripe on my web site... any tool/advice that could help me? Pin
User 171649222-Mar-12 13:59
professionalUser 171649222-Mar-12 13:59 
GeneralRe: SOLVED :: I don't understand a black stripe on my web site... any tool/advice that could help me? Pin
Joan M22-Mar-12 21:22
professionalJoan M22-Mar-12 21:22 
QuestionImage In HTML Page Doesn't Show Pin
Kevin Marois19-Mar-12 12:07
professionalKevin Marois19-Mar-12 12:07 
AnswerRe: Image In HTML Page Doesn't Show Pin
R. Giskard Reventlov19-Mar-12 12:24
R. Giskard Reventlov19-Mar-12 12:24 
GeneralRe: Image In HTML Page Doesn't Show Pin
stuartthomas0125-Mar-12 20:45
stuartthomas0125-Mar-12 20:45 
AnswerRe: Image In HTML Page Doesn't Show Pin
jeta54519-Mar-12 22:14
jeta54519-Mar-12 22:14 
AnswerRe: Image In HTML Page Doesn't Show Pin
Bernhard Hiller19-Mar-12 22:21
Bernhard Hiller19-Mar-12 22:21 
GeneralRe: Image In HTML Page Doesn't Show Pin
Pete O'Hanlon20-Mar-12 3:20
mvePete O'Hanlon20-Mar-12 3:20 
AnswerRe: Image In HTML Page Doesn't Show Pin
Shameel20-Mar-12 0:13
professionalShameel20-Mar-12 0:13 
AnswerRe: Image In HTML Page Doesn't Show Pin
Vasudevan Deepak Kumar21-Mar-12 9:09
Vasudevan Deepak Kumar21-Mar-12 9:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.