Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2007
    Location
    Atlanta, GA
    Posts
    125
    Plugin Contributions
    0

    Default Cross-Browser Alignment Issues

    Hi Guys,
    Sorry for so many questions. I do searches, but usually only find partial answers or my search skills aren't yet sharp enough. However, if I do find the answer to one of my questions, I am placing the link in the replies so others may have easy access to answers as well.

    I need help centering my ENTIRE TEMPLATE. I'm sure this is done in the stylesheet.css or stylesheet_tm.css, but I don't know what elements to change. Apparently, there is no CSS code for center alignment?

    Also, my alignment properties are wonky when I use Internet Explorer and/or lower screen resolutions. Many CSS stylesheets auto adjust based upon screen size, but auto adjust in grotesque ways (too skinny, too long, words flying off of the boxes, etc.).

    1) Is there a way to center my entire template?
    2) Is there a code or module that resizes my page to fit the viewer's screen resolution?
    3) Also, on a side note, several of my .png images which are meant to be transparent show up as having a white background in Internet Explorer and at low resolutions. Any ideas?

    Web Page: http://www.akihabaracosplay.com

    I think a newer version of Zen Cart was just released, so I have the prior version to the new update.
    My hosting company is Hosting Duo.com
    My template is 'Template Monster 150' template.

    As always, I am more than appreciative for all of your support.

    Thank you,
    ~Indi, the Rookie Zenner
    http://www.akihabaracosplay.com
    Imported Cosplay, Fashion, and Souveniers straight from Japan!

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Cross-Browser Alignment Issues

    your template set to display at 95% .. but there is a width in body set to 70%
    open your stylesheet_tm.css and remove width:70%; from body

    body{
    padding:0;
    margin:0;
    width:70%;

    vertical-align:top;
    background:#000000;
    font-family:tahoma; font-size:11px; line-height:14px; color:#63676B;
    }


    there are no module to resize page on your visitors screen . majority of people do have a monitor with high resolution ..i like fixed websites and not fluied . i set the size at 980px .
    older IE do have problem with PNG .. there are number of hacks and fixes on internet .. look for pngfix . they tend to be javascript that need to be added to your site to fix the issue that older IE browser have ith PNG , i found those hacks make the site slower.

  3. #3
    Join Date
    Nov 2007
    Location
    Atlanta, GA
    Posts
    125
    Plugin Contributions
    0

    Default Re: Cross-Browser Alignment Issues

    Thank you ever so much, but now my Header is too small. How do I make my Header 100% wide?
    http://www.akihabaracosplay.com
    Imported Cosplay, Fashion, and Souveniers straight from Japan!

  4. #4
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Cross-Browser Alignment Issues

    open stylesheet_tm.css and look for

    .main_w {
    margin:auto;
    width:936px;
    }


    change width from 936px to 100% .

  5. #5
    Join Date
    Nov 2007
    Location
    Atlanta, GA
    Posts
    125
    Plugin Contributions
    0

    Default Re: Cross-Browser Alignment Issues

    http://www.akihabaracosplay.com
    Imported Cosplay, Fashion, and Souveniers straight from Japan!

 

 

Similar Threads

  1. cross browser issues - gradient problem in IE
    By ben harry in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Aug 2013, 05:24 PM
  2. Cross Browser Issues with Attributes
    By leest35 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Sep 2010, 12:29 PM
  3. Cross browser issues
    By leest35 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 26 May 2010, 01:15 PM
  4. Cross browser issues
    By beyre in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Jun 2009, 09:21 PM
  5. Cross-Browser issues :(
    By wondergirl in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 25 Mar 2007, 04:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg