Click to See Complete Forum and Search --> : viewing in different browsers/images help


heidibro164
03-02-2009, 01:17 PM
hello! the site I am building is neversummermtn.com

I'm having trouble getting the site to look good in different browsers... it looks as it should in IE but the header is broken/displaced in firefox and opera. see what i mean? it also looks like the black stripe that should be around the top and bottom are missing. why?

I'm also having trouble with aligning images... look at the "camping" page. how can I align images so they continue down the right side of the page? Is there some kind of code that will tell an image the exact position I want it to be?

Thank you so much for your time!

Fang
03-02-2009, 01:23 PM
img {vertical-align:bottom;}
https://developer.mozilla.org/en/Images,_Tables,_and_Mysterious_Gaps

heidibro164
03-02-2009, 01:57 PM
I'm sorry, I'm confused, I think this was a response to the browser question? sorry, I only know a little about html so I'm going to need a bit more of a comrehensive answer...where do i put this code?

Fang
03-02-2009, 02:01 PM
In the CSS

heidibro164
03-02-2009, 02:03 PM
aha! thank you! sorry for being a little slow... :o

heidibro164
03-02-2009, 02:12 PM
Gah! now, in IE, the text of the main body of the page is not aligning itself around the pictures... it fixed the header but it now seems to be overriding the alignment of any other pictures.

Fang
03-02-2009, 03:25 PM
<img src="Home_bestanden/storefront.jpg" alt="" align="left" style="float:left;">