Vaz
10-12-2007, 08:55 PM
Hi guys,
I have the following piece of code:
<div class="tabs" id="welcome"><img border="0" src="./bset/home.gif" width="62" height="35"></div><div class="tabs" id="tab2"><img border="0" src="./bset/cars.gif" width="100" height="35"></div><div class="tabs" id="tab3"><img border="0" src="./bset/limoscene.gif" width="140" height="35"></div><div class="tabs" id="tab4"><img border="0" src="./bset/contact.gif" width="100" height="35"></div>
and it makes the buttons (varios .gif's) become like this:
item1
item2
item3
I'd like it sideways like:
item1 item2 item3
The class code for 'tabs' is just:
.tabs {
cursor:pointer;
}
How can I achieve the sideways alignment. I've tried what I knew and nothing seems to be working. Thank you.
I have the following piece of code:
<div class="tabs" id="welcome"><img border="0" src="./bset/home.gif" width="62" height="35"></div><div class="tabs" id="tab2"><img border="0" src="./bset/cars.gif" width="100" height="35"></div><div class="tabs" id="tab3"><img border="0" src="./bset/limoscene.gif" width="140" height="35"></div><div class="tabs" id="tab4"><img border="0" src="./bset/contact.gif" width="100" height="35"></div>
and it makes the buttons (varios .gif's) become like this:
item1
item2
item3
I'd like it sideways like:
item1 item2 item3
The class code for 'tabs' is just:
.tabs {
cursor:pointer;
}
How can I achieve the sideways alignment. I've tried what I knew and nothing seems to be working. Thank you.