![]() |
Alternating table row help - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: Alternating table row help (/thread-30892.html) |
Alternating table row help - Snowy - 2008-04-22 Hey guys, I wanted a gradient for my alternating table rows, and this was achieved by putting in a gradient background image. Here's how it looks on the forum index: perfect But when I post a new thread, I get repetitions of alternating table rows. I just want the table rows to show up on the forum index, and that's all. How would I change this? RE: Alternating table row help - Dale Hay - 2008-04-22 When you goto the Alternative Rows theme bit enter this in the Extra CSS Attributes box: That'll sort it out. ![]() For those who don't understand that line, basically it just tells the background image to repeat on ONLY the 'X' axis (horizontally / across / left to right) and not up or down. ![]() RE: Alternating table row help - burnz3r0 - 2008-04-22 Nice... I've been looking for that, too! No wonder it was all funky when i did the near-same thing. >.< RE: Alternating table row help - Dale Hay - 2008-04-22 Oh and if you want the gradient to come ONLY down and not across (so like a side gradient) then use:
RE: Alternating table row help - Snowy - 2008-04-23 Here's another question... (thought it's not really related to the original topic) I know you can do bottom-borders in CSS... but is there anyway that I could make a bottom border with an image in CSS? So for example, let's say that I wanted a small gradient to be at the bottom of the "Welcome Panel", could I do it? Thanks RE: Alternating table row help - Dale Hay - 2008-04-23 Erm... a border as a image in CSS... I am not 100% sure if that can be done... to be honest I don't think it can. Though, I might be wrong. RE: Alternating table row help - Snowy - 2008-04-23 hmm... http://www.css3.info/preview/border-image/ Unless I'm doing something wrong (which I may be) I can't seem to get it to work ![]() RE: Alternating table row help - Snowy - 2008-04-23 edit ignore this, found the solution |