HighDots Forums  

colour + button

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss colour + button in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
sjon2
 
Posts: n/a

Default colour + button - 02-01-2005 , 09:24 AM






Hi...on my site:
http://home.wanadoo.nl/mttiemensma/
I'd like to know how I can get rid of the colour around the play button (in IE).

Regards!

Reply With Quote
  #2  
Old   
Kramerica Industries
 
Posts: n/a

Default Re: colour + button - 02-01-2005 , 09:32 AM






I don't see a play button but if you mean the intro button:
a img { border: none;}

"sjon2" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hi...on my site:
http://home.wanadoo.nl/mttiemensma/
I'd like to know how I can get rid of the colour around the play button
(in IE).

Regards!



Reply With Quote
  #3  
Old   
The Wandering Messiah
 
Posts: n/a

Default Re: colour + button - 02-01-2005 , 09:45 AM



Put a border="0" in your image with in your code so it's reads:

<img src="intro.png" width="55" height="18" border="0">

Reply With Quote
  #4  
Old   
sjon2
 
Posts: n/a

Default Re: colour + button - 02-01-2005 , 02:49 PM



the html code for this play button is:
<img src="intro.png" width="55" height="18">
How & where should I place the code:
a img { border: none;}
to get rid of the colour around the play button.
It's not clear to me yet (BTW the play button has NO border around it)



Reply With Quote
  #5  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: colour + button - 02-01-2005 , 03:12 PM



Have you explicitly exported this button as an 8 bit PNG image, or are you
using it right out of FW?

You could always use <img src="intro.png" width="55" height="18" border="0">


--
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
==================

"sjon2" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
the html code for this play button is:
img src="intro.png" width="55" height="18"
How & where should I place the code:
a img { border: none;}
to get rid of the colour around the play button.
It's not clear to me yet (BTW the play button has NO border around it)





Reply With Quote
  #6  
Old   
sjon2
 
Posts: n/a

Default Re: colour + button - 02-01-2005 , 03:55 PM



This border "0" doesnt work (maybe because I used it right out of FW?).
It has the colour of the browser colour (which you can choose in IE) around it
This is not so in SAFARI. The question is still: how can I get rid of this
colour, because it looks so ugly!


Reply With Quote
  #7  
Old   
darrel
 
Posts: n/a

Default Re: colour + button - 02-01-2005 , 04:01 PM



Quote:
This border "0" doesnt work \
Your markup:
<img src="intro.png" width="55" height="18">

It doesn't look like you put the border="0" attribute in there.

-Darrel





Reply With Quote
  #8  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: colour + button - 02-01-2005 , 04:05 PM



Stop and step away from the keyboard!

Export the image first! 29K for that silly button is a bit much, no? And
the image is 218K?

Right - you are the one with the Oz DesignPak....

Change this -

<img src="intro.png" width="55" height="18">

to this -

<img src="intro.png" width="55" height="18" border="0">

--
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
==================

"sjon2" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
This border "0" doesnt work (maybe because I used it right out of FW?).
It has the colour of the browser colour (which you can choose in IE)
around it
This is not so in SAFARI. The question is still: how can I get rid of
this
colour, because it looks so ugly!




Reply With Quote
  #9  
Old   
Kramerica Industries
 
Posts: n/a

Default Re: colour + button - 02-01-2005 , 04:43 PM



Quote:
How & where should I place the code:
Well it's not HTML.. So how about in your css?



"sjon2" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
the html code for this play button is:
img src="intro.png" width="55" height="18"
How & where should I place the code:
a img { border: none;}
to get rid of the colour around the play button.
It's not clear to me yet (BTW the play button has NO border around it)





Reply With Quote
  #10  
Old   
sjon2
 
Posts: n/a

Default Re: colour + button - 02-01-2005 , 05:32 PM



I was obedient. I did it all...including stepping away from the keyboard + putting the border=0 in the html. But....still colour around the button. Am I still missing something?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.