Content going off the page overlapping footer [closed] - php

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I'm having some issues where the content on my website is going off the end of the page.
{link removed} - Question answered
If you click the search button on the left hand side, you'll see what I mean. I can't seem to get my head around why this is happening. The coding is a bit messy at the moment, but will eventually clean it up. Any help given will be appreciated!

You've set a height of 110px on the div with class products_box.
Remove that height and everything will be fixed.

Related

i can add a data and i can only see through phpmyadmin. [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
here is the front end of it.
and this is the back end
http://localhost/phpmyadmin/#PMAURL-6:sql.php?db=bims&table=personal_info&server=1&target=&token=8254c6ededd52ca5284d30cf084621b9
This question is wrongly asked.
you may:
Take screen shots
Be specific on where the problem is
And if you wish to provide link, make sure it is hosted not recommended at all for database
And if it is a database, be careful not to share a sensitive database, Only share something that is strictly demo

Images should only load when scrolling down to reduce bandwidth [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
well, i am reading out an image folder with lets say 300 images with php.
It runs fine.
To reduce bandwidth, i want to load the images only, if they are in the viewport.
If I'm not wrong you want your images to load when you scroll down the page. So, you need to use lazy loading in your application.
See this example
Let me know if you have any question.
So you are looking for an infinite scrolling, as far as I understand.
You have some plugins that may help you:
http://jscroll.com/
http://infinite-scroll.com

How do I make a comment system for my website? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
What would the code be to have a comments section on my website where logged in people can place a comment. I got a database and want to use html and php only. No 3th party involved.
Something simple and not to advanced.
You should check out some tutorials:
http://www.youtube.com/watch?v=KGmEZY6DBhw
http://www.2my4edge.com/2013/05/comment-system-using-php-and-mysql.html
We are not going to place an entire code here, you should show us that you've tried instead of just asking us to write all of your code.

Content Overlapping on Website [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I'm having an issue with content overwrapping on a website I'm working on for someone.
I've added the countdown timer/signup area at the top. However, it's overlapping in all major browsers. At first I thought it was an easy fix and just added a transparent image to knock down the content a bit more. But, then I realized it fixed it for FireFox but was still overlapping on Chrome and Safari.
I think part of this is just that I've been looking at the code too long and am missing something simple. If someone could post what needs to be added/changed, that would be great. Any help would be appreciated.
You have the countdown contained within your header (#header_wrapper), which has its height set to 131px.
This means, the layout won't take the full size of the countdown into account.
You'll probably want to either move the countdown out of the header wrapper and into the content wrapper, or correct the height of the header appropriately.

Strange webpage display [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have made a webpage and doing testing in different browsers. In Chrome, everything is okay. But in IE, in some pages, at their ends, a few words are used to repeat themselves, far away.
When I use cursor to highlight the repeated words, the original words far away are also being highlighted.
May experts teach me what I have done wrong?
most probably its because of CSS file which you have made for all explorers the same. You will need to change the CSS file according to your browser.
If you have already done it then sample or image/code of your web page is required to find
the actual problem and then the solution.

Categories