Styling the geocoder marker_infowindow
2 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: July 13, 2012 (RSS)
By videopixel - June 24, 2012
I want to style the marker_infowindow
At the moment I use this:
Like in the example you provided (this div is dynamic... so how to css this?)
Thanks
At the moment I use this:
<div id="marker_infowindow_<?php echo $record['num']; ?>">
Like in the example you provided (this div is dynamic... so how to css this?)
Thanks
Re: [videopixel] Styling the geocoder marker_infowindow
By Jason - July 13, 2012
Hi,
There are a couple of ways you could style this.
1) you could add in a class
You can then set up whichever CSS rules for infoWindow that you need.
2) you can use inline styles:
Hope this helps
There are a couple of ways you could style this.
1) you could add in a class
<div id="marker_infowindow_<?php echo $record['num']; ?>" class = "infoWindow">
You can then set up whichever CSS rules for infoWindow that you need.
2) you can use inline styles:
<div id="marker_infowindow_<?php echo $record['num']; ?>" style = "">
Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/