Jump to content

carl allan

Members
  • Posts

    8
  • Joined

  • Last visited

carl allan's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi, i need help.You see, i need to create a validation using javascript that accepts inputs from users. That is taken care of, my only problem now is that i need to validate that the form only accepts inputs with "@". Only one "@" is accepted, please help me...
  2. If you want the FULL CSS definition for this one here it is./* Copyright 2004 Instant802 Networks, Inc. All Rights Reserved. */@charset "iso-8859-1";/* constains table style elements. *//* import the corporate styles. */@import url(i802.css); /* sectioned styled table */table.standard {border-collapse: collapse;font-size: 9px;}/* sectioned styled table */table.sectioned {border-collapse: collapse;font-size: 9px;}/* style for the body of each section */tbody.section-body {}/* style for each cell in each section */td.section-cell { border-bottom: 1px solid #ffffff; padding: 0px 2px 0px 2px; text-indent: 0px; text-align: left;}td.section-cell-selected {/*color: #ffffff;*//*background-color: #5888BC;*/background-color: #A4DAEE;border-bottom: 1px solid #ffffff;padding: 0px 2px 0px 2px;text-indent: 0px; text-align: left;}td.section-cell-right {border-bottom: 1px solid #ffffff;text-align: right;text-indent: 3px;}/* style for each row in each section */tr.section-row {}/* style for each section title */.section-title {border-bottom: 2px solid #333333;color: #333333;font-size: medium;font-style: normal;padding-top: 8px;text-indent: 3px;white-space: nowrap;}/* style for the header cells with child header below. */td.section-header-super {background-color: #cccccc;font-size: 11px;font-weight: bold;padding: 2px 2px 2px 2px;text-align: left;text-indent: 3px;white-space: nowrap;}/* style for the header cells */td.section-header {background-color: #dddddd;font-size: 10px;font-weight: bold;padding: 2px 2px 2px 2px;text-align: left;text-indent: 0px;white-space: nowrap;}td.section-header-center {background-color: #dddddd;font-size: 10px;font-weight: bold;padding: 2px 2px 2px 2px;text-align: center;white-space: nowrap;}td.section-header-vertical {background-color: #eeeeee;font-weight: bold;padding: 2px 2px 2px 2px;text-align: left;white-space: nowrap;}/* style for section separtors */td.section-separator {border-top: 4px solid #550033;height: 0%;}/* style for each sortable column header */td.sortable {text-decoration: underline;}/* style for each section title */tr.oddtablerow {background-color: #DCDCFF;}/* style for each section title */tr.eventablerow {background-color: #ffffff;}
  3. i'll post my CSS definitions, i think the problems are on the pixel or something.td.section-cell { border-bottom: 1px solid #ffffff; padding: 0px 2px 0px 2px; text-indent: 0px; text-align: left;}td.section-cell-selected {/*color: #ffffff;*//*background-color: #5888BC;*/background-color: #A4DAEE;border-bottom: 1px solid #ffffff;padding: 0px 2px 0px 2px;text-indent: 0px; text-align: left;section-cell if not selected and section-cell-selected if selected.
  4. carl allan

    Table trouble!

    Hi, some of my pages have tables in it. I have this problem, when you hover a mouse on the table it will be highlited blue (on css defenitions) but on mouse out, my tables somehow, shrinks by a pixel or two. how can i resolve this.
  5. Hi, can i cancel a form? Meaning, can i cancel it when a certain event happens, meaning it will not show on the page? Help is appreciated.
  6. Hi, i have two frames, the first frame is for the navigation bar. I have this problem, when the page is refreshed, i want the first frame not to be refreshed and the body frame to be refreshed. Is there any way i can do to make this possible? Thank you in advance.
  7. Hi, is there anyway that i can do so i can cancel a refresh(f5) request? What i mean is, is there a way i can use so when the user refreshes my page, certain frames will not be refreshed?
  8. Hi, i have a standard menu bar. I want it to collapse whenever i click at the primary button. I have tried using some scripts that can be downloaded via the web but the table design, in turn, was ruined. My boss said that i should use DOM on it. (eq. hide and unhide the table) Is this possible? Help me please.
×
×
  • Create New...