Help and Support

FP2000: Navigator Cannot Display Some Form Fields When Using Cascading Style Sheet Themes in Web

Article ID:222834
Last Review:February 1, 2002
Revision:1.0
This article was previously published under Q222834
On This Page

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.

Back to the top

CAUSE

FrontPage and Office themes use a border-width attribute for form field components when you apply themes that use cascading style sheets.

Back to the top

RESOLUTION

Use the method appropriate for your situation.

Back to the top

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.

Back to the top

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.)
1.On the Format menu, click Theme. Click to select the theme you want to modify.
2.Click Modify in the Themes dialog box.
3.Click Text under the What would you like to modify? label.
4.Click More Text Styles in the Modify Theme dialog box.
5.In the list of styles, find the style called select.
6.Click Modify in the Style dialog box.
7.Click Format in the Modify Style dialog box, and click Border in the list.
8.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.
9.To return to the Modify Style dialog box, click OK on the Borders and Shading dialog box.
10.To return to the Style dialog box, click OK on the Modify Style dialog box.
11.In the list of styles in the Style dialog box, find the style called textarea.
12.To remove the border from the text area style, repeat steps 6 through 10.
13.To close the Style dialog box, click OK.
14.To close the Modify Theme dialog box, click OK.
15.Click Save or Save As in the Themes dialog box and type a new name for the modified style.
16.Click OK after you specify a new name for the modified theme.

Back to the top

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.
1.On the Tools menu, click Web Settings.
2.In the Web Settings dialog box, click the Advanced tab, and then select the Show documents in hidden directories check box.
3.Click OK.
4.Double-click the _themes folder to expand it.
5.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.

6.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
7.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 }
					
8.On the File menu, click Save.

Back to the top


APPLIES TO
Microsoft FrontPage 2000 Standard Edition

Back to the top

Keywords: 
kbprb KB222834

Back to the top

Article Translations

 

Related Support Centers

Other Support Options

  • Need More Help?
    Contact a Support professional by Email, Online or Phone.
  • Customer Service
    For non-technical assistance with product purchases, subscriptions, online services, events, training courses, corporate sales, piracy issues, and more.
  • Newsgroups
    Pose a question to other users. Discussion groups and Forums about specific Microsoft products, technologies, and services.