PDA

View Full Version : CSS Question


intricatic
26 Apr 2007, 13:48
Hi, I have an issue with CSS. I want to add a table at the very top of my site with links in it, and I want to add a background image to the table. How would I go about doing something like this on vbulletin?

nexialys
26 Apr 2007, 14:20
hum, actually you are messing CSS with tables...

CSS is WITHOUT tables...

you have to edit the template "header" to add the table you want...

CyberAlien
26 Apr 2007, 16:08
CSS is WITHOUT tables...
Nope. CSS doesn't mean without tables. CSS is for styling, it can be applied to anything, including tables.

Princeton
26 Apr 2007, 16:42
yep, CSS is for presentation (style) not content (structural elements/data)

with that said, I do believe that the thread poster is confusing some terms

no mods
26 Apr 2007, 19:01
Set an Image as Background:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------




Create A Horizontal Menu:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Mess around with those two things in notepad or whatever you use, hope thats what you were talking about.