/    Sign up×
Community /Pin to ProfileBookmark

Css calendar?

How do you make a calendar of the month june using css? I want to put the events in the days.

Thanks

to post a comment
CSS

9 Comments(s)

Copy linkTweet thisAlerts:
@hawaiiangurl45Jun 19.2005 — i think for something like you may need to learn some PHP or another server-side scripting language as well...

but I wouldnt use CSS divs to do that considering all that rows and columns, id rather use tables
Copy linkTweet thisAlerts:
@WofenJun 19.2005 — I am making a calendar as we speak.

If you go [URL=http://www.gslc.qld.edu.au/newpage/calendar/calendar.htm]here[/URL] you can see the first version of it(nothing works, still trying to get the layout to behave).

If anyone wises to help me fix my design, read my post [URL=http://www.webdeveloper.com/forum/showthread.php?t=70101]here[/URL]

Wofen
Copy linkTweet thisAlerts:
@ray326Jun 20.2005 — You can define the way a calendar [B]looks [/B]with CSS but you can't [B]make [/B]one with CSS.
Copy linkTweet thisAlerts:
@WofenJun 20.2005 — You can define the way a calendar [B]looks [/B]with CSS but you can't [B]make [/B]one with CSS.[/QUOTE]

Yes, to make all the interactive parts of the calendar, you would have to use something like ASP or PHP. There are some very good free PHP calendars.

Go to sorce forge and look for Web calendar. That will give you a few really good PHP calendars, and all you have to do is set up a PHP server to run it on.

Wofen
Copy linkTweet thisAlerts:
@BuezaWebDevJun 20.2005 — You can define the way a calendar [B]looks [/B]with CSS but you can't [B]make [/B]one with CSS.[/QUOTE]

I agree with Ray.

A calendar is considered "tabular data" in my books.
Copy linkTweet thisAlerts:
@IncaWarriorJun 20.2005 — But only one table... Don't try stupid things like nesting them. The day names should be <th> and the days should be <td>
Copy linkTweet thisAlerts:
@WofenJun 20.2005 — Using tables, and css together, how do i define setting for cells???

Like, with the <TH> command, in my css sheet, would I use something along the lines of

.th {

ect ect ect}

I keep forgetting what symbols to use, and I cant find a quick guide anywhere. If anyone knows of one, please post it up.

Wofen
Copy linkTweet thisAlerts:
@CharlesJun 20.2005 — What do you mean by symbols?

The complete list of HTML elements can be found at http://www.w3.org/TR/html401/index/elements.html .

The complete list of CSS properties can be found at http://www.w3.org/TR/CSS2/propidx.html .
Copy linkTweet thisAlerts:
@ray326Jun 21.2005 — The selectors are the text of the tag so for <th> you have th {...}.
×

Success!

Help @homeboy spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...