Can this be done in HTML?

Posted:
in General Discussion edited January 2014
I have three frames, (title top frame, nav left frame, main body frame) in the body frame I have a layer with a small gradient that I want to stay put so the body content flows UNDER it like it's a drop shadow from the top frame.



Here's a pic of my idea.





is this possible? and if so how can I do it?



Mac Guru

Comments

  • Reply 1 of 1
    mithrasmithras Posts: 165member
    If you can fix the vertical length of the frame (ie you know it won't be longer than x pixels), just make a long vertical slice of your drop shadow. (ie a png or jpg that is 2-3 pixels wide, and 1000 or whatever pixels tall).



    then make the drop shadow the background of the frame with

    <body background="dropshadow" bgproperties="fixed">



    try it!
Sign In or Register to comment.