Diagonal Image extending over Css content area

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Diagonal Image extending over Css content area

    I am intrigued with the images that extend over the edges of the content area.

    [url]http://www.trishayearwood.com[/url] has this feature.

    I can't tell if that is using flash or can it be done using straight CSS. What
    is that effect called? Are there any tutorials available?

    Sandy

    saworkco Guest

  2. Similar Questions and Discussions

    1. How to set up image content for future contribute users?
      Hello all, I have a new site I am about to start on for a client who wants to use Contribute to change images, text etc. I am concerned as to how...
    2. variable to control image area output...
      Hi, http://www.bondistudios.com/test5.cfm?thispage=1 and http://www.bondistudios.com/test5.cfm?thispage=2 are the reference pages for this...
    3. CS converts solid area to gradient area when opening an older file??
      Anyone seen this before? I opened a file from Illustrator 9 using CS, and a 20% black screen became a linear gradient from about 20% to 1%. Is there...
    4. Image Gallery with Content - PLEASE HELP.
      Hello, I'm desperately looking for a real good template that has a great image viewer that also displays content like the imagepilot at scalado.....
    5. the rec() coordinates of an area within an image
      Hello There!! I need a bit of help (actually a lot (heh)) in figuring out how to get rect(0,0,0,0) coordinates of various rectangular areas...
  3. #2

    Default Re: Diagonal Image extending over Css content area

    saworkco wrote:
    > I am intrigued with the images that extend over the edges of the content area.
    >
    > [url]http://www.trishayearwood.com[/url] has this feature.
    >
    > I can't tell if that is using flash or can it be done using straight CSS. What
    > is that effect called? Are there any tutorials available?
    >
    > Sandy
    >
    If you View the Source of that page, you will see that it is primarily
    done with Flash.

    The look of the page could be created using just images and some tables
    to line up content over those pages... whether this is the best way is
    debatable, but it would be possible... a brief scan of the source makes
    me think that they are just using flash for some of their fade effects...

    Hope that helps

    Dan
    Dan Rumney Guest

  4. #3

    Default Re: Diagonal Image extending over Css content area

    Yep, you guessed it. It's a flash movie which uses the <embed
    wmode="transparent"> attribute to make the backdrop transparent.

    A very nice effect, only downside is that the transparent flash movies cause
    the page to load real slow in Firefox.

    mzanime.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139