Jump to content

liberti

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by liberti

  1. Is there a limit to how far out an include file will reach. I have written an include file to attach to each page. Well when I get into www.moval.edu/academics/departments/Art/current_students-2009.asp then include file will not display? If you follow the link you will see what I mean, the LI tags are just listing and not being pretty navigation like I set up??? It is only affecting pages this far into my web??? Thanks, Liberti
  2. I added that to my css but it is still in the middle of the page. here is one of the many pages this is not executing correctly. http://www.moval.edu/aboutmvc/history-2009.asp
  3. Hi Webbers! I would like the footer to stay at the bottom of the page with varying lengths. here is the css. PS I probably have way too much code, that is probably my problem! html, body { margin: 0; padding: 0; border: 0; /*To ensure browser does not allow extra characters around content*/ height: 100%; width: 100%; background-image: url(/valley-files/images/backgroundtowhite.gif); background-repeat:repeat-x;/*I hope this makes the graphic wider but not longer!*/ font-family: Arial, Helvetica, sans-serif; padding-bottom:25px; } .container { min-height: 100%; /*makes footer go to bottom*/ height: 100%; position: absolute; /* voice-family: "\"}\""; voice-family: inherit;*/ } div.footer { width: 649px; Height: 25px; bottom: 0px; margin: 0 0 0 0; left: 155px; font: Arial, Helvetica, sans-serif; text-align: center; font-size: 14px; text-decoration: none; color: #7e4294; font-weight: bold; z-index:10; position: absolute; } Here is my HTML! The .container div is surrounding all content! Thanks, Liberti
  4. I am trying to get my header background to link back to the main page on every page. Cannot figure out where my errors are? I am very green! Here is the CSS #header { width: 804px; height: 150px; left: 0px; top: 0px; background-image: url(/valley-files/images/header.gif); background-repeat: no-repeat; display: block; position:relative; } #header span { visibility:hidden; left: 0px; top: 0px; position:absolute; } Here is the HTML Moval.edu Thank you, Liberti
  5. Thank you so much! Cannot wait to look at your site. Seems like you are on top of these issues. Thanks, Liberti
  6. Anyone got a fix for the opacity feature not supported by IE8?? Blessings, Liberti
×
×
  • Create New...