HighDots Forums  

Re: Problem with CSS not resizing form controls within IFRAMES

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Re: Problem with CSS not resizing form controls within IFRAMES in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
rem642b@Yahoo.Com
 
Posts: n/a

Default Re: Problem with CSS not resizing form controls within IFRAMES - 08-08-2004 , 11:49 PM






Quote:
From: "Ben" <motley.no-spam.ruse (AT) yahoo (DOT) com
.myBody .small-input
{
border: 1px solid #999999;
font-family:tahoma;
font-size:100%
}
I believe that code has a mistake. You're supposed to have a comma, not
a space, between selectors that apply to the same group of styles.
See the following document:
http://www.w3schools.com/css/css_syntax.asp
in particular the following example:
h1,h2,h3,h4,h5,h6
{
color: green
}


Reply With Quote
  #2  
Old   
Neal
 
Posts: n/a

Default Re: Problem with CSS not resizing form controls within IFRAMES - 08-09-2004 , 12:03 AM






On Sun, 08 Aug 2004 21:49:34 -0700, rem642b (AT) Yahoo (DOT) Com
<RobertMaas (AT) YahooGroups (DOT) Com> wrote:

Quote:
From: "Ben" <motley.no-spam.ruse (AT) yahoo (DOT) com
.myBody .small-input
{
border: 1px solid #999999;
font-family:tahoma;
font-size:100%
}

I believe that code has a mistake. You're supposed to have a comma, not
a space, between selectors that apply to the same group of styles.
As it stands, the above style applies to any element classed as
"small-input" which is a descendant of an element classed as "myBody".
Perhaps the OP intended this, I do not have the rest of the thread in my
newsreader.


Reply With Quote
  #3  
Old   
Sam Hughes
 
Posts: n/a

Default Re: Problem with CSS not resizing form controls within IFRAMES - 08-09-2004 , 08:44 AM



Neal <neal413 (AT) yahoo (DOT) com> wrote in newspscf8btrs6v6656
@news.individual.net:

Quote:
On Sun, 08 Aug 2004 21:49:34 -0700, rem642b (AT) Yahoo (DOT) Com
RobertMaas (AT) YahooGroups (DOT) Com> wrote:

From: "Ben" <motley.no-spam.ruse (AT) yahoo (DOT) com
.myBody .small-input
{
border: 1px solid #999999;
font-family:tahoma;
font-size:100%
}

I believe that code has a mistake. You're supposed to have a comma,
not
a space, between selectors that apply to the same group of styles.

As it stands, the above style applies to any element classed as
"small-input" which is a descendant of an element classed as "myBody".
Perhaps the OP intended this, I do not have the rest of the thread in
my
newsreader.
Here is the code from the other post, so Robert is incorrect and Neal is
insightful:

<table class="myBody" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="small">
Search Title
<select class="small-input" name="searchBy"> ...

--
In a room with thirty-seven people, never have everybody shake each
other's hand.


Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.