Log in

View Full Version : blue glitch?


berry05
03-08-2008, 03:55 PM
hii!
i have a blue glitch problem and i searched the forums on this site and couldn't find and problems related...

check the picture out...weird...

http://img392.imageshack.us/img392/7154/blueglitchxl2.gif (http://imageshack.us)



WHAT DO I DO?

Lynne
03-08-2008, 04:37 PM
The first thing I would do is check the source code and then the css for that div.

berry05
03-08-2008, 04:50 PM
The first thing I would do is check the source code and then the css for that div.

css for that div?
what you mean exactly..sorry I'm sorta a noob

and what exactly am i looking for?

Lynne
03-08-2008, 05:10 PM
css for that div?
what you mean exactly..sorry I'm sorta a noob

and what exactly am i looking for?
Well, look at the source code and see if there is actually something there that says to change the color. I don't think there is, so my guess is that there are <div> </div> tags around the post content and the div will say something like "class=thisclass" and then you need to look at the "thisclass" css class and see if there is something that says the color should only extend downward for a certain lenght. It would really help with problems like this if you post a link so we can actually see if for ourselves. And, if you must be logged in, you should give us a test account to use to see it.

berry05
03-08-2008, 09:58 PM
username: test
password: testing123
link to glitch: http://www.lockedforums.com/forums/showthread.php?t=53&page=2
=]
thxs for the help to by the way

i really appreciate it!

Lynne
03-08-2008, 10:55 PM
Your problem is that you have a background, http://i6.tinypic.com/89j79ll.gif, which you are using and repeating in the x direction (see your css under alt1 and alt2 background "#26607D url(http://i6.tinypic.com/89j79ll.gif) repeat-x" Try changing it to just "#26607D url(http://i6.tinypic.com/89j79ll.gif) repeat" (no "-x") See if that fixes the problem.