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

Web Development

 
AnswerRe: Authorization Required Pin
Paddy Boyd24-Apr-09 1:54
Paddy Boyd24-Apr-09 1:54 
AnswerRe: Authorization Required Pin
Yusuf24-Apr-09 6:10
Yusuf24-Apr-09 6:10 
Questionretrieve image Pin
LiYS23-Apr-09 17:20
LiYS23-Apr-09 17:20 
QuestionAn article submission system Pin
jesarg23-Apr-09 17:14
jesarg23-Apr-09 17:14 
AnswerRe: An article submission system Pin
Yusuf24-Apr-09 6:11
Yusuf24-Apr-09 6:11 
QuestionAjax hover menu Pin
Mohammad Al Hoss23-Apr-09 14:37
Mohammad Al Hoss23-Apr-09 14:37 
AnswerRe: Ajax hover menu Pin
Yusuf23-Apr-09 15:28
Yusuf23-Apr-09 15:28 
QuestionCSS and linking to your content [modified] Pin
rbwest8623-Apr-09 11:32
rbwest8623-Apr-09 11:32 
Hello everyone,
My question has to do with CSS.
I have this very simplistic website www.iofreaks.com , and I am trying to apply CSS’s to it. So that way further down the road it will be easier to manage.
Now my first question is this:

Q.) When using CSS’s, do you create more than one CSS for the <head> ,<body> and <table>’s?
The reason I ask this, is because I thought that using CSS’s intention is to enable to you alter large amounts of information from “ONE” or very few documents?
My next question is this:

Q.) When specifying the following:
table.one {table-layout:fixed}

How do you relate to “ table.one ” in your index.html? I know there has to be a way to link them together to apply what you have in the CSS document, but how do you do this? Do you use in index.html to relate to the CSS document? I am very confused on this.

I would appreciate any help. I will also include what I have in my css1.css file at the bottom of this page.

V/R
Rob

@charset "utf-8";
/* CSS Document */
body {background-color:#D5D5D5}
table.one {table-layout:fixed}
<table class="one" width="510" height="166" border="1" align="center" cellpadding="0"> </table></table></table></body></head>

modified on Thursday, April 23, 2009 5:38 PM

AnswerRe: CSS and linking to your content Pin
DoctorMick24-Apr-09 4:45
DoctorMick24-Apr-09 4:45 
QuestionCSS Issue with VS2008 Pin
DotNetMan23-Apr-09 10:24
DotNetMan23-Apr-09 10:24 
AnswerRe: CSS Issue with VS2008 Pin
rbwest8623-Apr-09 12:04
rbwest8623-Apr-09 12:04 
QuestionDisplaying multiple pages in the same page Pin
armasramirez23-Apr-09 5:47
armasramirez23-Apr-09 5:47 
QuestionclickOnce problem Pin
Shital@icon22-Apr-09 22:02
Shital@icon22-Apr-09 22:02 
AnswerRe: clickOnce problem Pin
saanj28-Apr-09 21:37
saanj28-Apr-09 21:37 
QuestionWeb Development – Six Questions inside! Pin
rbwest8622-Apr-09 16:01
rbwest8622-Apr-09 16:01 
AnswerRe: Web Development – Six Questions inside! Pin
Marc Firth22-Apr-09 22:04
Marc Firth22-Apr-09 22:04 
QuestionIs this do-able? Sync web data with thumb drive device Pin
Hypermommy21-Apr-09 9:20
Hypermommy21-Apr-09 9:20 
AnswerRe: Is this do-able? Sync web data with thumb drive device Pin
Marc Firth22-Apr-09 1:47
Marc Firth22-Apr-09 1:47 
GeneralRe: Is this do-able? Sync web data with thumb drive device Pin
Hypermommy22-Apr-09 6:13
Hypermommy22-Apr-09 6:13 
GeneralRe: Is this do-able? Sync web data with thumb drive device Pin
Marc Firth22-Apr-09 21:52
Marc Firth22-Apr-09 21:52 
AnswerRe: Is this do-able? Sync web data with thumb drive device Pin
led mike22-Apr-09 6:49
led mike22-Apr-09 6:49 
GeneralRe: Is this do-able? Sync web data with thumb drive device Pin
Hypermommy22-Apr-09 11:25
Hypermommy22-Apr-09 11:25 
GeneralRe: Is this do-able? Sync web data with thumb drive device Pin
SeMartens22-Apr-09 21:17
SeMartens22-Apr-09 21:17 
QuestionJavascript if/else and image display? Pin
djhankypark21-Apr-09 6:36
djhankypark21-Apr-09 6:36 
AnswerRe: Javascript if/else and image display? Pin
Marc Firth21-Apr-09 22:41
Marc Firth21-Apr-09 22:41 

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.