why the window hides part of my page when I make the window smaller
Thank you for your quick response. here is a link:
www/aipbg/com
i will be very thankful if you could help me what I actually want to achieve is when I change the size of the window and if there is any overflow to appear a horizontal scroll on the bottom of the browser....
User Profile
Collapse
-
-
why the window hides part of my page when I make the window smaller
I am designing a website but when I make the window smaller it hides part of my website. any ideas why it is doing it. i tried with overflow:auto/scroll but didn't work.
i have a
header
1|2|3
footer
when i make the window smaller it hides number 3 and i am only able to see 1 and 2
thanks in advance -
how can I switch CSS div hidden and visible with JS
I am trying to design a help section where i have an image which if you place the mouse over it displays another image next to itself. I heard it is possible to make a div section invisible and when the mouse is over to make the div section visible but I have no clue how to do that since i am very new and still learning. I would appreciate of any of you can give me an example of the javascript and js and how to combine then with a short explanation.... -
If I am using the following ajax function
[CODE=javascript]<script type="text/javascript">
function ajaxFunction()
{
var xmlHttp;
try
{
// Firefox, Opera 8.0+, Safari
xmlHttp=new XMLHttpRequest( );
}
catch (e)
{
// Internet Explorer
try
{
xmlHttp=new ActiveXObject(" Msxml2.XMLHTTP" );...Leave a comment:
-
OK sorry for the mistake. I need help replacing forms with a successful submittion message using ajax. any help?Leave a comment:
-
having a problem submitting forms via ajax
Hi guys,
I have some text inputs which I would like to submit to a database via PHP using ajax. What i want to do is when the submit button is pressed I want the forms to disappear and on their place to show up a message saying ...."thanks for submitting you data"... how can I do that. any help pls?
so i have [code=html]<form...><input .../>
<input>
<input type="submit">... -
Well all I can do to clarify myself is to give you an example:
http://orangoo.com/labs/greybox/normal_usage.ht ml any of the links on this page contains a grey box which I am trying to make. any idea on how to proceed would be highly appreciated....Leave a comment:
-
how to design a gray box?
I don't know if this is the right part of the forum to address my problem but I need to design a gray box for a page and I have no idea how. Any help would be appreciated. If you also know from where I can download some sample code that would be awesome.
Thank you in advnaceLeave a comment:
-
how to design a gray box?
I don't know if this is the right part of the forum to address my problem but I need to design a gray box for a page and I have no idea how. Any help would be appreciated. If you also know from where I can download some sample code that would be awesome.
Thank you in advnace -
how to get a random record from MySQL database with PHP
Hi all,
I have set up a database where people enter their personal details. I would like to program a button/link when clicked on to pull one random record from the database and display it. the picked is the winner.
Thanks in advance for your help. -
I tried this:
[code=php]
if ($_GET['zoni']==$your_value)
echo "some text";
else echo "other text";
[/code]
as you said but it doesn't work. I don't know why. What I am trying to achieve here is a drop down menu which displays different values according the selected option via ajax. I am sure my ajax works but my php file which the js connects to doesn't. I guess I am writing my...Leave a comment:
-
need help with php getting a selection from a drop down
I have the following html code:
[HTML]<form method="get">
<select name="zoni" onchange="showC ustomer(this.va lue)">
<option value="0" selected="selec ted">[Select]</option>
<option value="1">zone А</option>
<option value="2">zone B</option>
<option value="3">zone C</option></select></form>[/HTML]... -
I can't really understand where the space is showing but be careful with padding. I see stated padding in almost every division. I hope you understand what the padding option does and how it reflects the content in the given division. other than that try to use some position:absolu te but not too much. You can always use conditional comments for IE. Here is an example:
[HTML]<!--[if IE 6]>
<link href="file.css" media="screen"...Leave a comment:
-
-
I am working on the 11 errors but I don't see how they are associated with the menu in concern. I just don't know why the conditional comment is not working?...Leave a comment:
-
need serious help with fixing CSS in IE 7
Ok guys,
I really hope to find some help here. I am designing a website for a friend. I made a vertical menu with Dreamweaver CS3 but the sub menus that slide out of the root menu appear to be off the root menu if site is opened in IE 7. In every browser it is OK except in IE 7. I tried to create some conditional comments (this is the first time using comments) but I can't get it to work. here is the website (sorry it is not in english)... -
How to turn off global variables (apache)?
How to turn off global variables (apache)?
Any help appreciated. -
Cookies security issue
Hi all,
I need some advice on cookies. What is the best (most secure) way to implement cookies to check for registered users with JS or PHP?
All advices will be highly helpful. -
Need help with a Google JS effect
Hi all,
I am trying to figure out how to develop an effect that gmail uses on their website. I am new to JS. For those who are familiar with gmail.com when go into your inbox and you click over an email subject you notice how part of the page under the subject extends downwards. I am trying to achieve this result for my website. Please advise me how to do that or at least on which part of js I should emphasize. Any advise will be highly... -
No activity results to display
Show More
Leave a comment: