X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Missing and disappearing text (https://forum.x-cart.com/showthread.php?t=54622)

saqibzuberi 07-15-2010 09:49 PM

Missing and disappearing text
 
I am having a similar problem with my page, the text on some products does not appear and when I scroll down IE some text on the login form disappears as well. Am assuiming this is a <div> problem, can some one help me>?

http://www.artrockcds.com/shop

Shamun 07-15-2010 10:09 PM

Re: Missing and disappearing text
 
Could you perhaps post an image of what it looks like before and after the bug happens? If it disappears, then for some it might not be there on load so we have no idea what to look for.

I quickly tested, but didnt notice any disappearences in firefox or IE8

saqibzuberi 07-15-2010 10:12 PM

Re: Missing and disappearing text
 
if you scroll down in IE you will see the login and password text above the boxes disappear. As for the product titles, you will see that the first products title does not display while the second one does.

saqibzuberi 07-15-2010 10:15 PM

Re: Missing and disappearing text
 
Its weird when I made the browser full screen the text for the first product reappeared, but the login form on the right hand side the text dissappears.

saqibzuberi 07-15-2010 10:28 PM

Re: Missing and disappearing text
 
http://artrockcds.com/artrockexample.jpg

ARW VISIONS 07-16-2010 12:28 AM

Re: Missing and disappearing text
 
Might be the IE hasLayout bug??

just a guess.

http://www.satzansatz.de/cssd/onhavinglayout.html

cflsystems 07-16-2010 02:56 AM

Re: Missing and disappearing text
 
Try taking out the display property for "product-title" class

saqibzuberi 07-16-2010 05:01 AM

Re: Missing and disappearing text
 
Sorry both didnt work, could it be a height problem in the center, because if you hit F11 and make the browser full screen the title-text for the product reappears

Shamun 07-16-2010 08:13 AM

Re: Missing and disappearing text
 
Try fixing your html first.

Code:

<UL>
<LI class="highlight first"><A title='<IMG SRC="../../images/england.jpg" WIDTH="45" HEIGHT="30" BORDER="0" ALT=""> ENGLAND' href="http://artrockcds.com/shop/home.php?cat=251"><IMG border=0 alt="" src="http://artrockcds.com/images/england.jpg" width=45 height=30> ENGLAND</A>
<LI><A title='<IMG SRC="../../images/estonia.jpg" WIDTH="45" HEIGHT="30" BORDER="0" ALT=""> ESTONIA' href="http://artrockcds.com/shop/home.php?cat=270"><IMG border=0 alt="" src="http://artrockcds.com/images/estonia.jpg" width=45 height=30> ESTONIA</A>
<LI class=highlight><A title='<IMG SRC="../../images/france.jpg" WIDTH="45" HEIGHT="30" BORDER="0" ALT=""> FRANCE' href="http://artrockcds.com/shop/home.php?cat=255"><IMG border=0 alt="" src="http://artrockcds.com/images/france.jpg" width=45 height=30> FRANCE</A>
<LI><A title='<IMG SRC="../../images/germany.jpg" WIDTH="45" HEIGHT="30" BORDER="0" ALT=""> GERMANY' href="http://artrockcds.com/shop/home.php?cat=253"><IMG border=0 alt="" src="http://artrockcds.com/images/germany.jpg" width=45 height=30> GERMANY</A>
<LI class=highlight><A title='<IMG SRC="../../images/hungary.jpg" WIDTH="45" HEIGHT="30" BORDER="0" ALT=""> HUNGARY' href="http://artrockcds.com/shop/home.php?cat=260"><IMG border=0 alt="" src="http://artrockcds.com/images/hungary.jpg" width=45 height=30> HUNGARY</A>
<LI><A title='<IMG SRC="../../images/ireland.jpg" WIDTH="45" HEIGHT="30" BORDER="0" ALT=""> IRELAND' href="http://artrockcds.com/shop/home.php?cat=262"><IMG border=0 alt="" src="http://artrockcds.com/images/ireland.jpg" width=45 height=30> IRELAND</A>
<LI class=highlight><A title=' <IMG SRC="../../images/italy.jpg" WIDTH="45" HEIGHT="30" BORDER="0" ALT=""> ITALY' href="http://artrockcds.com/shop/home.php?cat=250"><IMG border=0 alt="" src="http://artrockcds.com/images/italy.jpg" width=45 height=30> ITALY</A>
<LI><A title='<IMG SRC="../../images/japan.jpg" WIDTH="45" HEIGHT="30" BORDER="0" ALT=""> JAPAN' href="http://artrockcds.com/shop/home.php?cat=258"><IMG border=0 alt="" src="http://artrockcds.com/images/japan.jpg" width=45 height=30> JAPAN</A>
<LI class=highlight><A title='<IMG SRC="../../images/netherlands.jpg" WIDTH="45" HEIGHT="30" BORDER="0" ALT=""> NETHERLANDS' href="http://artrockcds.com/shop/home.php?cat=256"><IMG border=0 alt="" src="http://artrockcds.com/images/netherlands.jpg" width=45 height=30> NETHERLANDS</A>
<LI><A title='<IMG SRC="../../images/spain.jpg" WIDTH="45" HEIGHT="30" BORDER="0" ALT=""> SPAIN' href="http://artrockcds.com/shop/home.php?cat=252"><IMG border=0 alt="" src="http://artrockcds.com/images/spain.jpg" width=45 height=30> SPAIN</A>
<LI class=highlight><A title='<IMG SRC="../../images/sweden.jpg" WIDTH="45" HEIGHT="30" BORDER="0" ALT=""> SWEDEN' href="http://artrockcds.com/shop/home.php?cat=261"><IMG border=0 alt="" src="http://artrockcds.com/images/sweden.jpg" width=45 height=30> SWEDEN</A>
<LI><A title='<IMG SRC="../../images/usa.jpg" WIDTH="45" HEIGHT="30" BORDER="0" ALT=""> UNITED STATES' href="http://artrockcds.com/shop/home.php?cat=257"><IMG border=0 alt="" src="http://artrockcds.com/images/usa.jpg" width=45 height=30> UNITED STATES</A>
<LI class="highlight last"><A title='<IMG SRC="../../images/dvd.jpg" WIDTH="45" HEIGHT="30" BORDER="0" ALT=""> DVD' href="http://artrockcds.com/shop/home.php?cat=273"><IMG border=0 alt="" src="http://artrockcds.com/images/dvd.jpg" width=45 height=30> DVD</A> </LI></UL>



There's only one </li> in there.
The anchor title makes no sense.
It looks like your trying to show text in an img src tag
You have an image border as well with the same image?

yeah...

Edit:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.artrockcds.com%2Fshop&c harset=%28detect+automatically%29&doctype=Inline&g roup=0
There. Fix the html errors shown there and then we can go from there. Your main issues will start with the "Line 68, Column 122" error. You should fix it so its declared as xhtml though.


All times are GMT -8. The time now is 06:10 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.