School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 300,482 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,765 people online right now. Registration is fast and FREE... Join Now!




CSS access trouble

 

CSS access trouble, applying css to the td's of a table of a certain class

angrydwarfz

18 Jun, 2009 - 02:03 AM
Post #1

New D.I.C Head
*

Joined: 7 Dec, 2008
Posts: 20


My Contributions
Greetings, DreamInCode.net community.

While working on my site, I have stumbled across a problem that even though looks really simple, I can't quite figure out.
I've got a table belonging to a class called map.

CODE
<table class="map">


Now, I would like to set the dimensions of each of the table's cells to 100x60. However, I am quite confused about how to access the cell's properties via CSS.

CODE
td.map
    {
     width:100px;
     height:60px;
    }


This code doesn't seem to work. I've also tried stuff like table.td.map and table.map.td.
Any help would be very appreciated!
Thanks in advance!

User is offlineProfile CardPM
+Quote Post


noorahmad

RE: CSS Access Trouble

18 Jun, 2009 - 02:12 AM
Post #2

Webmaster
Group Icon

Joined: 12 Mar, 2009
Posts: 2,018



Thanked: 125 times
Dream Kudos: 1350
My Contributions
change your class to
HTML
.map
{
width:200px;
height:60px;
}


NOTE: When We Are Creating Class The Class Name is Starting From a DOT and Follow it's Name.

Hope it helps you.
User is offlineProfile CardPM
+Quote Post

angrydwarfz

RE: CSS Access Trouble

18 Jun, 2009 - 03:13 AM
Post #3

New D.I.C Head
*

Joined: 7 Dec, 2008
Posts: 20


My Contributions
Thanks for the help. I've found an alternate solution though: I just added class="map" to every cell. It wasn't very hard, as the code was being generated via PHP. biggrin.gif

Thanks again for replying!
User is offlineProfile CardPM
+Quote Post

noorahmad

RE: CSS Access Trouble

19 Jun, 2009 - 08:57 PM
Post #4

Webmaster
Group Icon

Joined: 12 Mar, 2009
Posts: 2,018



Thanked: 125 times
Dream Kudos: 1350
My Contributions
Your welcome.
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/8/09 04:02AM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month