[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 05-08-2005, 08:33 AM   #1 (permalink)
NamePros Member
 
Join Date: Apr 2005
Posts: 29
24.00 NP$ (Donate)

cyberdread is an unknown quantity at this point


centre, menus, borders

I need a few things done, first I want my flash movies centred horizontaly on the page no matter what the user does with the browser.
I have 2 movies on each page, 1 menu movie and 1 movie for each page. I want the new page to just load the 2nd movie for the new page without reloading the menu each time.
I also want a left and right border like the one on here http://www.2advanced.com/archive/v3/flashindex.htm

I assume all of these things can be done with CSS or SSI. or probably a 3rd or more options but what shall I do? is there a best option for each of the things I want to do? or would it be best to use CSS or SSI for all of them?
where can I find SSI/CSS tutorials on these subjects?
thankyou
cyberdread is offline  
Old 05-08-2005, 08:43 AM   #2 (permalink)
NamePros Regular
 
Join Date: May 2005
Location: Northern Ireland
Posts: 747
636.00 NP$ (Donate)

aaronfalloon has a spectacular aura aboutaaronfalloon has a spectacular aura about


I'm not sure about which way is better, but the CSS road would probably be quite easy. Here are some tutorials - www.w3schools.com
www.webmonkey.com

The w3schools tutorial covers the most, but the webmonkey tutorial is well written and doesn't have as many bad habits.

The basic code that you would be looking is something like-

Code:
<style type="text/css">

body {margin-left: Xem;}

</style>
You would just replace the X with a value which puts the body of your page in the middle. Well, something like that should work anyway.
aaronfalloon is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
table borders - dreamweaver Phill Web Design Discussion 8 01-08-2005 04:41 AM
complex layouts - borders or no borders gwx Web Design Reviews 4 12-09-2003 07:59 AM
Borders in CSS ccc Web Design Discussion 5 03-08-2003 03:58 AM

Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 11:53 PM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85