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

Web Development

 
QuestionSetting background image for iframe? Pin
swornavidhya_m12-Oct-10 4:54
swornavidhya_m12-Oct-10 4:54 
AnswerRe: Setting background image for iframe? Pin
Jules VDV26-Oct-10 15:46
Jules VDV26-Oct-10 15:46 
QuestionSimple CSS Question. Pin
Dalek Dave11-Oct-10 8:59
professionalDalek Dave11-Oct-10 8:59 
AnswerRe: Simple CSS Question. [modified] PinPopular
DaveAuld11-Oct-10 9:06
professionalDaveAuld11-Oct-10 9:06 
GeneralRe: Simple CSS Question. [modified] Pin
Dalek Dave11-Oct-10 10:28
professionalDalek Dave11-Oct-10 10:28 
GeneralRe: Simple CSS Question. Pin
DaveAuld12-Oct-10 1:18
professionalDaveAuld12-Oct-10 1:18 
AnswerRe: Simple CSS Question. Pin
Pete O'Hanlon11-Oct-10 9:47
mvePete O'Hanlon11-Oct-10 9:47 
GeneralRe: Simple CSS Question. Pin
Jules VDV26-Oct-10 4:46
Jules VDV26-Oct-10 4:46 
I would also suggest setting your body font-size to 62.5%. This way, it is easier to convert between em and px.

For example:
body{
 font-size: 62.5%;/*1em = 10px*/
}

p{
font-size: 1.2em; /* 1.2em = 12px */
}

GeneralRe: Simple CSS Question. Pin
Dalek Dave26-Oct-10 12:02
professionalDalek Dave26-Oct-10 12:02 
GeneralRe: Simple CSS Question. Pin
User 171649226-Oct-10 13:22
professionalUser 171649226-Oct-10 13:22 
GeneralRe: Simple CSS Question. Pin
Jules VDV26-Oct-10 15:43
Jules VDV26-Oct-10 15:43 
QuestionInclude an HTML File into an another html file. Pin
swornavidhya_m11-Oct-10 3:33
swornavidhya_m11-Oct-10 3:33 
AnswerRe: Include an HTML File into an another html file. Pin
Pete O'Hanlon11-Oct-10 4:02
mvePete O'Hanlon11-Oct-10 4:02 
AnswerRe: Include an HTML File into an another html file. Pin
cjoki11-Oct-10 4:51
cjoki11-Oct-10 4:51 
AnswerRe: Include an HTML File into an another html file. Pin
T M Gray21-Oct-10 10:19
T M Gray21-Oct-10 10:19 
QuestionCCS Layout Problem Pin
Patrick Skelton7-Oct-10 23:10
Patrick Skelton7-Oct-10 23:10 
GeneralRe: CCS Layout Problem Pin
crain198116-Oct-10 18:51
crain198116-Oct-10 18:51 
GeneralRe: CCS Layout Problem Pin
Patrick Skelton17-Oct-10 7:55
Patrick Skelton17-Oct-10 7:55 
Questionhelp me out Pin
AkyeaW6-Oct-10 21:33
AkyeaW6-Oct-10 21:33 
AnswerRe: help me out Pin
NeverHeardOfMe6-Oct-10 22:04
NeverHeardOfMe6-Oct-10 22:04 
AnswerRe: help me out Pin
Richard MacCutchan6-Oct-10 22:36
mveRichard MacCutchan6-Oct-10 22:36 
AnswerRe: help me out Pin
Pete O'Hanlon7-Oct-10 0:11
mvePete O'Hanlon7-Oct-10 0:11 
AnswerRe: help me out Pin
cjoki7-Oct-10 5:43
cjoki7-Oct-10 5:43 
AnswerRe: help me out Pin
thatraja7-Oct-10 20:05
professionalthatraja7-Oct-10 20:05 
GeneralRe: help me out Pin
Smithers-Jones11-Oct-10 4:00
Smithers-Jones11-Oct-10 4:00 

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.