Posted by Jonathan N. Little on 05/22/06 15:50
deaducky8 wrote:
> Ok when I first began my learning of HTML I used DIVs and I still do, as I
> haven't learned much.
Ooookay
> For some reason DIVs don't work the same in Mozilla as
> they do in IE.. something about how Firefox doesn't have the same
> information as IE.
???? Sorry but but what the hell does that mean? ! You really have not
described what "don't work" is? How? How about a URL with an example so
we can see what you are talking about. Maybe the problem is related to
your previous statement.
> I was just wondering if there was a way to get text on my
> page that would look the same in Firefox and IE.
Sure.
<div>
Some text in a DIV
</div>
<div>
Some text that will be below the other in both Moz and IE if not styled
otherwise
</div>
> If not then is there any
> way I can still make it look good in both??
DIV != FRAMES. Agree frames in general should be avoided but not sure
what they have to do with the rendering of DIVs
> I thought frames, but from the
> responses I got in the other post that's not a good idea. Help would be
> greatly appreciated.
>
>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|