Click here to Skip to main content
16,005,141 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Web Custom Control Designer issue Pin
minhpc_bk18-Jun-05 21:58
minhpc_bk18-Jun-05 21:58 
GeneralRe: Web Custom Control Designer issue Pin
work_to_live20-Jun-05 5:08
work_to_live20-Jun-05 5:08 
GeneralRe: Web Custom Control Designer issue Pin
minhpc_bk20-Jun-05 6:30
minhpc_bk20-Jun-05 6:30 
GeneralInserting calendar in WebPage Pin
venugopal_112517-Jun-05 3:02
venugopal_112517-Jun-05 3:02 
GeneralRe: Inserting calendar in WebPage Pin
Vasudevan Deepak Kumar18-Jun-05 1:06
Vasudevan Deepak Kumar18-Jun-05 1:06 
Generaluploading file Pin
kh_neeru17-Jun-05 0:30
kh_neeru17-Jun-05 0:30 
GeneralRe: uploading file Pin
Vasudevan Deepak Kumar18-Jun-05 1:07
Vasudevan Deepak Kumar18-Jun-05 1:07 
GeneralProblem redesigning the CSS way Pin
David O'Neil15-Jun-05 21:53
professionalDavid O'Neil15-Jun-05 21:53 
I am trying to better understand CSS and am having problems. Maybe what I'm trying to do can't be done? Anyway, I am trying to recreate the look I've created at www.randommonkeyworks.com, and eliminating tables as much as possible. I finally saw the magic to 'div' tags, and their positioning tricks. But it appears they won't give me everything I want, unless I am overlooking something someone here may know.

I can see making the header a div, the sidebar a div, the footer a div, and the body a div, but then when I get to the purple frame I've placed along the top and left of the body, it blows up royally. Does anyone know any way to recreate that effect using only CSS?

(Even a bastardized conglomeration of a table inside of a div doesn't work, if I understand it correctly, as the div will not grow in height automatically unless there is text in it, and the top bar will not size right either. I won't go into much more details here, but I've tried.)


For a second question, how do you set up your navigation bar so that it is testable on your development hard drive, as well as on your actual site? What I mean is that if you use links like "/dir1/file1.html", in my case that would refer to "www.randommonkeyworks/dir1/file1.html", but on my development hard drive it refers to "D:\dir1\file1.html" (or something like that), so if the actual path is "D:\HtmlWork\Site3\dir1\file1.html", I can not test it on my development hard drive. And you have to use links like that on a navigation bar, because using relative links when your site has many subdirectories means that you have to massage the paths to the links on every page on a subdirectory basis, rather than just placing a chunk of code to absolute links. (That makes your site more brittle.) I've somewhat gotten around that with some JavaScript, but I want to know if there is a more elegant solution.

Thanks,
David
GeneralRe: Problem redesigning the CSS way Pin
Mattias Olgerfelt20-Jun-05 0:20
Mattias Olgerfelt20-Jun-05 0:20 
GeneralRe: Problem redesigning the CSS way Pin
David O'Neil20-Jun-05 11:50
professionalDavid O'Neil20-Jun-05 11:50 
GeneralRe: Problem redesigning the CSS way Pin
DavidNohejl20-Jun-05 12:50
DavidNohejl20-Jun-05 12:50 
GeneralRe: Problem redesigning the CSS way Pin
Mattias Olgerfelt20-Jun-05 22:41
Mattias Olgerfelt20-Jun-05 22:41 
GeneralRe: Problem redesigning the CSS way Pin
David O'Neil21-Jun-05 4:59
professionalDavid O'Neil21-Jun-05 4:59 
GeneralRe: Problem redesigning the CSS way Pin
Mattias Olgerfelt21-Jun-05 5:42
Mattias Olgerfelt21-Jun-05 5:42 
GeneralRe: Problem redesigning the CSS way Pin
David O'Neil21-Jun-05 7:34
professionalDavid O'Neil21-Jun-05 7:34 
GeneralRe: Problem redesigning the CSS way Pin
Mattias Olgerfelt21-Jun-05 22:12
Mattias Olgerfelt21-Jun-05 22:12 
GeneralRe: Problem redesigning the CSS way Pin
Mattias Olgerfelt22-Jun-05 6:39
Mattias Olgerfelt22-Jun-05 6:39 
GeneralRe: Problem redesigning the CSS way Pin
David O'Neil22-Jun-05 7:42
professionalDavid O'Neil22-Jun-05 7:42 
GeneralRe: Problem redesigning the CSS way Pin
Mattias Olgerfelt22-Jun-05 8:40
Mattias Olgerfelt22-Jun-05 8:40 
GeneralRe: Problem redesigning the CSS way Pin
Mattias Olgerfelt22-Jun-05 8:42
Mattias Olgerfelt22-Jun-05 8:42 
GeneralRe: Problem redesigning the CSS way Pin
David O'Neil22-Jun-05 9:28
professionalDavid O'Neil22-Jun-05 9:28 
GeneralRe: Problem redesigning the CSS way Pin
David O'Neil22-Jun-05 15:09
professionalDavid O'Neil22-Jun-05 15:09 
GeneralRe: Problem redesigning the CSS way Pin
David O'Neil22-Jun-05 19:38
professionalDavid O'Neil22-Jun-05 19:38 
GeneralRe: Problem redesigning the CSS way Pin
DavidNohejl20-Jun-05 12:47
DavidNohejl20-Jun-05 12:47 
Generaldownload executables from web page Pin
ask_you14-Jun-05 18:06
ask_you14-Jun-05 18:06 

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.