PDA

View Full Version : Banner image size


dxflw
01-04-2009, 10:53 PM
Hi and happy new year for everybody?
Question for the coders:
Is possible create a code for this job?

I want to add a banner image but i want that the user can see the image big or small proportionally with the pc monitor of the user

in example:

The image banner are inside to the table

<table width="100%">
<tr>
<td>
<img src="/banner.gif">
</td>
</tr>
</table>

now if the resolution of the monitor is 1280x768 then the pic width can be 392px
and if the resolution of the monitor is 1400x1050 then the pic width can be 465px

-------------------
is tha possible?

TimberFloorAu
01-05-2009, 12:58 AM
Only thing I have seen is this:

http://particletree.com/examples/dynamiclayouts/

dxflw
01-05-2009, 08:57 AM
This dynamiclayouts will do what i want with the images in example on the breadcrump template?

i cant understand how to install the code 's and where to upload the files...

Any help?

TimberFloorAu
01-05-2009, 09:11 AM
would depend on the forum/thread you wanted to display.

If board wide, then I would imagine forumdisplay. With js/css etc linked in the header script.

If threadview then link it as a block in threadview templates

dxflw
01-05-2009, 01:15 PM
Thank you but too dificult...

any else and more simple?