HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Hi. Please Review My Blog. Thanks so much!!
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> Website Review
View previous topic :: View next topic  
Author Message
Subcitizen



Joined: 29 Oct 2008
Posts: 5

Posted: Sat Nov 08, 2008 6:13 pm     Hi. Please Review My Blog. Thanks so much!!  

Hi. I created a blog a little a while ago that's attached to my apparel site. The only problem, I seem to be having a problem with how it views in Internet Explorer. I don't know if it's just the IE that I have on my Mac. I have version 5.2 which is a little old, and the text is all over the place

Can anyone please tell me how it looks in your browser. Please pay particular attention to the alignment of text and please let me know what version of what browser you have.

Thanks so much!!!

Jason
Subcitizen



Joined: 29 Oct 2008
Posts: 5

Posted: Sat Nov 08, 2008 6:23 pm      

I got so excited I forgot my link:

Subcitizen Blog
Straystudio



Joined: 14 Apr 2008
Posts: 297
Location: Nord Italy

Posted: Sat Nov 15, 2008 10:08 am      

O.S. Windows Vista on my current laptop.

It looks fine with Netscape Navigator 9; on 1280x800 pixels screen.

With IExplorer 7 it displayes way worse an issue than text-alignment problem.
My screen gets 5/6th filled-in by background image; on the right, only part of the layout appears, I have to move horizontal scrollbar to see actual content.
The whole results into being nearly 1900-2000 px wide.


It seems You have a bug in CSS: remove float: left; in #copyright section; there I placed an ! mark:
Code:
/** copyright **/
#copyright {   
   position: relative;   
   width:900px;   
   display:block;   
   clear:both;   
   float: !left;
}



Alternatively, You may fix the problem on the HTML side by removing/renaming that div id="copyright" being at the very bottom of the Document; moreover, it contains an error as an /a closing Tag without its corresponding opening Tag.
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> Website Review
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group