Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Geek Culture / a HTML q.

Author
Message
Teh Go0rfmeister
21
Years of Service
User Offline
Joined: 17th Aug 2003
Location:
Posted: 14th Mar 2004 00:44
im rewriting the frameset on my homepage ([href]www.tinnedhead.tk[/href]) as the one you see there is ripped from freewebs

and ive just run into a prob: is there a css/html command etc to make an image overlap the cell borders of the table? also, is there a way of making images "stretch" to fit inside the cell for if they are smaller than the width of it?

http://www.tinnedhead.tk under re-construction.
Fallout
22
Years of Service
User Offline
Joined: 1st Sep 2002
Location: Basingstoke, England
Posted: 14th Mar 2004 01:49
Don't think you can force an image to overlap a table cell border. You'll just need to make your table construction with row and col span so you don't need to overlap. Also, if you want your image to fill the cell, just use the width and height tags withing the img tag to force it to stretch to that size. If you're talking about stretching with the cell as you resize it, then I'm not sure.

Blowing the shite out of people sinse 1981.
Trowbee
21
Years of Service
User Offline
Joined: 12th Apr 2003
Location: United Kingdom
Posted: 14th Mar 2004 02:09
in the <td> properties, add colspan="n" to make that cell span multiple columns, and rowspan="n" for rows.

To make the picture stretch, add height="100%" and width="100%" to stretch it to the size of the cell.
If that doesnt adjust it at run time when the table is resized, you can try CSS, by adding style="width:100%;height:100%" to the image properties.
Teh Go0rfmeister
21
Years of Service
User Offline
Joined: 17th Aug 2003
Location:
Posted: 14th Mar 2004 10:21
cheers

http://www.tinnedhead.tk under re-construction.

Login to post a reply

Server time is: 2024-09-21 12:04:39
Your offset time is: 2024-09-21 12:04:39