Jump to content

dutcbhboy83

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

dutcbhboy83's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I've been searcing the web and this forum and I can't seem to find a post with someone looking for the same thing. I've been able to figure out how to have a header, content and a footer. But what I would like to have is a footer that is visible all the time and the content that scrolls. No matter how big the content is the footer should always be on the main screen. I found one site that had what I wanted but when I sampled the code it didn't work in IE7 on my screen. http://www.webpelican.com/web-tutorials/css-frames-tutorial/ I don't know which CSS property i'm missing but all I wanted to do was use the tutorial mentioned above and it won't even work...this is so frustrating. This is code so far for the homepage that i'm working on, the footer will always stay below the longest content. body { font: 100% Verdana, Arial, Helvetica, sans-serif; background: #666666; margin: 0; padding: 0; text-align: center; color: #000000; background-color: #FFFFFF; } #container { width: auto; background: #FFFFFF; margin: 0 auto; text-align: left; } #header { width:100%; height:100%; float:left; margin-top: 10px; background-color: #1E1E1E; filter: alpha(opacity=50); } #banner { width:100%; height:100%; float:none; background-color: #FFFFFF; } #mainContent { background: #FFFFFF; } #footer { font:Arial, Helvetica, sans-serif; font-size:12; padding: 0 0px; background-color: #FFFFFF; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin; border-top-style: solid; border-top-color: #000000; position: fixed; left: 0px; bottom: 0px; } #mainContent #content { float:left; width: 351px; background-color: #FFFFFF; border: thin none #000000; height: 264px; margin: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 10px; left: 6px; top: 321px; } #mainContent #leftmenu { float:left; width:20%; border: thin none #000000; background-color: #FFFFFF; } #mainContent #rightmenu { width: auto; } #mainContent #divider { float:left; padding-left: 10px; padding-right: 5px; left: 371px; top: 324px; }
  2. thanks ignace , I checked out the tutorial from ajax, interesting, but I can't seem to figure out how to make it work with an sql query instead of a hard coded list. If you know anything else about this it would be a big help. Thanks again.
  3. I have a double drop down box, where the choice of the first box forces the page to reload and place different data in the second box. Kind of like having a country dropdown and state/province dropdown so depending on the country you pick you get a different list of states or provinces. This works great. But the problem is that I also have a form on this page and if you start filling out the form and then change the drop downs all the data that you have already filled in goes blank, because the page refreshes so it only makes sense. Does anyone have any suggestion to how I can get around this happening and reload all the variables that have already been filled in. Thanks for you help in advance
  4. I'm trying to install PHP with IIS on Windows Server 2003 and my PHP seems to be configured because I can run it at the CMD and I get all the info for phpinfo() but when I add a .php file to my webfolder I get a CGI error saying "The specified CGI application misbehaved by not returning a complete set of HTTP headers". I have set up the web extensions in IIS and I have created a cgi-bin folder that is set to run php files. I'm pretty sure I have set all the permissions to allow the php but I'm not sure if I missed any folders that I'm supposed to change the permissions on. I don't understand why I am getting the error, and am I supposed to be installing something to do with CGI?? Looking at this for 2 days and can't figure anything out from the web???
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.