View Full Version : Remove double horizontal lines from gallery
jrglass
Feb-20-2007, 01:22 PM
:dunno I have searched and read for several hours and can't seem to find the right CSS code to remove the double horizontal lines that bracket the "Page 1 of 9 and Next >" part of my galleries. These double horizontal lines appear at the top and bottom of the gallery page, depending on what page viewing style is being used. How about some quick help for a tired mind!
Look at this gallery page to see what I am referring to:
http://www.jrglassphotography.com/gallery/2127548#110115636
Thanks,
Jr.
Barb
Feb-20-2007, 01:55 PM
:dunno I have searched and read for several hours and can't seem to find the right CSS code to remove the double horizontal lines that bracket the "Page 1 of 9 and Next >" part of my galleries. These double horizontal lines appear at the top and bottom of the gallery page, depending on what page viewing style is being used. How about some quick help for a tired mind!
Look at this gallery page to see what I am referring to:
http://www.jrglassphotography.com/gallery/2127548#110115636
Thanks,
Jr.
Hi :)
Try adding this to your CSS code:
.top_border {
border-top: none;
}
.bottom_border {
border-bottom: none;
}
.right_border {
border-right: none;
}
.left_border {
border-left: none;
}
jrglass
Feb-20-2007, 02:06 PM
Barb,
Thanks - tried to recommended code but it did not work. :dunno
Jr.
Barb
Feb-20-2007, 02:08 PM
Barb,
Thanks - tried to recommended code but it did not work. :dunno
Jr.
Try it this way:
.top_border {
border-top: none !important;
}
.bottom_border {
border-bottom: none !important;
}
.right_border {
border-right: none !important;
}
.left_border {
border-left: none !important;
}
It works for me.
jrglass
Feb-20-2007, 02:22 PM
Barb,
Tried that code to - no worky! Thanks for trying. It must have something to do with something else I have removed/hidden.
Jr.
Barb
Feb-20-2007, 02:23 PM
Barb,
Tried that code to - no worky! Thanks for trying. It must have something to do with something else I have removed/hidden.
Jr.
Move it to the top of your CSS code. That's where I had it and it works ok.
jrglass
Feb-20-2007, 03:07 PM
Barb,
Moved the code to the top of the CSS and it seems to be working. Have not had the time to test all areas of my site but it looks okay.
Thanks a bunch:clap
Jr.
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.