mazman13 Posted November 6, 2008 Share Posted November 6, 2008 http://www.michaelzavala.com/new/home.php Having problems with the footer not being right in firefox. Any ideas? Someone told me that my css was all over the place. I think I've cleaned it up. Also...on the top where the subscription box is, I'm having a problem viewing it in Dreamweaver. When I include 'subscription.php' it throws my layout off. But when I view it on Firefox or look at the css code, it looks ok. Any ideas? Thanks Link to comment https://forums.phpfreaks.com/topic/131564-css-footer-layout-problem/ Share on other sites More sharing options...
haku Posted November 6, 2008 Share Posted November 6, 2008 One idea is to not look at it in dreamweaver anymore. No one will be viewing your site in dreamweaver, as it's not a browser. It doesn't even use the same rendering engine as any of the browsers. So designing your code to look nice in dreamweaver is a waste of time. You should always check it in a major, non-internet explorer browser. Link to comment https://forums.phpfreaks.com/topic/131564-css-footer-layout-problem/#findComment-683356 Share on other sites More sharing options...
mazman13 Posted November 6, 2008 Author Share Posted November 6, 2008 Cool. So do you guys have the same problem with dreamweavers displays? Just don't use it? Link to comment https://forums.phpfreaks.com/topic/131564-css-footer-layout-problem/#findComment-683761 Share on other sites More sharing options...
BoltZ Posted November 7, 2008 Share Posted November 7, 2008 Don't use WYSIWYG editors. They never work the way you want them. Also I read your first post and am viewing your footer in firefox and this statement confused me... Having problems with the footer not being right in firefox. Can you elaborate? It looks fine to me.. Also FYI your site has 37 validation errors. Maybe the cause of your error is because of validation. Link to comment https://forums.phpfreaks.com/topic/131564-css-footer-layout-problem/#findComment-684784 Share on other sites More sharing options...
mazman13 Posted November 7, 2008 Author Share Posted November 7, 2008 http://michaelzavala.com/new/home.php Well the footer is off centered. And it should have a 10px margin on the top. What site do I use to check my site for errors? Link to comment https://forums.phpfreaks.com/topic/131564-css-footer-layout-problem/#findComment-684864 Share on other sites More sharing options...
BoltZ Posted November 7, 2008 Share Posted November 7, 2008 The validators are in my signature. If you take off the margin:10px then it centers it in the div. Then If you want it 10 px below the last image do margin-top:10px; Link to comment https://forums.phpfreaks.com/topic/131564-css-footer-layout-problem/#findComment-684892 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.