Author Topic: Creating web sites and browsers  (Read 4743 times)

Moi

  • Guest
Creating web sites and browsers
« on: June 15, 2006, 08:14:48 AM »
And you thought you had heard the last of me lol

I've noticed after finishing my site that when i look at it through IE it's out of kilter, but when i use Firefox it's okay.

Any way to overcome this ppls?

Ox

  • Guest
Re: Creating web sites and browsers
« Reply #1 on: June 15, 2006, 08:18:42 AM »
not really.

Myspace is a prime example of it.

It's to do with differing translative abilities within the browser.

One thing u can try is,as u build ure site,keep previewing it in both browsers (ie and FF)


Moi

  • Guest
Re: Creating web sites and browsers
« Reply #2 on: June 15, 2006, 08:24:28 AM »
I thought their might have been a magic script or something lol
Thanx Ox.

It's just the centring of words up the top of the page - and i wouldn't worry about it because i'm just mucking around, but annoying just the same.

Ox

  • Guest
Re: Creating web sites and browsers
« Reply #3 on: June 15, 2006, 09:55:26 AM »
TRY DOING IT WITHIN A TABLE.
U WILL HAVE TO CREATE a table though - know how ?

Moi

  • Guest
Re: Creating web sites and browsers
« Reply #4 on: June 15, 2006, 10:10:59 AM »
Yep, they're in tables.   I might do some more tweaking tonight though and see if that helps.

Question:  Can you change the left hand margin within a page just for a certain section?  Like, i put in a table to centre a single word, and the table started on the left hand side and had to extend it to the right side just to centre a four letter word lol - the "Home" link.  The same with the captions under the photos - i just put a single line table there as well, and moved the right margin in and out until i found the centre in page preview.  This is where it's out in Explorer with the captions under the pics not centred.

You can move the right margin around, but you can't the left. 

Ox

  • Guest
Re: Creating web sites and browsers
« Reply #5 on: June 15, 2006, 10:22:11 AM »
insert a seperate table at the top with 1 row and 0 colums.

Center it.

Import ure pic.

Center it

The whole table u just created should be center top.

ure allowed to create several tables. :wallywink

Moi

  • Guest
Re: Creating web sites and browsers
« Reply #6 on: June 15, 2006, 10:37:18 AM »
Yeah, i've got multiple tables.  I'll work it out somehow.  The putz is doing okay so far lol

Do you use Dreamweaver, Ox?  Having trouble with copying and pasting text - won't let me.  Won't let me undo when i've done something wrong etc etc etc.  Is running crazy at the moment.

You know those pics i've got down the side.  Well, i thought i'd just do one and copy and insert the rest with just pasting.  Wouldn't let me, so had to insert every effing pic lol


Ox

  • Guest
Re: Creating web sites and browsers
« Reply #7 on: June 15, 2006, 06:16:33 PM »
get back 2 ya 2morrow on that one moisy,
been a long day and my brain is fried.(no comments)
The digital age can kill your creativity

Offline mightytiges

  • RFC Hall of Fame
  • *****
  • Posts: 58589
  • Eat 'Em Alive!
    • oneeyed-richmond.com
Re: Creating web sites and browsers
« Reply #8 on: June 15, 2006, 09:41:07 PM »
Internet Explorer does some weird overflow with width. Treats 100% as 108%  ???.

Try putting this inside your "body" tag. I think it works.

Code: [Select]
<body ... width:expression(document.body.clientWidth > 800? "800px": "auto" ) >

The code goes "is the body wider then 800 pixels? if so, set the width to 800 pixels, otherwise, just let it size itself (auto)".

All you touch and all you see is all your life will ever be - Pink Floyd

Moi

  • Guest
Re: Creating web sites and browsers
« Reply #9 on: June 15, 2006, 11:39:28 PM »
Aww, you are so good, MT  :thumbsup
I asked my IT department today and they put it in the too hard basket
I'll give it a go tomorrow

get back 2 ya 2morrow on that one moisy,
been a long day and my brain is fried.(no comments)
The digital age can kill your creativity
My brain is fried and i've been sleeping all night lol
Sorry for annoying you ppls - I do try and find out beforehand, but keep hitting brick walls.
But putting on a board helps others as well who were thinking of doing stuff like this.
Err, gonna start another one on the weekend lol


Offline mightytiges

  • RFC Hall of Fame
  • *****
  • Posts: 58589
  • Eat 'Em Alive!
    • oneeyed-richmond.com
Re: Creating web sites and browsers
« Reply #10 on: June 16, 2006, 02:42:21 AM »
Aww, you are so good, MT  :thumbsup
I asked my IT department today and they put it in the too hard basket
I'll give it a go tomorrow

If it works Moi let me know. I'll use it myself  :thumbsup.
All you touch and all you see is all your life will ever be - Pink Floyd

Ox

  • Guest
Re: Creating web sites and browsers
« Reply #11 on: June 16, 2006, 07:48:30 AM »


If it works Moi let me know. I'll use it myself  :thumbsup.

LMAO MT Me too.