css to centre flash

This is a discussion on "css to centre flash" within the Web Page Design section. This forum, and the thread "css to centre flash are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 14th, 2006, 17:26
Up'n'Coming Member
Join Date: Apr 2006
Age: 32
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
css to centre flash

hi
I don't know what i'm doing... help! i would love to centre my games with css and not use tables which are not working in internet explorer in all resolutions..but do in firefox...
http://www.free-online-games-player....pper-game.html
can anyone tell me what to use to centre the game,

thanks
Reply With Quote

  #2 (permalink)  
Old May 14th, 2006, 17:27
Up'n'Coming Member
Join Date: Apr 2006
Age: 32
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Re: css to centre flash

sorry

http://www.free-online-games-player....pper-game.html
Reply With Quote
  #3 (permalink)  
Old May 14th, 2006, 18:31
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,953
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Re: css to centre flash

it looks centered to me.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #4 (permalink)  
Old May 14th, 2006, 20:06
Up'n'Coming Member
Join Date: Apr 2006
Age: 32
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Re: css to centre flash

in internet explorer at 1024 by 768 the title and navigation are not centerd, for me. What resolution were you using?
Reply With Quote
  #5 (permalink)  
Old May 14th, 2006, 21:53
Junior Member
Join Date: May 2006
Location: UK
Age: 35
Posts: 24
Thanks: 0
Thanked 1 Time in 1 Post
Re: css to centre flash

I found that too in IE.

Onlinegamesplayer, you appear to have two <head> sections on your page which could cause you problems, and two <body> tags - one of which is within the second <head> tag. That may or may not be causing the problem. I can't tell without playing around with the code.

The easiest way to centre using CSS would be to put everything in a containing div:

Code: Select all
#container {margin:0 auto; text-align:center;}
Margin 0 auto puts the <div> at the top of the page in the centre for good browsers and text-align:center does the same for IE.
Reply With Quote
  #6 (permalink)  
Old May 15th, 2006, 06:45
Up'n'Coming Member
Join Date: Apr 2006
Age: 32
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Re: css to centre flash

i'm getting somewhere with sorting out the head and body.... would i have to take out the tables before i put everything in a div to centre it all?
Reply With Quote
  #7 (permalink)  
Old May 15th, 2006, 09:40
Junior Member
Join Date: May 2006
Location: UK
Age: 35
Posts: 24
Thanks: 0
Thanked 1 Time in 1 Post
Re: css to centre flash

Yep, you don't need tables and css positioning.
Reply With Quote
Reply

Tags
css, centre, flash

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 On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] image to centre page R8515198 Web Page Design 6 Nov 23rd, 2007 04:11
Playpals Childcare Centre urbycoz Free Web Site Critique 12 Aug 19th, 2007 12:41
Web Design Centre centamtom Free Web Site Critique 7 May 12th, 2007 20:30
Centre the page ? Accurax Web Page Design 5 Oct 10th, 2006 14:05
Display flash window centre screen gbk Flash & Multimedia Forum 5 Oct 5th, 2006 03:39


All times are GMT. The time now is 16:17.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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