On May 1, 2006, at 10:47 PM, Richard Brown wrote:

> Hi
>
> I am styling a shopping cart. It has a variety of fields including two
> fields that are not needed to be shown. Is it possible to tell a  
> div to
> return a value of nothing please?

If you want to hide a div, do the following:

#div-id {
display: none;
}

If you want hidden fields in the form, do the following:

<input type="hidden" name="my_field" value="my_value" />

-Tyson

-- 
Tyson Tate
* Graphic Designer, CalPoly Library
* Assistant Librarian & Member, Mustang Band
* Team Member, CalPoly Triathlon Team
* Webmaster & Active, Kappa Kappa Psi
* Freelance Graphic Designer
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to