Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Question: why do Opera browser parse this image not like IE and FIrefox?

Reply
Thread Tools

Question: why do Opera browser parse this image not like IE and FIrefox?

 
 
Jonathan N. Little
Guest
Posts: n/a
 
      12-05-2010
mogwaii wrote:
> hi folks, ,,, i fixed some of the problems, now only 18 errors left as
> html coding concerns.
> It is mostly part of Marquee tool which i don't know to arrange
> without erorrs...
>


Marquee tool? Do you mean the Marquee element <marquee></marquee>, if so
you won't that is a Microsoft hideous creation/


>
> As for .css i have added:
> body {
> color: white;
> }


IIRC what is not the *background* color that you want white? That rule
sets the *foreground* or the color of the text. It looks like you need
to learn a little about the basics first, look at the tutorials at
htmldog.com. Far better than the code-monkey route.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
 
Reply With Quote
 
 
 
 
moja kolekcija
Guest
Posts: n/a
 
      12-05-2010
On 5 pro, 08:08, mogwaii <cro...@europe.com> wrote:
> On 3 pro, 00:14, Kim André Akerø <kiman...@nospambetadome.com> wrote:
>
>
>
>
>
> > PÃ¥ Thu, 02 Dec 2010 10:09:45 +0100, skrev mogwaii <cro...@europe.com>:

>
> > > On 2 pro, 09:54, mogwaii <cro...@europe.com> wrote:
> > >> The image is on the left side under the "post it" image.
> > >> It is allright in firefox and IE but in Opera is putted on the content
> > >> table, i don't get why! ?

>
> > >> the site iswww.trnje.hr

>
> > >http://www.trnje.hr/

>
> > Most browsers place that part of the content "on top" of the left-hand Â*
> > table, and some "only" do it when the browser window is resized to a low Â*
> > enough width (best guess by eye measuring it, I'd say about 1000 pixels Â*
> > wide). Here are screenshots using all browsers I have installed on my Â*
> > system:http://capture.kimandre.com/usenet/t...http://capture...

>
> > A casual look using Opera's element inspector (Dragonfly) tells me the Â*
> > left-hand image is placed using absolute positioning. Giving it a negative Â*
> > positioning value (your "left" property is set to -14px) is not a stable Â*
> > method, and can easily affect your other content.

>
> > If your goal is to place that image to the left of your content anyway Â*
> > (and the image is not meant to cover, or to be covered by, other content), Â*
> > I'd do this differently.

>
> > But as others have said, you may want to run your site through the Â*
> > validators to find potential (other) problems with your code.

>
> > --
> > Kim André Akerø
> > - kiman...@NOSPAMbetadome.com
> > (remove NOSPAM to contact me directly)

>
> hi @Andre !
>
> How would you do it so that image is standing firmly at left side of
> the screen in most browsers ?
>
> i fixed as much html coding errors as i know to solve, others are part
> of marquee tool coding form.- Sakrij citirani tekst -
>
> - Prikaži citirani tekst -


i have tried making a new table with image in it, but i haven't
succedd, it still showed but on the right side and it is transparent.
I like transparent for this picture.

Still trying to make it onthe left side outside the table and that is
compatible in most affiremed browsers.

Transparent solution and non-clickable solution would be a really
really great thing to do. so that is possible to click on the table
through img, is that possible to do with css/html just ?


thanks.
 
Reply With Quote
 
 
 
 
mogwaii
Guest
Posts: n/a
 
      12-05-2010
i have tried making a new table with image in it, but i haven't
succeeded, it still showed up but on the right side and it is
transparent.
I like transparent option for this image, moreover it was clickable.

Still trying to make it on the left side outside the table and that
is
compatible in most affirmed browsers.


Maybe my only solution is not to put this image on the webpage,
although i thought that would be great
There are three options which i'm now looking to use...

1. to try to adjust it over the table next to table sloution, but i
tried that and the second table(main table with content )which goes
down although it has float:left; attribute so as first table has it
also)


2. mix of css-html with or without transparency...

3. flash posssibility with close option ....


I would like to do it with 1. option but don't wan't to go into
complexities ...


anybody HALLLLOOOOO?

HO-HO-HO




 
Reply With Quote
 
Jonathan N. Little
Guest
Posts: n/a
 
      12-05-2010
mogwaii wrote:
> i have tried making a new table with image in it, but i haven't
> succeeded, it still showed up but on the right side and it is
> transparent.
> I like transparent option for this image, moreover it was clickable.
>
> Still trying to make it on the left side outside the table and that
> is
> compatible in most affirmed browsers.
>
>
> Maybe my only solution is not to put this image on the webpage,
> although i thought that would be great
> There are three options which i'm now looking to use...
>
> 1. to try to adjust it over the table next to table sloution, but i
> tried that and the second table(main table with content )which goes
> down although it has float:left; attribute so as first table has it
> also)
>
>
> 2. mix of css-html with or without transparency...
>
> 3. flash posssibility with close option ....
>
>
> I would like to do it with 1. option but don't wan't to go into
> complexities ...
>
>
> anybody HALLLLOOOOO?


Are you referring to http://www.trnje.hr/? What table? What
transparency? What code?


--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
 
Reply With Quote
 
mogwaii
Guest
Posts: n/a
 
      12-06-2010
On 5 pro, 17:51, "Jonathan N. Little" <lws4...@gmail.com> wrote:
> mogwaii wrote:
> > i have tried making a new table with image in it, but i haven't
> > succeeded, it still showed up but on the right side and it is
> > transparent.
> > I like transparent option for this image, moreover it was clickable.

>
> > Still trying to make it on the left side outside the table and that
> > is
> > compatible in most affirmed browsers.

>
> > Maybe my only solution is not to put this image on the webpage,
> > although i thought that would be great
> > There are three options which i'm now looking to use...

>
> > 1. to try to adjust it over the table next to table sloution, but i
> > tried that and the second table(main table with content )which goes
> > down although it has float:left; attribute so as first table has it
> > also)

>
> > 2. mix of css-html with or without transparency...

>
> > 3. flash posssibility with close option ....

>
> > I would like to do it with 1. option but don't wan't to go into
> > complexities ...

>
> > anybody HALLLLOOOOO?

>
> Are you referring tohttp://www.trnje.hr/?What table? What
> transparency? What code?
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com- Sakrij citirani tekst -
>
> - Prikaži citirani tekst -



You can look now.
Thanks.
 
Reply With Quote
 
 
 
Reply

Thread Tools

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
findcontrol("PlaceHolderPrice") why why why why why why why why why why why Mr. SweatyFinger ASP .Net 2 12-02-2006 03:46 PM
Comparisons of IE, Opera and Firefox on DOM (Javascript/CSS) support(Opera wins) Bob HTML 24 05-21-2006 05:31 PM
Why is Safari not inserting a new row/field in the same order like IE, Mozilla and Opera Stefan Mueller Javascript 7 12-18-2005 10:53 AM
How to parse a string like C program parse the command line string? linzhenhua1205@163.com C Programming 19 03-15-2005 07:41 PM
Opera 7.53 vs Opera 6.0 ? Hockey Buff Computer Support 3 08-17-2004 08:53 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57