div's not displaying correctly when logged in

Im new to php having used html before I have knowledge using div’s but right now I am having trouble with when users login to my site the div’s are not staying aligned within the border of my site any help would be greatly appreciated too see what Im talking about (www.vertexunit.tk) use “Guest” for username and “password” for password and I also cannot get the links from login php to link to the parent window.

Replace these elements in your style.css - with the ones below.

.navmenu { /* position: absolute; */ /* margin-top: 10px; */ margin-left: 10px; }

.navigation {
background-image: url(‘http://www.vertexunit.tk/default/images/navigation.png’);
background-repeat: no-repeat;
width: 780px;
/* height: 20px; */
color: #90EE90;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 4px;
}

That fixed it thank you! Another question could you tell me how to make my button act as a input type submit and as a button Im trying to get it so that login.php will open in the iframe on index.php and all links in the iframe open in the parent window i have tried using but cannot seem to get this to work Ive also added "<input type=“submit type=“button”” that didnt work and tried using javascript as well.

Another question could you tell me how to make my button act as a input type submit and as a button Im trying to get it so that login.php will open in the iframe on index.php

This is the code I use to do what you’re asking… If you create an account on unlocktheinbox.com and go to the “FeedBack Loops” section - In the members area you can see it in action.

Your anchor Tag.

[php]PHPHELP[/php]

Your IFrame

[php][/php]

Some Javascript Magic for resizing.

[php][/php]

all links in the iframe open in the parent window i have tried using but cannot seem to get this to work Ive also added "<input type="submit type="button"" that didnt work and tried using javascript as well.

[php]window.top.location.href = “http://www.unlocktheinbox.com”;[/php]

If you have any more questions, new thread please.

Sponsor our Newsletter | Privacy Policy | Terms of Service