Problem selecting elements

This is a discussion on "Problem selecting elements" within the Web Page Design section. This forum, and the thread "Problem selecting elements are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 2nd, 2007, 20:53
Junior Member
Join Date: Feb 2006
Location: England
Age: 20
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Echilon Send a message via MSN to Echilon
Problem selecting elements

I decided to get rid of the tables on a project I'm doing and replace them with DIVs. The page I'm working on can be seen at http://izeit.nu/releases/1.5/index.p...nts&act=manage . The problem is that the elements in the top box aren't getting styled, even though they're in a table with a class of .niceform, and I've styled the elements of .niceform. They used to be in a <td>, inside a table of class .inputtable. Can anyone help me with how to apply the styles in the stylesheet?
Reply With Quote

  #2 (permalink)  
Old Jan 2nd, 2007, 22:01
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Problem selecting elements

You have three errors in your main.css file:
Code: Select all
line 8:
   _text-align: center;  leading _
line 268:
.weekfillertable td.weekevent {
    height: 40px;
    width: 26px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
no closing }
I suspect the third error is a snowball effect of the second one, soo fix them first then lets look again.

Also in your datepicker.css:
Code: Select all
.dpButton {   background:#D8E8FF none repeat scroll 0%;
   color:gray;  should be grey
Reply With Quote
  #3 (permalink)  
Old Jan 3rd, 2007, 11:43
Junior Member
Join Date: Feb 2006
Location: England
Age: 20
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Echilon Send a message via MSN to Echilon
Re: Problem selecting elements

Line 268 - Missing '}' :P
Why didn't the validator pick that up?

Thanks you! Problem solved.
Reply With Quote
Reply

Tags
select

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
having problem floating elements danny322 Web Page Design 1 Jan 14th, 2008 16:45
[SOLVED] Problem accessing specific form elements Sagaris JavaScript Forum 4 Sep 23rd, 2007 11:52
no selecting data franknu PHP Forum 4 May 26th, 2007 18:08
Selecting certain XML elements fogofogo Other Programming Languages 3 Dec 5th, 2005 12:49
Selecting Numbers WillisTi Flash & Multimedia Forum 1 Nov 16th, 2005 16:56


All times are GMT. The time now is 13:19.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43