Click to See Complete Forum and Search --> : firefox div issues
delgreco
09-25-2009, 06:33 PM
I have been banging my head against the wall for some time now, and could really use some help!!!!! I am helping a friend make a website for their t-shirt business....here is the link, www.licksclothing.com
The problem is in firefox, all the divs go to their absolute position in the top left hand corner of their parent container.....only if you went to licksclothing.com. (but works fine in IE)
The strage part is, if you go to www.licksclothing.com it actually loads correctly in firefox. Unfortunatetly it appears that the default for firefox is to load a webpage without the "www" thus screwing my page up!! Can anyone please help????!!!!!
www.licksclothing.com = works great in FF
licksclothing.com = not working properly in FF
kiwibrit
09-25-2009, 07:06 PM
http://licksclothing.com/ loads fine for me in FF (albeit it's a slow load). The first link you gave is not for that url - and times out.
delgreco
09-25-2009, 07:29 PM
you should be able to load the page by typing either:
licksclothing.com
or
www.licksclothing.com
in FF's address bar. You should also notice that the pages don't look the same as the divs in the first example all go to the top of the page, it actually looks like FF is ignoring my CSS for these div's in the first link. REALLY NEED HELP, ANYONE PLEASE!!!!!
kiwibrit
09-25-2009, 07:49 PM
you should be able to load the page by typing either:
licksclothing.com
or
www.licksclothing.com
in FF's address bar. You should also notice that the pages don't look the same as the divs in the first example all go to the top of the page, it actually looks like FF is ignoring my CSS for these div's in the first link. REALLY NEED HELP, ANYONE PLEASE!!!!!
Shouting in BLOCK CAPITALS does not change the fact that typing in licksclothing.com into FF automatically brings up http://licksclothing.com - which looks identical in FF to www.licksclothing.com. You posted an incorrect link in your OP - maybe there's some odd mapping going on with your PC. I suggest you have a look at the site using both urls in another computer. I have no idea whatsoever why you should be perceiving a difference - but BLOCK CAPITALS will not change what others are seeing.
delgreco
09-25-2009, 07:54 PM
haha, sorry, not yelling at you, just frustrated......it works fine in chrome, IE, safari, but not in firefox for me....it loads the site by default without the www and its all screwed up because its ignoring the css for the divs in my main content div, but if i physically type in the www in the address bar it loads fine for me, don't know what to do know.....
opifex
09-25-2009, 08:06 PM
looks ok here too.... cache problem?
cfajohnson
09-27-2009, 07:06 PM
Both look fine (i.e., they work) here in FF, but you should really
redirect one to the other so that search engines only see one URL.
For example, you could put this in your .htaccess file:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.licksclothing.com$
RewriteRule ^.*$ "http\:\/\/licksclothing\.com" [R=301,L]