reform
10-14-2007, 04:49 AM
Hi,
I am having problem with my 'next' and 'previous' tags using geos_show_category.
I am using the following css to align the buttons on the left and right, above the image.
#previous {
float:left;
padding-right:200px;
text-transform:uppercase;
}
#next {
float:right;
margin-left:100px;
text-transform:uppercase;
}
The links work fine in IE, but do no in Firefox. Any ideas where I'm going wrong?
http://www.reformstudios.com
Interestingly, if I don't use the float, left and right, it works fine. Its only when one floats left, and the other floats right, that the problem arises. Is there another way to get the links to sit on either side of the image with css without using float tags?
Thanks in advance for your help!
I am having problem with my 'next' and 'previous' tags using geos_show_category.
I am using the following css to align the buttons on the left and right, above the image.
#previous {
float:left;
padding-right:200px;
text-transform:uppercase;
}
#next {
float:right;
margin-left:100px;
text-transform:uppercase;
}
The links work fine in IE, but do no in Firefox. Any ideas where I'm going wrong?
http://www.reformstudios.com
Interestingly, if I don't use the float, left and right, it works fine. Its only when one floats left, and the other floats right, that the problem arises. Is there another way to get the links to sit on either side of the image with css without using float tags?
Thanks in advance for your help!