PrincessSammy
07-27-2005, 01:40 AM
Ok, more CSS troubles for me, and I'm sure its something simple. These cam pages http://www.jumpingoverstars.com/ aren't even but I have them with the same dimensions. What did I do wrong?
|
View Full Version : Unevenness? PrincessSammy 07-27-2005, 01:40 AM Ok, more CSS troubles for me, and I'm sure its something simple. These cam pages http://www.jumpingoverstars.com/ aren't even but I have them with the same dimensions. What did I do wrong? MaGiCSuN 07-27-2005, 09:57 PM to me they are even ? you mean the pop-ups right ? i did noticed this: position: absolute; you have that in all your css, while you haven't got top or left specified. In that case, delete the position: absolute; line everywhere ;) Love, Mirna PrincessSammy 07-28-2005, 09:49 PM Actually I just put the position absolute in and that fixed the problem. They were missing before I posted this. MaGiCSuN 07-28-2005, 10:44 PM still it hasn't got any use .. since it has no coordinates. So it's basically doing nothing on your page :) it's either position: absolute; left: #px; top: #px; or no code at all, it has to be all 3 parts together to make it function. Love, Mirna PrincessSammy 07-28-2005, 11:14 PM Ahhh. Ok. I thought I had left and top positions on there. MaGiCSuN 07-28-2005, 11:21 PM ah then we where just misunderstanding each other ;) can happen anytime hehe Love, Mirna |