Beecher Networks - Web Development, Hosting & Domains
Results 1 to 6 of 6

Thread: Tech Question

  1. #1
    Capped Player A face's Avatar
    Joined
    Jun 2001
    Location
    Paradise
    Posts
    15,373
    Thanks Thanks Given 
    20
    Thanks Thanks Received 
    302
    Thanked in
    196 Posts

    Tech Question

    Heres one for ya .....

    Home Network ....

    Win2000 + IE 5
    WinXP and IE 6

    The same on both .... really strange

    Internet Explorer is reading style sheets but over riding the valignment tags i.e. it is stick everything into the middle of the cell and wrecking my head in the meantime

    Firefox is reading the style sheet but not aligning anything, vertically or horizontally, (and it ignores the height of the of the cells aswell, but does it do that anyway, i dont know)

    Internet Explorer, i take out the style sheet and it works fine so it seems whateverway IE manipulates the .css file, it just ignores the valign property.

    Can anyone tell me how sort this out ?
    The SFAI are the governing body for grassroots football in Ireland, not the FAI. Its success or the lack of is all down to them.

  2. #2
    First Team
    Joined
    Jun 2001
    Posts
    1,996
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    try inserting the valign atribute into the <td> tag in the html page itself instead of the style sheet.

  3. #3
    Director dahamsta's Avatar
    Joined
    May 2001
    Location
    The Internet
    Posts
    14,007
    Thanks Thanks Given 
    490
    Thanks Thanks Received 
    823
    Thanked in
    510 Posts
    Post the source code of the page and the stylesheet.

  4. #4
    Capped Player A face's Avatar
    Joined
    Jun 2001
    Location
    Paradise
    Posts
    15,373
    Thanks Thanks Given 
    20
    Thanks Thanks Received 
    302
    Thanked in
    196 Posts

    ........................................

    Quote Originally Posted by joe
    try inserting the valign atribute into the <td> tag in the html page itself instead of the style sheet.
    Yeah ... thats it ..... weird that it wont do it in the stylesheet and it will in the page .... kinda defeats the purpose.

    I'll go with that anyway ... Cheers Joe !!
    The SFAI are the governing body for grassroots football in Ireland, not the FAI. Its success or the lack of is all down to them.

  5. #5
    Reserves
    Joined
    Jun 2001
    Location
    Cork
    Posts
    423
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Quote Originally Posted by A face
    Yeah ... thats it ..... weird that it wont do it in the stylesheet and it will in the page .... kinda defeats the purpose.

    I'll go with that anyway ... Cheers Joe !!
    It can and does work in style sheets.

    The css property is vertical-align (NOT valign as in HTML) and it not inherited so you need to watch how and where you declare your rules in the style sheet. As the big cheese said, if you post the code you might get more help
    don't worry, they couldn't hit an elephant at this dis......

  6. #6
    Capped Player A face's Avatar
    Joined
    Jun 2001
    Location
    Paradise
    Posts
    15,373
    Thanks Thanks Given 
    20
    Thanks Thanks Received 
    302
    Thanked in
    196 Posts

    .................................................. .........

    Quote Originally Posted by Jim Smith
    It can and does work in style sheets.

    The css property is vertical-align (NOT valign as in HTML) and it not inherited so you need to watch how and where you declare your rules in the style sheet. As the big cheese said, if you post the code you might get more help
    In the style sheet i used this

    position: absolute,top;

    inside the {} and it was td.content

    and the <td class=content>
    The SFAI are the governing body for grassroots football in Ireland, not the FAI. Its success or the lack of is all down to them.

Similar Threads

  1. Tech Forum Suggestions
    By Pauro 76 in forum Off Topic
    Replies: 2
    Last Post: 30/09/2008, 10:33 AM
  2. Tech Help - ActiveX
    By shedite in forum Off Topic
    Replies: 2
    Last Post: 22/01/2006, 2:28 PM
  3. FAI Tech Dev Plan update
    By A face in forum Premier & First Divisions
    Replies: 0
    Last Post: 08/01/2005, 10:47 PM
  4. FAI Tech Dev Plan update
    By A face in forum Premier & First Divisions
    Replies: 0
    Last Post: 10/12/2004, 12:37 AM
  5. Tech Support
    By pete in forum Off Topic
    Replies: 1
    Last Post: 02/04/2004, 2:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •