Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Something other than DIVs

 
Thread Tools Search this Thread
Old 05-22-2006, 01:14 PM   #1
Default Something other than DIVs


Ok when I first began my learning of HTML I used DIVs and I still do, as I
haven't learned much. 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. I was just wondering if there was a way to get text on my
page that would look the same in Firefox and IE. If not then is there any
way I can still make it look good in both?? I thought frames, but from the
responses I got in the other post that's not a good idea. Help would be
greatly appreciated.




deaducky8
  Reply With Quote
Old 05-22-2006, 01:50 PM   #2
Jonathan N. Little
 
Posts: n/a
Default Re: Something other than DIVs

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
  Reply With Quote
Old 05-22-2006, 02:55 PM   #3
Martin Jay
 
Posts: n/a
Default Re: Something other than DIVs

In message <VWhcg.281$ >,
deaducky8 <> writes
>Ok when I first began my learning of HTML I used DIVs and I still do, as I
>haven't learned much. 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.


It's funny how people point the finger at Firefox when 99% of the time
IE is at fault.

>I was just wondering if there was a way to get text on my
>page that would look the same in Firefox and IE.


What do you mean by "same?" Are you talking pixel perfection here, or
is there a more serious display problem?

Any chance of a look at your problem?

> If not then is there any way I can still make it look good in both?? I
>thought frames, but from the responses I got in the other post that's
>not a good idea. Help would be greatly appreciated.


I find laying out the HTML correctly makes things a lot easier: I think
this is what many people go wrong. Then use DIVs to group content
together for display purposes, and finally SPANs to style particular
things.
--
Martin Jay
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump