Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Why don't work in fireFox ?
Old 12-12-2004, 06:14 PM Why don't work in fireFox ?
Experienced Talker

Posts: 41
Trades: 0
Hey everyone!

Any ideas why this do not appear in firefox ?

in head -

<style type="text/css">
.scroll
{
width: 900px;
height: 0px;
overflow: scroll;
}

</style>

in body-


<p class="scroll"><a href="Index.htm"><img src="Images/WelcomeBottom.jpg" width="1800" height="252" border="0"></a>
grace04 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-13-2004, 06:57 AM
Experienced Talker

Posts: 38
Trades: 0
Try this out

<style type="text/css">

.scroll {
position: absolute;
width: 900px;
height: 252px;
}
</style>

BODY:

<div class="scroll">
<a href="index.htm"> <img src="images/welcomebotom.jpg" alt="Welcome Bottom" border="0" /> </a>
</div>
eDevil is offline
Reply With Quote
View Public Profile
 
Old 12-13-2004, 01:44 PM
faze1's Avatar
Ultra Talker

Posts: 389
Trades: 0
Hi Grace,

eDevil is right you need to specify a height, px will be most the cross browser freindly for this purpose.

Cheers,
__________________
[size=2]
Please login or register to view this content. Registration is FREE
- Webhosting - Focusing on quality service
faze1 is offline
Reply With Quote
View Public Profile Visit faze1's homepage!
 
Reply     « Reply to Why don't work in fireFox ?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.21040 seconds with 12 queries