Computing.Net > Forums > Web Development > Adding Border to Image overlays In

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Adding Border to Image overlays In

Reply to Message Icon

Name: geoshrad
Date: February 21, 2009 at 04:35:15 Pacific
OS: Windows XP
Subcategory: General
Comment:

Hi

I am trying to add a border to my Images Collections displayed on a Google Map, Using the Google Map API marker.

I tried giving Border:1 d many things like that, but there is noborder for my image.

Any idea on how to add a white border to the Image Displayed.

Now i have done it like hiding another white image under the orginal image, but this is not producing acurate results.

I am implementing this for my website http://www,peermade.info/peermade

Thanks
George

www.geoshrad.com



Sponsored Link
Ads by Google

Response Number 1
Name: shutat
Date: February 22, 2009 at 13:11:07 Pacific
Reply:

Have you tried something like

 <img src="..." style="border: 1px solid #ffffff">

Another idea *might* be something like

<div style="width: 34px; height: 34px; background-color: #ffffff">
<img src="" width="32" height="32" style="margin: 1px">
</div>

HTH



0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Adding Border to Image overlays In

background image wrapping in cell www.computing.net/answers/webdevel/background-image-wrapping-in-cell/1964.html

export data to Excel file in JSP www.computing.net/answers/webdevel/export-data-to-excel-file-in-jsp/1662.html

how to use filedsn in php www.computing.net/answers/webdevel/how-to-use-filedsn-in-php-/3640.html