This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > November 2004 > css opps
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| towcan's 2004-11-16, 6:47 pm |
| Hi yea,
the css below changes my textbox and Submit button as I require, but I would
like to know how can I apppy the same design to a multi line text area.
input {
background-color: #FCFDF2;
border: 1px solid #8DB30F;
}
regards
twocan's
| |
| towcan's 2004-11-16, 6:47 pm |
| Ha ha, you know Murry I just got my self a self beating stick and feel I may
start using it in a moment, I have just tried what you sead after messing
around a few minutes before posing and couldnt get it to work, but now it
does work lol.
regards
Twocan's
"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cmt6iu$8ed$1@forums.macromedia.com...
> textareas are tricky, but why wouldn't this work -
>
> input,textarea {
> background-color: #FCFDF2;
> border: 1px solid #8DB30F;
> }
>
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.dreamweavermx-templates.com - Template Triage!
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
> ==================
>
> "towcan's" <fouracc@hotmail.com> wrote in message
> news:cmt68s$854$1@forums.macromedia.com...
>
>
| |
| Murray *TMM* 2004-11-16, 6:47 pm |
| textareas are tricky, but why wouldn't this work -
input,textarea {
background-color: #FCFDF2;
border: 1px solid #8DB30F;
}
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"towcan's" <fouracc@hotmail.com> wrote in message
news:cmt68s$854$1@forums.macromedia.com...
> Hi yea,
> the css below changes my textbox and Submit button as I require, but I
> would like to know how can I apppy the same design to a multi line text
> area.
>
> input {
> background-color: #FCFDF2;
> border: 1px solid #8DB30F;
> }
>
> regards
>
> twocan's
>
| |
| Murray *TMM* 2004-11-16, 6:47 pm |
| You probably forgot the comma.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"towcan's" <fouracc@hotmail.com> wrote in message
news:cmt6pq$8od$1@forums.macromedia.com...
> Ha ha, you know Murry I just got my self a self beating stick and feel I
> may start using it in a moment, I have just tried what you sead after
> messing around a few minutes before posing and couldnt get it to work, but
> now it does work lol.
>
> regards
>
> Twocan's
>
>
> "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
> news:cmt6iu$8ed$1@forums.macromedia.com...
>
>
| |
| Michael Fesser 2004-11-16, 6:47 pm |
| .oO(towcan's)
>Ha ha, you know Murry I just got my self a self beating stick and feel I may
>start using it in a moment, I have just tried what you sead after messing
>around a few minutes before posing and couldnt get it to work, but now it
>does work lol.
Be aware that browser support for styled form elements is rather poor
(may also depend on the underlying OS and widget set). It may work in
one browser, it may fail in another. It may work for some elements, it
may fail for others.
Micha
| |
| towcan's 2004-11-16, 6:47 pm |
| I did as it happens,
will this css work on other browsers do you know, ot only i.e. 6 ish.
regards
twocan's
"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cmt73i$94v$1@forums.macromedia.com...
> You probably forgot the comma.
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.dreamweavermx-templates.com - Template Triage!
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
> ==================
>
> "towcan's" <fouracc@hotmail.com> wrote in message
> news:cmt6pq$8od$1@forums.macromedia.com...
>
>
| |
| Murray *TMM* 2004-11-16, 6:47 pm |
| Yep - byword is to be gentle and test often.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"Michael Fesser" <netizen@gmx.net> wrote in message
news:uf94p0hmtkevln2dlo5n1ta4kt5jq32ipr@4ax.com...
> .oO(towcan's)
>
>
> Be aware that browser support for styled form elements is rather poor
> (may also depend on the underlying OS and widget set). It may work in
> one browser, it may fail in another. It may work for some elements, it
> may fail for others.
>
> Micha
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|