View Full Version : I'm sure this is a newbie question to you guys.
Graphix_designr
03-07-2004, 08:32 PM
First off check out this website http://www.havenfx.com/main.php?id=ps/web/fullnav
notice how on the left they have those boxes? I can make graphics like that but...how do I add text in there? if I add it to the graphic then I'd have to change the graphic everytime I wanted to change the text...how do I do what they did?
trianth
03-07-2004, 09:01 PM
Those look like frames and tables, someone correct me if I'm wrong, since I am pretty new at this as well. And looking at the source code, I'm pretty sure that's what it is. Looks to me like they made a graphic for the border and matched the color of it into the table and frame, making it look like one thing.
Graphix_designr
03-08-2004, 06:54 AM
how do you make the graphic that close to the frame?
Graphix_designr
03-08-2004, 06:57 AM
or what's the code to use a graphic for the border?
MikeParent
03-08-2004, 08:52 AM
Looks like they are mostly table cells with a graphic for the top and bottom and a background image for the left / right border
Graphix_designr
03-08-2004, 08:57 AM
or is it just an image sliced?
edit: comon guys 30 views and only five replies! you guys know the answer to this......
MikeParent
03-08-2004, 03:35 PM
Do you think I am wrong or did I just not sound certain? I stand by my prevous post...
Graphix_designr
03-08-2004, 07:15 PM
also how do you make background tables transparent, I change the color of the background, and don't like it I want it to be the color of the back ground...
pascal
03-09-2004, 06:29 AM
Originally posted by Canadianchipmnk
also how do you make background tables transparent
What?
Do you want the tables on your site to be transparent?
Use this:
<html>
<head>
<style type="text/css">
table, td {
background: transparent;
}
</style>
</head>
<body>
site content
</body>
</html>
Graphix_designr
03-09-2004, 07:32 PM
not using css...what is the plain ol' code for changing my table background to transparent...
DCElliott
03-10-2004, 03:51 AM
I'm a bit confused because your table background is supposed to be transparent by default. You would have to have code somewhere in your <table> or <td> tags to make it a solid color or image.
I'd suggest a tutorial (http://www.weballey.net/tables/tags.html) since you often appear unsatisfied with the service here.
DE
MikeParent
03-10-2004, 04:51 AM
Second that one DC... Chipmunk tables are always transparent unless you specify otherwise... I am confused...
MikeParent
03-10-2004, 04:52 AM
Actually I think probably even a general HTML tutorial might be of value...
Graphix_designr
03-11-2004, 04:55 PM
Originally posted by MikeParent
Second that one DC... Chipmunk tables are always transparent unless you specify otherwise... I am confused...
actually I was playing around with different colors...and then I realized hey I need it transparent...
MikeParent
03-12-2004, 02:52 PM
So you have your answer then
vBulletin® v3.7.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.