Click here to Skip to main content
15,922,584 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Open web page as html stream... Pin
code-frog10-Jul-05 7:54
professionalcode-frog10-Jul-05 7:54 
GeneralRe: Open web page as html stream... Pin
DavidNohejl10-Jul-05 8:08
DavidNohejl10-Jul-05 8:08 
GeneralRe: Open web page as html stream... Pin
code-frog10-Jul-05 9:31
professionalcode-frog10-Jul-05 9:31 
GeneralRe: Open web page as html stream... Pin
DavidNohejl10-Jul-05 11:34
DavidNohejl10-Jul-05 11:34 
Generalcss / table question Pin
matthias s.9-Jul-05 14:10
matthias s.9-Jul-05 14:10 
GeneralRe: css / table question Pin
Guffa9-Jul-05 17:10
Guffa9-Jul-05 17:10 
GeneralRe: css / table question Pin
matthias s.10-Jul-05 0:37
matthias s.10-Jul-05 0:37 
GeneralRe: css / table question Pin
Guffa10-Jul-05 3:01
Guffa10-Jul-05 3:01 
display:block does not add any linefeeds. Maybe you have some problems with extra spaces that does not fit anywhere else. Also, sometimes Internet Explorer has some strange ideas about how much space an element needs.

To make a horisontal menu, just put an absolute width on the items and use float:left to make them line up beside each other in the div. You can use padding to move the text down.

.Menu { height: 30px; }<br />
.Menu a { display: block; float: left; width: 100px; height: 15px; padding-top: 15px; }<br />
.Menu a:hover { background: #666; color: #fff; }


CSS good. Tables baaaaaad. Table tags should only be used to create tables, and avoided in all other cases. Mainly for the reason that using tables for layout makes you build web pages in oldfashioned ways.

---
b { font-weight: normal; }

GeneralIIS problem in Windows 2003 Server + SP1. - Urgent Pin
DasdaDAS8-Jul-05 22:01
DasdaDAS8-Jul-05 22:01 
GeneralRe: IIS problem in Windows 2003 Server + SP1. - Urgent Pin
Guffa9-Jul-05 8:30
Guffa9-Jul-05 8:30 
GeneralRe: IIS problem in Windows 2003 Server + SP1. - Urgent Pin
Vasudevan Deepak Kumar10-Jul-05 19:43
Vasudevan Deepak Kumar10-Jul-05 19:43 
QuestionDoes Firefox ignore attachEvent () method? Pin
Monisankar8-Jul-05 5:58
Monisankar8-Jul-05 5:58 
AnswerRe: Does Firefox ignore attachEvent () method? Pin
Scott Serl8-Jul-05 12:32
Scott Serl8-Jul-05 12:32 
GeneralActiveX Pin
vinodraut7-Jul-05 21:35
vinodraut7-Jul-05 21:35 
Generalcounts the number of current visitors Pin
lykazire7-Jul-05 17:10
lykazire7-Jul-05 17:10 
GeneralRe: counts the number of current visitors Pin
Tomas Petricek10-Jul-05 0:08
Tomas Petricek10-Jul-05 0:08 
GeneralRe: counts the number of current visitors Pin
lykazire10-Jul-05 21:05
lykazire10-Jul-05 21:05 
GeneralRe: counts the number of current visitors Pin
Tomas Petricek11-Jul-05 0:18
Tomas Petricek11-Jul-05 0:18 
GeneralRe: counts the number of current visitors Pin
Vasudevan Deepak Kumar10-Jul-05 19:45
Vasudevan Deepak Kumar10-Jul-05 19:45 
Generalweb custom control Pin
cmarmr7-Jul-05 16:05
cmarmr7-Jul-05 16:05 
GeneralRe: web custom control Pin
minhpc_bk8-Jul-05 0:25
minhpc_bk8-Jul-05 0:25 
QuestionHTML - What is this called, how do I do it? Pin
code-frog7-Jul-05 11:00
professionalcode-frog7-Jul-05 11:00 
AnswerRe: HTML - What is this called, how do I do it? Pin
sammyl3310-Jul-05 14:30
sammyl3310-Jul-05 14:30 
GeneralRe: HTML - What is this called, how do I do it? Pin
code-frog10-Jul-05 16:44
professionalcode-frog10-Jul-05 16:44 
AnswerRe: HTML - What is this called, how do I do it? Pin
J4amieC10-Jul-05 23:48
J4amieC10-Jul-05 23:48 

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.