Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > does anybody know how to move <object> tag to top inside <td> element ?

Reply
Thread Tools

does anybody know how to move <object> tag to top inside <td> element ?

 
 
mogwaii
Guest
Posts: n/a
 
      12-10-2010

here is the situation:http://www.trnje.hr/

on the right side row i have an element <object> inside <td> which is
in collaboration with left side row.
The size of and element has been reduced in comparison with the left
<td> size. I managed to do so with an <object> element. It seems
"perfect" (from my side of view). Just cant get this element nohow
more upper to the top(more top to the <td> 'mali oglasi')...

compatibility: IE6, opera 10.63, firefox 3.6.12 (win 7, IE8...not
checked for now!)

Here is the code:

</div>
</td>


<td style="border: none;" align="center">

<object align="top">
<a href="http://www.meteo.hr/" title="Hrvatski hidrometeorološki
zavod DHMZ, METEO.hr, za Vrijeme u Hrvatskoj!"><img src="http://
i247.photobucket.com/albums/gg135/Trnje/vrijeme.jpg" width="130"
height="55" border="1" style="border-color: cornflowerblue;"
alt="Hrvatski hidrometeorološki zavod DHMZ, METEO.hr, za Vrijeme u
Hrvatskoj!" /></a>
</object>


</td>


</tr>


 
Reply With Quote
 
 
 
 
123Jim
Guest
Posts: n/a
 
      12-10-2010

Somehow I think I should not recommed this but: apply <td valign="top"> to
the left side cell ..

On the other hand I would scrap the table entirely and re-create the page in
the correct manner with <div> an css for layout.


 
Reply With Quote
 
 
 
 
mogwaii
Guest
Posts: n/a
 
      12-10-2010
On 10 pro, 23:31, "123Jim" <jnkjnjn...@uhnuhnunuhnuy.invalid> wrote:
> Somehow I think I should not recommed this but: apply <td valign="top"> to
> the left side cell ..
>
> On the other hand I would scrap the table entirely and re-create the page in
> the correct manner with <div> an css for layout.


Thanky you Joe.

your recommendation was correct.




 
Reply With Quote
 
mogwaii
Guest
Posts: n/a
 
      12-10-2010
On 11 pro, 00:09, mogwaii <cro...@europe.com> wrote:
> On 10 pro, 23:31, "123Jim" <jnkjnjn...@uhnuhnunuhnuy.invalid> wrote:
>
> > Somehow I think I should not recommed this but: apply <td valign="top"> to
> > the left side cell ..

>
> > On the other hand I would scrap the table entirely and re-create the page in
> > the correct manner with <div> an css for layout.

>
> Thanky you Joe.
>
> your recommendation was correct.
>
>



....the part of idea of our Association goals was to teach young about
html/css in workshops and to stimulate them to make their own worlds
but throughout to foster for the world in whole.
 
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
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Move value from one form element to another, hidden element viaJavaScript OccasionalFlyer Javascript 6 07-29-2009 03:33 AM
<location> element does not seem to work - Does anybody know how to solve this. alexvodovoz@yahoo.com ASP .Net 1 05-25-2007 01:12 AM
How do we know the memory arrangement using in microprocessors? Top-Bottom or Bottom-Top? Cuthbert C Programming 8 09-13-2006 12:09 PM
how do u invoke Tag b's Tag Handler from within Tag a's tag Handler? shruds Java 1 01-27-2006 03:00 AM



Advertisments