How do you change the height and width of a prompt box in javascript?
I want to resize a prompt box I created using javascript, because I am writing a lot of text, and it won't all show up in the prompt box. It is not a confirm or alert box, and using more than one prompt box will not work with what I am trying to do. Is there anyway to change the height and width of a prompt box? If so, can somebody please explain it to me?
How do you change the height and width of a prompt box in javascript?c++ file
You don't, but you don't need to. Give a prettier, friendlier dialog, using a div.
<html>
<head>
<!--
No matter which you select
as "best answer" - pick one.
-->
<style>
#msg {
background-color: #EEEEEE;
border: 2px solid black;
color: #0000EE;
display: none;
font-family: Verdana;
font-size: 18px;
font-weight: bold;
left: 200px;
padding: 8px;
position: absolute;
top: 200px;
width: 22%;
}
#x {
background-color: #FFFFFF;
border: 1px solid #FF0000;
color: #FF0000;
cursor: pointer;
display: block;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
float: right;
padding: 0 2px 0 2px;
}
</style>
<script>
More Related Questions and Answers ...
The information post by website user , we not guarantee correctness.
Dental Treatment Skin Whitening Skin Problems Skin Rashes Shoes
