Helo all,
as the title suggests, i have two questions related to web design:
1. How do i remove all cookies that are set by my website on people's browsers? Specifically, how do i use javascript/php/others to tell the browser to make all the cookies ever set by my domain to expire? Can i have a command that removes all cookies regardless of the name of the cookie used (since i forgot them already)?
2. How do i style a file upload inputbox? for example:
<input type="file" style="background-color: #567890;" />
This only make the background color for the textbox (for file upload) has background color of #567890, but not the button that says "browse".
I want the button to change in the look, and also i want it to have something like 5px of margin from the textbox.
Ok, maybe that's a bit more than two questions, but at least they are two topics.... ,)
Thanks.
as the title suggests, i have two questions related to web design:
1. How do i remove all cookies that are set by my website on people's browsers? Specifically, how do i use javascript/php/others to tell the browser to make all the cookies ever set by my domain to expire? Can i have a command that removes all cookies regardless of the name of the cookie used (since i forgot them already)?
2. How do i style a file upload inputbox? for example:
<input type="file" style="background-color: #567890;" />
This only make the background color for the textbox (for file upload) has background color of #567890, but not the button that says "browse".
I want the button to change in the look, and also i want it to have something like 5px of margin from the textbox.
Ok, maybe that's a bit more than two questions, but at least they are two topics.... ,)
Thanks.
