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
please help me with an image
Old 01-03-2007, 01:26 PM please help me with an image
Junior Talker

Posts: 3
Name: ciprian
Trades: 0
Hi.
I have a big problem and I hope anyone could help me.
I put an image in a table(width=100%, height=100%) which is opening normal when I open the site with Internet Explorer. When I open whith Firefox the image is charged more then 100% I click refresh and then it's ok.
Link : http://subtitrari.awardspace.com
Knows anyone hat's the problem??
Thank's
c0077 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-03-2007, 01:52 PM Re: please help me with an image
sxg
Junior Talker

Posts: 3
Trades: 0
I don't see the image issue on Firefox. May be I am not using the same version as you?
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
sxg is offline
Reply With Quote
View Public Profile
 
Old 01-03-2007, 03:37 PM Re: please help me with an image
lizard dude's Avatar
Super Talker

Posts: 119
Location: France
Trades: 0
Yeah I saw the problem...

Try

Quote:
<img src="./poze/background2.jpg" >
Without the Width and Height, I use only when I need to resize it...

BTW here is my 100th Post I hope it is usefull
__________________
forum------->
Please login or register to view this content. Registration is FREE
, for people who wants to have a good time ;)
website------>
Please login or register to view this content. Registration is FREE
(might be in construction :D)
Hope you have a great time and that my post is helpfull ;)

Last edited by lizard dude; 01-03-2007 at 03:39 PM..
lizard dude is offline
Reply With Quote
View Public Profile
 
Old 01-03-2007, 03:43 PM Re: please help me with an image
lizard dude's Avatar
Super Talker

Posts: 119
Location: France
Trades: 0
Or maybe it has to do with this :
Code:
<style>
#strat1 {position: absolute; top: 170px; left: 0px; width: 100%; height: 60%; padding:0px; margin:0px;}
</style>
Im not a CSS coder but I do see "Height: 60%"...
__________________
forum------->
Please login or register to view this content. Registration is FREE
, for people who wants to have a good time ;)
website------>
Please login or register to view this content. Registration is FREE
(might be in construction :D)
Hope you have a great time and that my post is helpfull ;)
lizard dude is offline
Reply With Quote
View Public Profile
 
Old 01-03-2007, 04:11 PM Re: please help me with an image
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Width and height should ALWAYS be used and you should never resize a graphic in the html, you're not saving size you're just forcing the browser to do the work for you - and slowing down your load time.

I see no good reason for position: absolute on that bg image.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 01-04-2007, 06:03 AM Re: please help me with an image
Junior Talker

Posts: 3
Name: ciprian
Trades: 0
Thank' s very much but still doesn''t work.
for lizard dude : LadynRed has right with the dimensions and the 60% is used because I don't need 100% , I need only the space under legend field.
for LadynRed : I don't know what you want to say about position..if I give relative it become bigger than is.
c0077 is offline
Reply With Quote
View Public Profile
 
Old 01-05-2007, 04:39 AM Re: please help me with an image
Novice Talker

Posts: 12
Trades: 0
Only just begun stepping into CSS but..

What about 'floating the image', or putting the image in a <div></div>. You can also 'box it in.

Here is a link that may help you understand CSS, and HTML:


http://www.yourhtmlsource.com/images...ttributes.html

sara666 is offline
Reply With Quote
View Public Profile
 
Old 01-05-2007, 05:01 PM Re: please help me with an image
Novice Talker

Posts: 5
Trades: 0
I don't see a problem on firefox?
__________________
hia
MrGreens is offline
Reply With Quote
View Public Profile
 
Old 01-05-2007, 07:32 PM Re: please help me with an image
blackhawkpowers's Avatar
Ultra Talker

Posts: 313
Name: Dustin
Location: GA
Trades: 0
it's a background image floating it would not work. I do not have the same problem you describe here so I don't have any idea how to help you..
__________________
A patch is a piece of software which replaces old bugs with new bugs.

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
blackhawkpowers is offline
Reply With Quote
View Public Profile Visit blackhawkpowers's homepage!
 
Old 01-07-2007, 02:20 AM Re: please help me with an image
Mohab's Avatar
Ultra Talker

Posts: 256
Name: Mohab
Location: Cairo, Egypt
Trades: 0
A far as I know, specifying a table width or hieght of X% means that the browser will resize the table and distort the table coneents if the viewer resizes the browser window. Try giving a pixel value for the table widh and hieght insteasd of a % value.
Mohab is offline
Reply With Quote
View Public Profile
 
Old 01-07-2007, 10:13 AM Re: please help me with an image
blackhawkpowers's Avatar
Ultra Talker

Posts: 313
Name: Dustin
Location: GA
Trades: 0
what ladynred's recommendation was is to take Photoshop and resize it to the size you want it instead of changing the size in html...... you get no benefit from it in HTML the file size is larger than it has to be and it makes the browser work harder (which maybe causing your issue)
__________________
A patch is a piece of software which replaces old bugs with new bugs.

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
blackhawkpowers is offline
Reply With Quote
View Public Profile Visit blackhawkpowers's homepage!
 
Old 01-08-2007, 02:12 PM Re: please help me with an image
Junior Talker

Posts: 3
Name: ciprian
Trades: 0
thank's very much to all
c0077 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to please help me with an image
 

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.33896 seconds with 12 queries