View Full Version : Got A Graphics Question?
nightfox_pc_asst
23-Sep-2004, 01:16 AM
Okay you see in this NBS skin of OS X how it has globes on the left end, and then a middle image and then a left image...
Well here is my question, how does one edit the CSS with a code to show an image on the left, one on the right, and one in the middle that is stretched, while the others are not...??
Thanks
Nightfox PC Asst
you mean like the members bar. has a left images dome type thing and then middle then right dome thing.
<table border='0' width='size of left image' cellpadding='0' cellspacing='0'>
<tr>
<td>
<img SRC='left_img.gif'>
</td>
<td style="background-image: url('./images/navgrad.gif')">
your text or content here
</td>
<td>
<img SRC='right_img.gif'>
</td>
</tr>
</table>
Here is the html for it. Not sure if it will help you or not.
Left: http://forum.nbsdesignz.com/style_images/ibx3/mem_left.gif
Right: http://forum.nbsdesignz.com/style_images/ibx3/mem_right.gif
Middle: http://forum.nbsdesignz.com/style_images/ibx3/membar.gif
The middle image acts as a "tile" and reproduces itself across the page.
nightfox_pc_asst
24-Sep-2004, 02:33 AM
Thanks Ash!!
Great now I can finish my skin...lol
I just hate having squared corners...not very professional..lol
I will work on that later, I have done some html coding so I will try that..
Again, Thanks!
Nightfox PC Asst
nightfox_pc_asst
25-Sep-2004, 03:42 AM
Um, Ah,
Could I get that with CSS and a large fries to go...lol
Thanks..
The newest 2.0 board, Final Version, IS imo somewhat rewritten, I have a new CSS map I'm putting together to help members out.
Don't laugh, Im just getting started...
**Changes**
Instead of .row1, .row2, .row3, and .row4
Now there are only two rows... 1 and 2 in the final release.
And there are other changes as well in the stylesheets, some names have been changed however still change the same area or part.
Thanks again Ash....
Nightfox PC Asst