Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-18-2005, 08:17 AM   PM User | #1
Sanshiro
New to the CF scene

 
Join Date: Feb 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Sanshiro is an unknown quantity at this point
Issues with Text in Moz..

You probably heard this before, I checked the FAQ's and i couldnt get much out of them..

Anyways.. the issues are, In IE, the font appears where i want it to be, but in Moz, The font goes downwards, Example: www.uaegaming.com/Test/

Also, i used:
Code:
<font face="Verdana, Arial, Helvetica, sans-serif" style="font-size:9.5px" color="#cccccc">
To make fonts not-resizable in IE, but unfortunatley, they are in Moz.

Im no expert on HTML, i got 0 clue about CSS or any other thing, But is there anyway someone can help me here ?

Thanks
Sanshiro is offline   Reply With Quote
Old 02-18-2005, 03:19 PM   PM User | #2
whizard
Senior Coder

 
whizard's Avatar
 
Join Date: Jan 2005
Location: Philadelphia, PA, USA
Posts: 1,457
Thanks: 10
Thanked 37 Times in 37 Posts
whizard will become famous soon enoughwhizard will become famous soon enough
Hi! welcome to the forums! there's not really any way to keep viewers from resizing text in Mozilla/NS. Its a fact of life. I would suggest discontinuing use of the font tag, rplacing it with tags such as h1-h6 and p.

Dan
__________________
If you want to use short tags (<? or <?=$var) then make sure short_open_tag is set to "1". It really helps.
Step 1: Learn. Step 2: Search. Step 3: Post here.
whizard is offline   Reply With Quote
Old 02-18-2005, 05:07 PM   PM User | #3
Sanshiro
New to the CF scene

 
Join Date: Feb 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Sanshiro is an unknown quantity at this point
alright then, but what can i do about text being misplaced in Moz ?
Sanshiro is offline   Reply With Quote
Old 02-18-2005, 07:41 PM   PM User | #4
rmedek
Senior Coder

 
Join Date: Nov 2003
Location: Minneapolis, MN
Posts: 2,879
Thanks: 2
Thanked 65 Times in 56 Posts
rmedek is on a distinguished road
Quote:
Anyways.. the issues are, In IE, the font appears where i want it to be, but in Moz, The font goes downwards
What font? The links, or the paragraph text? Downwards, as in, lower than where it should be displaying?

I'm on a Mac, so I have no idea what it's supposed to look like in IE, but it looks fine from here. If it's the paragraph text you want to be placed higher, it's in an absolutely positioned div, so you could raise the location of that div, or place "margin-top: 0;" in the CSS for your paragraph.

If it's something else, could you be a little more elaborate?

Hope this helps,
__________________
drums | web
rmedek is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

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

Forum Jump


All times are GMT +1. The time now is 05:28 AM.


Advertisement
Log in to turn off these ads.