![]() |
I need web design help
I'm fairly certain there are some advanced web designers here on GC. If that's you, I'm working on a project right now and am running into two issues that are driving me crazy:
a) I use Cascading Style Sheets to format the text of all pages. They look great in IE. In a Mozilla browser (such as Firefox, which I love very much) the text is teeny. Is there a CSS command that tells Mozilla pages to make the text bigger? I'm aiming for font size 2 across the board. BTW, most of my text is placed within layers. b) Instead of saving the navigation bar on each individual page, I've decided to make it a Server Side Include. Suddenly, the navigation bar isn't showing up on any of the pages. If someone would be so kind as to help, I'll PM you the URL so you can take a look at my code. Hopefully I'm just screwing up some minor detail. Thank you very much! |
Is there something IE-specific in your CSS?
|
I don't think so. Here's what I have:
<STYLE> <!-- A{text-decoration:none} BODY{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small;} a:link { color: #FF9933} a:visited { color: #666666} --> </STYLE> |
Mozilla and IE have slightly different ideas about what "font-size: x-small;" means. Does it help if you specify your font size in pixels?
|
I haven't done CSS in a while (getting back into the game)
But I do know that it is best to specify font size such as 8 or 9 since you want it extra small and not use the generic tag. The other stuff, I am unsure of and would have to look at code...but not sure if I can help with that one. |
Hey lookit that - "font-size: 12px" worked! Thanks guys!
ms_gwyn, I'll send you the URL as soon as I finish up a few things here. I forgot to transfer the nav bar graphics, so even if I WAS doing the SSI correctly, there would be nothing to see. :) |
|
Quote:
|
Quote:
-Rudey |
Where is the link to commands?
ETA - nevermind, I found it. Interesting that these are all mozilla-only commands. I'm not a huge fan of browser-specific commands, but it might be fun to play with. Thanks! |
Quote:
-Rudey |
Mozilla Commands
here is a list of specific commands yea, I'm going to play with it, if I need specific commands, but I also like using "universal" commands |
One thing you can do is to not use pixels or relative sizes (x-small) at all - use percentages.
Play around with some text and set the font size thus: font-size: {100%} and just increase and decrease at will. It's a bit more reliable -- and flexible -- than using fixed pixel width/sizes. |
ms_gwyn, I sent you a PM.
|
All times are GMT -4. The time now is 05:18 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.