Hi,
I was visiting <!-- w --><a class="postlink" href="http://www.bloomingdales.com">www.bloomingdales.com</a><!-- w --> and wondering how they use a complete border frame on top of their images. For example if you click on any page it just let you save/access one whole frame with gray border.
I went to page source they are using style for that. Is there any complete article or any good source to learn this technique.
Thanks a lot.
Regards,1. make a .gif all transparent except for the frame.
2. Position it directly on top of the image.Or do you mean that the pictures all have a neat grey border round them? if so, it's
<img src=http://www.webdeveloper.com/forum/archive/index.php/"image.jpg" alt="This is an image" style="border: 1px solid #000000">
Obviously replacing #0000000 with whatever grey is in hexideciaml.
I was visiting <!-- w --><a class="postlink" href="http://www.bloomingdales.com">www.bloomingdales.com</a><!-- w --> and wondering how they use a complete border frame on top of their images. For example if you click on any page it just let you save/access one whole frame with gray border.
I went to page source they are using style for that. Is there any complete article or any good source to learn this technique.
Thanks a lot.
Regards,1. make a .gif all transparent except for the frame.
2. Position it directly on top of the image.Or do you mean that the pictures all have a neat grey border round them? if so, it's
<img src=http://www.webdeveloper.com/forum/archive/index.php/"image.jpg" alt="This is an image" style="border: 1px solid #000000">
Obviously replacing #0000000 with whatever grey is in hexideciaml.