This is a discussion on "Header text moving positions in IE & FF" within the Web Page Design section. This forum, and the thread "Header text moving positions in IE & FF are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Header text moving positions in IE & FF
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Header text moving positions in IE & FF
Hello
Sorry not sure if this is the right forum... having problems with header text in so much that it moves up or down quite significantly depending on whether I'm viewing in IE & FF. Is there an easy way round this? Plse bear in mind that I'm new to webdesign! Many thanks |
|
|
|
#2
|
|||
|
|||
|
Re: Header text moving positions in IE & FF
Usually there is but are you using CSS, tables, etc? What is the URL? What is the source code? It is easier when we are able to see it. Thanks!
|
|
#3
|
|||
|
|||
|
Re: Header text moving positions in IE & FF
Quote:
|
|
#4
|
|||
|
|||
|
Re: Header text moving positions in IE & FF
Hi
It's www.mugginsmugs.com - I haven't changed it to header text yet though, because of the problems. The main text at the top of the page (in the pink bit) is an image rather than header text but I want to change it so it optimises better. As far as I'm aware I'm not using CSS or tables but this is my first site and I'm still learning the technical terms for stuff - I designed a lot of it without knowing javascript, CSS, tables etc. Sorry, that's not much help is it? At work at the moment so can't access my site... |
|
#5
|
|||
|
|||
|
Re: Header text moving positions in IE & FF
Actually you are using quite a bit of inline CSS
On a cursory glance, I did not see any differences in Firefox and Internet Explorer. I also did not see many problrms with the code. I would consider though changing the DOCTYPE to
|
|
#6
|
|||
|
|||
|
Re: Header text moving positions in IE & FF
Hi
Thanks for the replies. The live site does not contain header tags at the minute for the simple reason that they shift down in FF and up in IE (quite significantly). This is the HTML code that I have tried and this happens with: <div id="Layer10" style="position:absolute; left:58px; top:39px; width:467px; height:46px; z-index:18"> <h1><font color="#FFFFFF" size="3" face="Franklin Gothic Medium">ALTERNATIVE WORDING SUGGESTIONS for your Personalised Mug</font></h1> Am I doing something wrong here? The only way I know to insert text is to draw a layer and then insert it in the layer. I am not technically minded and am new to web design so would appreciate a response in simple terms... |
|
#7
|
|||
|
|||
|
Re: Header text moving positions in IE & FF
Well using the above - you are limiting the layer to a specific width / height. And in you text
Do you need a width on it? You could consider doing something more like:
PX is properly used for setting dimensions and positions. Do not use it for font-size, unless you have some ego thing about control. PT is for print, it has no place on a web page except for specifying alternate print styling. EM is a relative size that specifies the font size base on the size of the letter M in the current font. 1em is the same as saying 100% and 1.5em is about 150%. I am not a big fan of named sizes, because they are not implemented consistently cross-browser. But honestly, I would use tables for your layout even though they were not meant to lay out your web site. The reason I am telling you this is simply because it is a lot easier if you are new to HTML and especially CSS. |
|
#8
|
|||
|
|||
|
Re: Header text moving positions in IE & FF
Hi
Thanks for that. I've just been reading up on CSS and all manner of things and I think it's time to go back to the drawing board. I didn't design any of the site with CSS (well, not knowingly) and I now realise that I've used font tags EVERYWHERE.. which obviously I'll need to convert to CSS. Yeah, I've just realised that funny font is not universally recognised so I'll be scrapping that as well. Ditto the pixel sizing....... It's gonna be a long night I think......... Thanks again for all your help & advice (that goes out to everyone on this forum). I'm sure all this work will be worth it in the long run! |
|
#9
|
|||
|
|||
|
Re: Header text moving positions in IE & FF
Start slow - use tables. Use CSS to apply font to your webpage. And then "graduate" up to layers, etc. It took me a long time to actually make the switch from tables to layers (just because)
The WYSIWYG editors can be great but they are not up to date yet with everything. |
|
#10
|
|||
|
|||
|
Re: Header text moving positions in IE & FF
jump right in if you feel confident to do so, otherwise do it slow, as suggested
|
![]() |
| Tags |
| header, text, moving, positions |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Div Positions | KBOOM | Web Page Design | 0 | May 15th, 2008 00:56 |
| moving text | new bee | Starting Out | 6 | Sep 19th, 2007 22:06 |
| Moving Text | jaypabla | Starting Out | 4 | May 13th, 2007 13:56 |