|
Creating the foreign style sheet
When you're done creating the native style sheet, view the page on the other platform to see how the styles need to be adjusted. Typically, if you're going from Macintosh to Windows, the font sizes need to be reduced; if you're going from Windows to Macintosh, they need to be increased.
This is also an opportunity to see how the font faces map; for example, if you've specified "Arial, Helvetica, sans-serif" as your font, you'll most likely see Helvetica on the Macintosh and Arial on Windows. Because you're going to have a different style sheet for each platform, a cross-platform font cascade isn't really necessary. For example, instead of specifying "Tahoma, Geneva, Arial, Helvetica, sans-serif" for both platforms, you can specify "Geneva, Helvetica, sans-serif" for the Macintosh and "Tahoma, Arial, sans-serif" for Windows.
To create the foreign style sheet:
| 1 |
Switch to the foreign platform and view the page in Netscape Navigator and Microsoft Internet Explorer by typing the URL for the page into the browser window. |
|
If you created your native style sheet on the Macintosh, view the page from a Windows computer, and vice versa. |
| 2 |
Return to Dreamweaver on the native platform. In the local pane of the Site window, select the style sheet you created in the last procedure (either macstyles.css or winstyles.css) and choose Edit > Copy. |
| 3 |
Leaving the style sheet selected in the Site window, choose Edit > Paste. |
|
A copy of the style sheet appears in your site's root folder. |
 |
|
|