Hey,
I'm having problems viewing my webpage in IE7. The right sideboxes goes off the original body. This only happens in some Screen Size and also , when you press the second button on the right top corner, which makes the explorer smaller. The site is getxboxcodes.com. Nedd help, Thanks
Thank you.
Alwin
which section(s) in the stylesheet.css control the alignment of the links in the ezpages header and the ezpages footer?
thanks!
If you view the source of your site for that section:
It tells you the three div's that you're working with.Code:<div id="navSuppWrapper"> <div id="navSupp"> <div id="navEZPagesBot"> <div class="clearBoth"></div> <!--bof-view cart and checkout now links--> <!--eof-view cart and checkout now links--> <a href="http://www.allk-9.com">Home</a> | <a href="http://www.allk-9.com/account/login.html">Order Tracking</a> | <a href="http://www.allk-9.com/pages/faq-pv-c0-11.html">FAQ</a> | <a href="http://www.allk-9.com/contact-us.html">Contact Us</a> | </div> </div> </div>
Something like this should be good.
Code:#navSuppWrapper { width:950px; margin:0 auto; } #navSupp { margin:0 auto; text-align:left; padding-top:1em; }
Sorry, I don't have the time to figure this out, since it doesn't happen in my test site, compare your css with the original css, and see if you can find some differences, then see which difference is causing the problem. That is what I would do to figure out your issue.
Hmmm... ok so looking at the header, are these the sections to edit to control the ezpage links in the header?
If so, the links in the header are aligned to the left, how/where would I change that to center???
Code:#navMain { float:right; width:760px; line-height:normal; }Thanks!Code:#navMainWrapper { height:32px; width:100%; font-size:12px; }
Hi Jettrue,
I tried text-align:center in the #navMainWrapper and #navMain to center up the ezpage links in the header, but it had no affect in either. :-(
Thanks.
No, that's not the section for the ezpages, that's the section for your blue tabs. From your source:
On an unrelated note.... did you disable right clicking on your site? In my not so humble opinion, I don't think people should disable their viewers' mouse controls. I use right click for a lot of things, and it's one of my pet peeves when someone disables it, LOL. On my list of web annoyances, it's second only to automatic music playing.Code:<div id="navEZPagesTop"> <div class="clearBoth"></div> <!--bof-view cart and checkout now links--> <!--eof-view cart and checkout now links--> <a href="http://www.allk-9.com">Home</a> | <a href="http://www.allk-9.com/account/login.html">Order Tracking</a> | <a href="http://www.allk-9.com/pages/faq-pv-c0-11.html">FAQ</a> | <a href="http://www.allk-9.com/contact-us.html">Contact Us</a> | </div>If you've disabled right click to protect your images.... it doesn't work, there are ways around that. My suggestion is to use something like IH2 (Image Handler 2, in the downloads section), to create automatic watermarks for you.
Bookmarks