Announcement

Collapse
No announcement yet.

copy an paste a button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • copy an paste a button

    I create a button, shape it, color it, change text and want to use same shaped/colored buton with differnt text, so I do a copy paste - change the text on the new copied button, appeares OK in BV (4 buttons different text) , but in preview (IE, Firefox) I get the page with all the buttons same text as I put on the LAST copied/pasted buttons...all source .png files reffer (in the preview folder and source) to the same .png - here is a part of the source : ... help please ...

    <img src="bv01010.png" id="GlassButton7" width="133" height="24" alt="products" border="0" onMouseOver="this.src='bv01010_hover.png'" onMouseOut="this.src='bv01010.png'">
    </a>
    </div>
    <div id="bv_GlassButton4" style="position:absolute;left:40px;top:382px;width :133px;height:24px;z-index:8" align="left">
    <script language="JavaScript" type="text/javascript">
    <!--
    GlassButton8 = new Image();
    GlassButton8.src = "bv01010_hover.png";
    //-->
    </script>
    <a href="http://d">
    <img src="bv01010.png" id="GlassButton8" width="133" height="24" alt="the show" border="0" onMouseOver="this.src='bv01010_hover.png'" onMouseOut="this.src='bv01010.png'">
    </a>
    </div>
    <div id="bv_GlassButton5" style="position:absolute;left:39px;top:412px;width :133px;height:24px;z-index:9" align="left">
    <script language="JavaScript" type="text/javascript">
    <!--

  • #2
    Re: copy an paste a button

    This is a common problem when using the copy and past method in BV the button will inherit the characteristics of the button on the other page. Best to create a new one each time.
    Reguards
    Ed
    www.dsondesigns.com
    www.marseillesyouthsports.com
    www.300hitter.com
    www.bigjk.net
    How to add JAlbum to your site

    Comment

    Working...
    X