Click here to Skip to main content
16,010,876 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Map Domain Alias to Virtual Folder Pin
Marc Firth26-May-09 22:00
Marc Firth26-May-09 22:00 
GeneralRe: Map Domain Alias to Virtual Folder Pin
Brady Kelly26-May-09 23:14
Brady Kelly26-May-09 23:14 
GeneralRe: Map Domain Alias to Virtual Folder Pin
Marc Firth27-May-09 0:03
Marc Firth27-May-09 0:03 
QuestionextJS: Clear combo value when text clear or doesn't match. [modified] Pin
Brady Kelly18-May-09 10:59
Brady Kelly18-May-09 10:59 
QuestionWrite to CSV in C# asp.net Pin
Civic0618-May-09 6:03
Civic0618-May-09 6:03 
AnswerRe: Write to CSV in C# asp.net Pin
Yusuf18-May-09 7:21
Yusuf18-May-09 7:21 
AnswerRe: Write to CSV in C# asp.net Pin
LloydA11124-May-09 14:53
LloydA11124-May-09 14:53 
QuestionDynamic resizing of Google Map object Pin
Roy Barkas17-May-09 22:57
Roy Barkas17-May-09 22:57 
I need to implement a web page that has a Google map on the left side consuming about 90% of the available width of the browser window and a sidebar on the right side consuming the remaining width. This is pretty standard stuff but I want the google map to resize itself based on the width of the window - i.e. when a user resizes their browser window or when a user has a computer with a small screen the page will adapt to the available screen / window size. I've sorted out how to make a 2 column table with a style sheet that does exactly what I describe but when I put a new GMap2 document into the left side window it all goes to pieces, the map window is a very narrow slit at the top of the page. If you look at the code you may notice that there isn't any code to fill the sidebar yet.

Code that sets up the styles and divs is below. I'm not an HTML expert by any means so please be gentle...

<code><html style="height:100%">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Yacht Tracker</title>
<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;sensor=false&amp;key=my google map key" type="text/javascript"></script>
<style type="text/css">
#parent_div {
width:100%;
padding:6px 0;
border:1px solid #000;
margin:auto;
}
#parent_div:after {
content:'';
display:block;
clear:both;
}
#map {
float:left;
display:inline; /*required by IE6*/
width:1024px;
border:1px solid #999;
marginBlush | :O 3px 0 6px;
}
#sidebar {
float:left;
display:inline; /*required by IE6*/
width:100px;
border:1px solid #999;
marginBlush | :O 6px 0 3px;
}
#map p,#sidebar p {
font-family:sans-serif;
font-sizeBlush | :O .8em;
text-align:justify;
margin:4px;
}
</style>
<div id="parent" style="height: 100%">
<div id="map" style="height 97%">

QuestionAccessing the value of drop down box Pin
aartib17-May-09 21:32
aartib17-May-09 21:32 
AnswerRe: Accessing the value of drop down box Pin
Yusuf18-May-09 7:24
Yusuf18-May-09 7:24 
GeneralEmbedding calender in my web page... Pin
Bithin A17-May-09 21:12
Bithin A17-May-09 21:12 
GeneralextJS Combo Problem Pin
Brady Kelly17-May-09 1:31
Brady Kelly17-May-09 1:31 
QuestionSSL cert vendor, how'd you choose? Pin
devvvy16-May-09 7:23
devvvy16-May-09 7:23 
QuestionCSS Question, Can't figure out how to do this [modified] Pin
shawndeprey15-May-09 9:35
shawndeprey15-May-09 9:35 
AnswerRe: CSS Question, Can't figure out how to do this Pin
shawndeprey15-May-09 13:49
shawndeprey15-May-09 13:49 
GeneralRe: CSS Question, Can't figure out how to do this Pin
Marc Firth17-May-09 23:33
Marc Firth17-May-09 23:33 
QuestionPrompt user to save file when clicking on link to download Pin
sito4215-May-09 9:09
sito4215-May-09 9:09 
AnswerRe: Prompt user to save file when clicking on link to download Pin
Marc Firth17-May-09 23:27
Marc Firth17-May-09 23:27 
AnswerRe: Prompt user to save file when clicking on link to download Pin
Marc Firth17-May-09 23:47
Marc Firth17-May-09 23:47 
GeneralRe: Prompt user to save file when clicking on link to download Pin
sito4218-May-09 18:28
sito4218-May-09 18:28 
QuestionHow to Add web Deplayment Setup in ASPSAjaxExe ! Pin
avon.purushottam15-May-09 3:26
avon.purushottam15-May-09 3:26 
Questioncontent management editor Pin
jobitha15-May-09 1:02
jobitha15-May-09 1:02 
AnswerRe: content management editor Pin
Marc Firth17-May-09 23:50
Marc Firth17-May-09 23:50 
QuestionPHP: how to display the image after upload? Pin
Member 323010714-May-09 17:53
Member 323010714-May-09 17:53 
AnswerRe: PHP: how to display the image after upload? Pin
Marc Firth17-May-09 23:22
Marc Firth17-May-09 23:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.