Click here to Skip to main content
15,887,683 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: A Favor, Please, From Any CSS Gurus Out There Pin
jkirkerx27-Mar-12 18:59
professionaljkirkerx27-Mar-12 18:59 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
Roger Wright27-Mar-12 19:34
professionalRoger Wright27-Mar-12 19:34 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There Pin
jkirkerx28-Mar-12 6:34
professionaljkirkerx28-Mar-12 6:34 
AnswerRe: A Favor, Please, From Any CSS Gurus Out There Pin
JimBob SquarePants29-Mar-12 3:02
JimBob SquarePants29-Mar-12 3:02 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
Roger Wright29-Mar-12 11:24
professionalRoger Wright29-Mar-12 11:24 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
miyasudokoro29-Mar-12 21:25
miyasudokoro29-Mar-12 21:25 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
Roger Wright30-Mar-12 3:44
professionalRoger Wright30-Mar-12 3:44 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
miyasudokoro30-Mar-12 14:22
miyasudokoro30-Mar-12 14:22 
How did I figure it out? In my experience, position and Z-index are both only used when you're trying to do something fancy, like make a floating box with a bigger version of a picture appear when you hover over its thumbnail. You weren't trying to do anything fancy like that, so I figured those lines were what was giving you the issue.

A lot of people are suggesting you study manuals and such, but that's not how I learned. Instead, I learned by searching on the internet for whatever I wanted to do -- flyout navigation, equally-sized columns, image placement, etc. I then copy and pasted whatever CSS code I found into a test page. Then -- this is the important part -- I commented out individual lines, or I changed individual values, until I was able to understand why the thing I had copy-and-pasted actually worked. After doing that with enough pieces of code, I began to grasp the basic principles and was able to start designing my own CSS from scratch. This is how I've taught myself several different programming languages.
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
JimBob SquarePants30-Mar-12 0:08
JimBob SquarePants30-Mar-12 0:08 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
Roger Wright30-Mar-12 3:47
professionalRoger Wright30-Mar-12 3:47 
GeneralRe: A Favor, Please, From Any CSS Gurus Out There - modified Pin
User 171649230-Mar-12 4:09
professionalUser 171649230-Mar-12 4:09 
AnswerRe: A Favor, Please, From Any CSS Gurus Out There Pin
FireDog3126229-Mar-12 6:01
FireDog3126229-Mar-12 6:01 
QuestionApplication Hosting Pin
pix_programmer25-Mar-12 23:55
pix_programmer25-Mar-12 23:55 
AnswerRe: Application Hosting Pin
Wayne Gaylard26-Mar-12 0:55
professionalWayne Gaylard26-Mar-12 0:55 
GeneralRe: Application Hosting Pin
pix_programmer26-Mar-12 1:26
pix_programmer26-Mar-12 1:26 
GeneralRe: Application Hosting Pin
Wayne Gaylard26-Mar-12 4:41
professionalWayne Gaylard26-Mar-12 4:41 
AnswerRe: Application Hosting Pin
Mohibur Rashid26-Mar-12 19:04
professionalMohibur Rashid26-Mar-12 19:04 
QuestionFacebook Chat API Pin
Masihur25-Mar-12 19:51
Masihur25-Mar-12 19:51 
AnswerRe: Facebook Chat API Pin
Wayne Gaylard25-Mar-12 21:50
professionalWayne Gaylard25-Mar-12 21:50 
QuestionSOLVED :: $_SERVER['DOCUMENT_ROOT'] in php behaving different in my EasyPHP test server and in the production server... Pin
Joan M22-Mar-12 4:10
professionalJoan M22-Mar-12 4:10 
AnswerRe: $_SERVER['DOCUMENT_ROOT'] in php behaving different in my EasyPHP test server and in the production server... Pin
Peter_in_278022-Mar-12 11:04
professionalPeter_in_278022-Mar-12 11:04 
GeneralRe: $_SERVER['DOCUMENT_ROOT'] in php behaving different in my EasyPHP test server and in the production server... Pin
Joan M22-Mar-12 22:54
professionalJoan M22-Mar-12 22:54 
GeneralRe: $_SERVER['DOCUMENT_ROOT'] in php behaving different in my EasyPHP test server and in the production server... Pin
Peter_in_278025-Mar-12 14:28
professionalPeter_in_278025-Mar-12 14:28 
GeneralRe: $_SERVER['DOCUMENT_ROOT'] in php behaving different in my EasyPHP test server and in the production server... Pin
Joan M25-Mar-12 20:16
professionalJoan M25-Mar-12 20:16 
QuestionSOLVED :: I don't understand a black stripe on my web site... any tool/advice that could help me? Pin
Joan M22-Mar-12 0:28
professionalJoan M22-Mar-12 0:28 

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.