A few layout problems

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
speed
Forum Newbie
Posts: 4
Joined: Sun Jul 05, 2009 4:29 pm

A few layout problems

Post by speed »

I've just finished my website, first one I've done so its far from perfect. I've just looked at my site on my daughters laptop and some of the layout is off compared to when i look at it on my machine. If you could just answer me 3 questions it will help me work out how bad the problem is. Oh and if anyone has solutions to my problems it would be much appreciated.

1. What colour are the boxes around the portfolio pic, what coulour do they change to when you mouse over them and does a box come up with a descripion of the pic? No pic description should come up and the border around the pics should be light grey and black when mouse over. http://www.elitetradesmen.com/

2. Does the image of the map fit in the page or does it look like it overlaps beyond the bottom of the page body? http://elitetradesmen.com/areas.html

3. Is my logo in the left hand grey part in at the bottom of the page or half way down? It should be at the bottom of the page. http://elitetradesmen.com/policies.html
User avatar
akuji36
Forum Contributor
Posts: 190
Joined: Tue Oct 14, 2008 9:53 am
Location: Hartford, Connecticut

Re: A few layout problems

Post by akuji36 »

I'm looking at your site in ie 7 and your logo is on bottom of page on left.

I see pic descriptions when mouse rolls over portfolio pic (alt being
used with image src tag.) Remove the alt info to remove pic
descriptions.


Try viewing your site in 3 major browsers: internet explorer
(always hated ie but.. since they still dominate the market),

Firefox (my favorite--recognizes the object tag and validates css

correctly) and Safari or Opera. You may notice color and position
may be substantially different in diff browsers.
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: A few layout problems

Post by jackpf »

1. brown to dark brown
2. it fits
3. bottom

Using firefox though...so idk how it looks in IE :)
Post Reply