Click here to Skip to main content
15,907,874 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: how to solve this problem? Pin
Jonathan [Darka]12-Jul-06 4:56
professionalJonathan [Darka]12-Jul-06 4:56 
GeneralRe: how to solve this problem? Pin
Paddy Boyd12-Jul-06 5:00
Paddy Boyd12-Jul-06 5:00 
GeneralRe: how to solve this problem? Pin
Jonathan [Darka]12-Jul-06 5:03
professionalJonathan [Darka]12-Jul-06 5:03 
QuestionGetting Email Read Notification Pin
Mohsen Sajjadi11-Jul-06 21:49
Mohsen Sajjadi11-Jul-06 21:49 
AnswerRe: Getting Email Read Notification [modified] Pin
Brent Lamborn12-Jul-06 3:54
Brent Lamborn12-Jul-06 3:54 
GeneralRe: Getting Email Read Notification Pin
Vasudevan Deepak Kumar12-Jul-06 4:35
Vasudevan Deepak Kumar12-Jul-06 4:35 
Questionfloat: right not working [modified] Pin
eggsovereasy11-Jul-06 5:00
eggsovereasy11-Jul-06 5:00 
AnswerRe: float: right not working [modified] Pin
dwatkins@dirq.net11-Jul-06 9:36
dwatkins@dirq.net11-Jul-06 9:36 
You shouldn't need to have a div around every button. That is extra markup and as you can see is actually using more markup than the table. Try something that will end up looking like this:

<html>
<head>
<title>CSS Float Test</title>
<style type="text/css">
.btnlist {float:right;width:25%;background-color:#0FF;}
.btnlist li {height:40px; list-style:none;}
</style>
</head>
<body>
<div style="width: 380px;background-color:#CCC;">
<ul class="btnlist">
<li><input type="button" value="MyButton" /></li>
<li><input type="button" value="MyButton" /></li>
<li><input type="button" value="MyButton" /></li>
<li><input type="button" value="MyButton" /></li>
</ul>
<ul style="background-color:#0CF;">
<li>list box item here </li>
<li>list box item here </li>
<li>list box item here </li>
<li>list box item here </li>
<li>list box item here </li>
</ul>
</div>
</body>
</html>

-Dirk
AnswerRe: float: right not working Pin
Guffa11-Jul-06 9:36
Guffa11-Jul-06 9:36 
Questionsecurity on website?? [modified] Pin
campbells11-Jul-06 0:57
campbells11-Jul-06 0:57 
AnswerRe: security on website?? Pin
dwatkins@dirq.net11-Jul-06 3:37
dwatkins@dirq.net11-Jul-06 3:37 
GeneralRe: security on website?? Pin
campbells11-Jul-06 4:27
campbells11-Jul-06 4:27 
GeneralRe: security on website?? Pin
dwatkins@dirq.net11-Jul-06 4:37
dwatkins@dirq.net11-Jul-06 4:37 
GeneralRe: security on website?? Pin
campbells11-Jul-06 17:20
campbells11-Jul-06 17:20 
QuestionWhy I could not visit the forum? Pin
rushing10-Jul-06 17:34
rushing10-Jul-06 17:34 
QuestionJavaScript class creation query Pin
dhruba.bandopadhyay10-Jul-06 5:57
dhruba.bandopadhyay10-Jul-06 5:57 
AnswerRe: JavaScript class creation query Pin
Edbert P10-Jul-06 20:55
Edbert P10-Jul-06 20:55 
QuestionReading file from javascript [modified] Pin
theprinc10-Jul-06 4:46
theprinc10-Jul-06 4:46 
AnswerRe: Reading file from javascript Pin
Paddy Boyd10-Jul-06 6:09
Paddy Boyd10-Jul-06 6:09 
GeneralRe: Reading file from javascript Pin
theprinc10-Jul-06 6:15
theprinc10-Jul-06 6:15 
AnswerRe: Reading file from javascript Pin
Guffa10-Jul-06 7:41
Guffa10-Jul-06 7:41 
GeneralRe: Reading file from javascript Pin
dwatkins@dirq.net11-Jul-06 9:46
dwatkins@dirq.net11-Jul-06 9:46 
GeneralRe: Reading file from javascript Pin
User 171649212-Jul-06 8:27
professionalUser 171649212-Jul-06 8:27 
GeneralRe: Reading file from javascript Pin
User 171649210-Jul-06 13:34
professionalUser 171649210-Jul-06 13:34 
Questionlogged on users to share a file ? Pin
MickYL10-Jul-06 2:10
MickYL10-Jul-06 2:10 

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.