page tab icon

Status
Not open for further replies.

hungryhipp00

New member
Nov 30, 2007
5
0
0
how do you place a thumbnail icon in a webpage inside the tab like here at wickedfire? I'm using dreamweaver cs3 and just wanted to know for a photography page I'm putting together right now

thanks for any info
 


Are you talking about the little arrow next to the..
LinkBack Thread Tools etc. tabs?

I'd guess that's done in the style sheet.
It would be something like...
Code:
 #your div ID  ul li {
    background: url(images/yourimage.gif) no-repeat top left;
or whatever.

Kind of depends though on how you're doing it.
 
if you have photoshop, just:

1. create 16 pixel by 16 pixel image
2. download a free photoshop plug here
3. save image as favicon

for ff, favicon will show up in the address bar as well as in a tab.

for ie, you need to bookmark it to see it (i think)
 
if you have photoshop, just:

1. create 16 pixel by 16 pixel image
2. download a free photoshop plug here
3. save image as favicon

for ff, favicon will show up in the address bar as well as in a tab.

for ie, you need to bookmark it to see it (i think)

You need to book mark it in IE 6, but IE 7 shows it in the address bar and tabs.
 
Status
Not open for further replies.