digdre html topic
- Started
- Last post
- 67 Responses
- ********0
tomhuveners.net/html is what it shows now
- 7point340
can't have 2 elements that have the same id
name the first one main or something like that. leave the second as header
- ********0
id is for ONE thing on a page
class is for recurring elements
- designbot0
Wait...aren't you the dude always trying to bid on building sites for people :)
- me? no.********
- hahaha yes7point34
- sorry, must've mixed you up with someone else :Pdesignbot
- i do, but i want to do the graphic/art direction********
- yeah, ofcourse, art directors are generally too lazy to learn anything and can do nothing but delegate and command..janne76
- janne is an AD, btw.********
- ah, look, janne********
- me? no.
- ********0
ok, now menu images, and centering all those
- acescence0
sorry, i have to go help little old ladies across the street, there are greater needs in this world.
- canuck0
Are we done yet?
I'm just seeing some logo thing...
- ********0
ok, just sliced the menu images and the rollovers
- 7point340
#nav {
width: ___ combined width of 3 nav buttons___ ;
height: ___ height of the damn buttons____ ;
float: right;
}
#nav a {border:0;}<div id="header"><h1>...etc.</h1>
<div id="nav">
<a href="#"><img src="button1.png" /></a>
<a href="#"><img src="button2.png" /></a>
<a href="#"><img src="button3.png" /></a>
</div>
</div>
- D_Dot0
Did you go through the tutorial I mentioned?
http://nettuts.com/tutorials/sit…
It should give you most of what you need.
- ********0
7. ;
I have as buttons the exact size of the text, not the space in between the buttons, is that ok? because I see "combined width of 3 nav buttons"
- 7point340
you lovable scamp... you con...
you almost got an entire portfolio out of us
- i know. just... almost...********
- i just don't want to code. i can't do it, and I never will. how about you just do it? and I help you with other stuff.********
- i know. just... almost...
- BattleAxe0
throw some top padding on that bitch #header h1 a
- ********0
i could trow some punches right into my screen aswell.
- ********0
- border:0; dammit
on #nav a, kthxbai7point34 - didn't work so I had so find a solution myself.********
- border:0; dammit
