A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: CSS - Use a SWF instead of an image??

  1. #1
    Junior Member
    Join Date
    Nov 2009
    Posts
    1

    CSS - Use a SWF instead of an image??

    I am working on a website which uses CSS and want to use a SWF instead of the image, but the class="thumb" keeps the page formated.

    Is there anyway to swap this image with a SWF and keep it working correctly with the CSS??

    <div class="single-project3">
    <h2 class="h2">Customize & Purchase</h2>
    <a href="images/w-b/wb2.jpg" title="Customizable Graphic" class="lb">
    <img src="images/w-b/wb2_small.jpg" alt="" class="thumb"/></a>


    Thanks in advance!!

  2. #2
    Junior Member
    Join Date
    Feb 2009
    Posts
    21
    Can you not just:

    <div class="thumb">
    Inserted Flash Code
    </div>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center