Hi all,
I am having a problem that seems so simple, I am almost embarrassed to
ask about it.
I am working on a page that has the layout largely css driven. The top
of the page has two <img> tags, one a logo, the other a graphic just for
looks. If I use the following code:
<div id="header">
<nobr><img src="jclogo.gif " alt="Jaycees logo" width="200"
height="115"><i mg src="testbanner 2.jpg" alt="banner, Peoria Skyline"
width="580" height="115"></nobr>
</div>
Everything works, but is left justified and butted up against each other.
What I would like, is the logo to be left justified, and the other
graphic to be right justified.
If I add align="right" (or a class to the css aligning it right), it
works fine in IE6, but in FF/Moz it ends up under the 'header' <div>, on
top of the main content of the page..almost like it was floated from
another <div>.
The mock-up can be viewed at
The one where it is left justified is at
If you need the css file to assist, let me know (like I said, even
align="right" on the <img> tag has this effect.
Thanks,
Tim
I am having a problem that seems so simple, I am almost embarrassed to
ask about it.
I am working on a page that has the layout largely css driven. The top
of the page has two <img> tags, one a logo, the other a graphic just for
looks. If I use the following code:
<div id="header">
<nobr><img src="jclogo.gif " alt="Jaycees logo" width="200"
height="115"><i mg src="testbanner 2.jpg" alt="banner, Peoria Skyline"
width="580" height="115"></nobr>
</div>
Everything works, but is left justified and butted up against each other.
What I would like, is the logo to be left justified, and the other
graphic to be right justified.
If I add align="right" (or a class to the css aligning it right), it
works fine in IE6, but in FF/Moz it ends up under the 'header' <div>, on
top of the main content of the page..almost like it was floated from
another <div>.
The mock-up can be viewed at
The one where it is left justified is at
If you need the css file to assist, let me know (like I said, even
align="right" on the <img> tag has this effect.
Thanks,
Tim
Comment