Click here to Skip to main content
15,923,557 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Cleaning up sessions - Further Questions Pin
Sage22-Oct-03 2:12
Sage22-Oct-03 2:12 
GeneralDynamic CSS linking via Javascript Pin
shem721-Oct-03 2:44
shem721-Oct-03 2:44 
GeneralRe: Dynamic CSS linking via Javascript Pin
Heath Stewart21-Oct-03 7:09
protectorHeath Stewart21-Oct-03 7:09 
GeneralRe: Dynamic CSS linking via Javascript Pin
shem722-Oct-03 0:54
shem722-Oct-03 0:54 
GeneralRe: Dynamic CSS linking via Javascript Pin
Heath Stewart22-Oct-03 3:13
protectorHeath Stewart22-Oct-03 3:13 
GeneralAccessing an hyperlink associated with a cell in excel sheet in asp environment Pin
kavi_kanth20-Oct-03 22:46
kavi_kanth20-Oct-03 22:46 
GeneralCSS question. Pin
theJazzyBrain19-Oct-03 23:13
theJazzyBrain19-Oct-03 23:13 
GeneralRe: CSS question. Pin
ZoogieZork20-Oct-03 6:02
ZoogieZork20-Oct-03 6:02 
You can use the following trick to horizontally center a div:

div.my-div-class {
    position: absolute;
    left: 50%;
    width: 780px;
    margin-left: -390px;
}
The same trick will also work for centering vertically.

- Mike
GeneralRe: CSS question. Pin
theJazzyBrain20-Oct-03 8:05
theJazzyBrain20-Oct-03 8:05 
GeneralRe: CSS question. Pin
Rocky Moore25-Oct-03 5:11
Rocky Moore25-Oct-03 5:11 
GeneralRestriced acces to web service method Pin
sybux200018-Oct-03 21:57
sybux200018-Oct-03 21:57 
GeneralJScript/PHP eval() Pin
alex.barylski18-Oct-03 18:21
alex.barylski18-Oct-03 18:21 
GeneralLooking for help Pin
webmusic17-Oct-03 16:52
webmusic17-Oct-03 16:52 
Generalto get GMT time with respect to locale Pin
mukeshr16-Oct-03 2:57
mukeshr16-Oct-03 2:57 
GeneralRe: to get GMT time with respect to locale Pin
mukeshr16-Oct-03 20:33
mukeshr16-Oct-03 20:33 
GeneralFlash z-order problem Pin
ProffK16-Oct-03 2:56
ProffK16-Oct-03 2:56 
GeneralRe: Flash z-order problem Pin
alex.barylski16-Oct-03 21:22
alex.barylski16-Oct-03 21:22 
GeneralJason Henderson's todo list error Pin
roba15-Oct-03 22:23
roba15-Oct-03 22:23 
GeneralRe: Jason Henderson's todo list error Pin
Sage16-Oct-03 8:20
Sage16-Oct-03 8:20 
GeneralRe: Jason Henderson's todo list error Pin
roba17-Oct-03 5:05
roba17-Oct-03 5:05 
GeneralRe: Jason Henderson's todo list error Pin
Sage17-Oct-03 5:09
Sage17-Oct-03 5:09 
Generalshopping cart Pin
Amitux15-Oct-03 22:09
Amitux15-Oct-03 22:09 
GeneralRe: shopping cart Pin
susree15-Oct-03 23:29
susree15-Oct-03 23:29 
Generaljava script problem while using in web application. Pin
susree15-Oct-03 19:44
susree15-Oct-03 19:44 
GeneralRe: java script problem while using in web application. Pin
theJazzyBrain16-Oct-03 0:52
theJazzyBrain16-Oct-03 0:52 

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.