Click here to Skip to main content
15,891,567 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Div Alignment. Pin
Tony Richards20-Apr-10 22:21
Tony Richards20-Apr-10 22:21 
GeneralRe: Div Alignment. Pin
Dalek Dave20-Apr-10 22:25
professionalDalek Dave20-Apr-10 22:25 
AnswerRe: Div Alignment. Pin
Dalek Dave20-Apr-10 22:24
professionalDalek Dave20-Apr-10 22:24 
GeneralRe: Div Alignment. Pin
salmonraju20-Apr-10 23:19
salmonraju20-Apr-10 23:19 
GeneralRe: Div Alignment. Pin
User 171649221-Apr-10 0:40
professionalUser 171649221-Apr-10 0:40 
GeneralRe: Div Alignment. Pin
salmonraju21-Apr-10 2:04
salmonraju21-Apr-10 2:04 
GeneralRe: Div Alignment. Pin
User 171649221-Apr-10 2:43
professionalUser 171649221-Apr-10 2:43 
AnswerRe: Div Alignment. Pin
daveyerwin21-Apr-10 6:04
daveyerwin21-Apr-10 6:04 
salmonraju wrote:
Earlier i was using Popup which has below allignment values. Due to some problems we thought not to use PopUp and using Div


<html>
<body>
<div onmouseover="document.getElementById('myPopDiv').style.visibility='visible'"
onmouseout="document.getElementById('myPopDiv').style.visibility='hidden'">hoverMe
<div id="myPopDiv"
style="visibility:hidden;position:absolute;top:69;left:48;background-color:red;"
>I have popped</div></div>
other content<br>other content<br>other content<br>other content<br>other content<br>
</body>
</html>

AnswerRe: Div Alignment. Pin
groower26-Apr-10 8:49
groower26-Apr-10 8:49 
Questionwindow.event Pin
swapnil Gadkari20-Apr-10 20:21
swapnil Gadkari20-Apr-10 20:21 
AnswerRe: window.event Pin
Brij20-Apr-10 20:52
mentorBrij20-Apr-10 20:52 
GeneralRe: window.event Pin
swapnil Gadkari20-Apr-10 21:21
swapnil Gadkari20-Apr-10 21:21 
GeneralRe: window.event Pin
Brij20-Apr-10 23:29
mentorBrij20-Apr-10 23:29 
GeneralRe: window.event Pin
swapnil Gadkari21-Apr-10 0:38
swapnil Gadkari21-Apr-10 0:38 
AnswerRe: window.event [modified] Pin
daveyerwin21-Apr-10 2:42
daveyerwin21-Apr-10 2:42 
GeneralRe: window.event Pin
Jayapal Chandran5-May-10 21:47
Jayapal Chandran5-May-10 21:47 
QuestionHow do I get my (Qt) software on the web? Pin
amichai2220-Apr-10 18:14
amichai2220-Apr-10 18:14 
AnswerRe: How do I get my (Qt) software on the web? Pin
RCoate20-Apr-10 19:07
RCoate20-Apr-10 19:07 
AnswerRe: How do I get my (Qt) software on the web? Pin
Dalek Dave9-Feb-11 13:26
professionalDalek Dave9-Feb-11 13:26 
Questionselect onclick() Pin
Morgs Morgan20-Apr-10 2:56
Morgs Morgan20-Apr-10 2:56 
AnswerRe: select onclick() Pin
daveyerwin20-Apr-10 4:57
daveyerwin20-Apr-10 4:57 
GeneralRe: select onclick() Pin
Not Active20-Apr-10 5:52
mentorNot Active20-Apr-10 5:52 
GeneralRe: select onclick() Pin
daveyerwin20-Apr-10 6:59
daveyerwin20-Apr-10 6:59 
AnswerRe: select onclick() Pin
Not Active20-Apr-10 5:57
mentorNot Active20-Apr-10 5:57 
Questioninclude html in html page Pin
i gr820-Apr-10 0:02
i gr820-Apr-10 0:02 

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.