FP2000: Navigator Cannot Display Some Form Fields When Using Cascading Style Sheet Themes in Web (222834)
The information in this article applies to:
This article was previously published under Q222834 SYMPTOMS
Netscape Navigator is unable to display scrolling text boxes or drop-down lists if they are on pages that have themes that use cascading style sheets (CSS) applied to them.
CAUSE
FrontPage and Office themes use a border-width attribute for form field components when you apply themes that use cascading style sheets.
RESOLUTION
Use the method appropriate for your situation.
Method 1: Do Not Apply Themes as Cascading Style Sheets
To prevent this problem, clear the Apply using CSS check box in the Themes dialog box.
Method 2: Use the Modify Theme Feature
To modify the theme, follow these steps. (Using this method, you can re-use the modified theme on other webs in the future.)
- On the Format menu, click Theme. Click to select the theme you want to modify.
- Click Modify in the Themes dialog box.
- Click Text under the What would you like to modify? label.
- Click More Text Styles in the Modify Theme dialog box.
- In the list of styles, find the style called select.
- Click Modify in the Style dialog box.
- Click Format in the Modify Style dialog box, and click Border in the list.
- On the Borders tab of the Borders and Shading dialog box, click the icon to the left of the word "None" to set the border style to no borders.
- To return to the Modify Style dialog box, click OK on the Borders and Shading dialog box.
- To return to the Style dialog box, click OK on the Modify Style dialog box.
- In the list of styles in the Style dialog box, find the style called textarea.
- To remove the border from the text area style, repeat steps 6 through 10.
- To close the Style dialog box, click OK.
- To close the Modify Theme dialog box, click OK.
- Click Save or Save As in the Themes dialog box and type a new name for the modified style.
- Click OK after you specify a new name for the modified theme.
Method 3: Editing the Cascading Style Sheets File
This method describes how you can edit an individual file in the web to resolve the problem. If you follow this method but you later return to apply the theme through FrontPage, the alterations you make to the file are discarded, and the file is replaced with another copy that exhibits the problem described in the "Symptoms" section of this article.
- On the Tools menu, click Web Settings.
- In the Web Settings dialog box, click the Advanced tab, and then select the Show documents in hidden directories check box.
- Click OK.
- Double-click the _themes folder to expand it.
- Double-click the selected theme folder to expand it.NOTE: The folder has the same name as the theme you selected in the Themes dialog box.
- Double-click the cascading style sheet theme file.NOTE: This name of this file is the first four characters of the name of the theme, four ones, and ".css" as the file extension.
EXAMPLE: modu1111.css
- Remove the border-width attribute for the control.
For example, the following code:
textarea { font-size: 8pt; font-family: 'Trebuchet MS', Arial, Helvetica;
font-style:normal; border-style: solid; border-width: 1pt}
should be changed to the following:
textarea { font-size: 8pt; font-family: 'Trebuchet MS', Arial, Helvetica;
font-style:normal; border-style: solid }
- On the File menu, click Save.
Modification Type: | Major | Last Reviewed: | 2/1/2002 |
---|
Keywords: | kbprb KB222834 |
---|
|