View Full Version : strech graphic files over frame pages
hi
how does one work with graphic files to display a graphic over a framed page? So there for example would be a corner graphic on a left panel framed page that would also be displayed on the other frames?
This would be for a general design theme to make the graphics consistant and attractive.
any ideas?
thanks
BuZZ
Afrow UK
12-09-2003, 07:54 PM
You must use a layer with z-index.
Here is an example on here, see that the image is overlapping the iframe.
http://www.thedarknessrock.com/
The actual code used:
<div id="Layer1" style="position:absolute; width:195px; height:120px; z-index:2; left: 10px; top: 10px;">
<table width="195" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="/"><img src="/images/newtopbar/newtopbar_01.gif" alt="HOME" width="195" height="94" border="0"></a></td>
</tr>
<tr>
<td><a href="/"><img src="/images/newtopbar/newtopbar_41.gif" alt="HOME" width="195" height="26" border="0"></a></td>
</tr>
</table>
</div>
thanks for your help.
im also trying to figure out how graphics are used with frames to produce something like this :
http://www.flynationwide.co.za/nationwide.cfm?src=history
with a border around the entire frame especially the edges in oblong form.
thanks
buzz
dragon
12-28-2003, 05:15 AM
TheImposter.org has an explaination of how to do rounded corners with CSS. I'm not real clear on what you're trying to do, but maybe this will help you out: http://theimposter.org/cascade/curve/
heres an example of what im trying to do. frames but with rounded corners.
http://www.flynationwide.co.za/
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.