image
image

|


Go Back   macosx.com > Design, Media, Programming & Scripting > Software Programming & Web Scripting

Reply
 
Thread Tools
  #1  
Old June 30th, 2008, 06:15 AM
Registered User
 
Join Date: Jun 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
moey2k2001 is on a distinguished road
problem with my iweb based built webpage

hello everyone.

My page is displaying in every browser or mainly in internet explorer different than suppossed to be. I know that a lot of browsers are very bad and internet explorer is the worst of them but sadly enough i need to know why or where the problem is and how i can fix it.

please review my page. www.princemoe.com some of the fotos seem to overlap or even audio doesn't play. i am not exactly sure what i did wrong. view it with firefox and there is no problem. how can i fix the problem to make it appear like in "firefox" on very browser?

navigation menu on top seems to appear wrong. an suddenly overlap with a second one although i only added one graphic and not the same one twice. also audio is not workin on any of the pages excpt on mac's.

would appreciate.

thank you.

PRINCE MOE
Reply With Quote
  #2  
Old June 30th, 2008, 09:25 AM
Natobasso's Avatar
Tech-Bot 5000
 
Join Date: Jul 2002
Location: Yo' Mama's House
Posts: 2,898
Thanks: 1
Thanked 2 Times in 2 Posts
Natobasso is on a distinguished road
I'd say you are declaring styles in your css that don't need to be declared. Unless it's border or something that defaults to "1", you don't need to call out attributes such as padding and margin that are 0 throughout your code. I'd just use a * style at the beginning of the code and call out site-wide attributes. Call out the specific attributes after that.

I used FF2's CSS Validator (Web Developer Tools Extension) and found 28 errors, many of them opacity errors which probably aren't supported by IE and older browser versions:
http://jigsaw.w3.org/css-validator/v...OE%2FHOME.html

How did you center your layout? It's hard to tell just looking through your code. Generally you'd use a frame tag in your css. More here:
http://csscreator.com/node/409

Beyond that you have a lot of needless javascript like the header on your page. The title doesn't, and I feel shouldn't, need to be animated. It overlaps with the other graphic in FF2 on a PC anyway and needs to be fixed.

I used "Validate HTML" on your site and it confirms your transparency issue (but this is the only error):
http://validator.w3.org/check?verbos...OE%2FHOME.html
__________________
Powerpoint is not a design application
Reply With Quote
  #3  
Old June 30th, 2008, 03:52 PM
Registered User
 
Join Date: Jun 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
moey2k2001 is on a distinguished road
hello again.. please re-explain to me in simplified details

Hello, I am so sorry once again. you seem like a big help but the thing is i do not quiet exactly understand you since i am a beginner with little knowledge to html n etc. at this and built this site using iweb. i will explain to you in details what i have done.

basically the background of the template is a small graphic that repeats. there is an image for the page background and for the browser background. which do not seem to be any problem.

----> I'd say you are declaring styles in your css that don't need to be declared. Unless it's border or something that defaults to "1", you don't need to call out attributes such as padding and margin that are 0 throughout your code. I'd just use a * style at the beginning of the code and call out site-wide attributes. Call out the specific attributes after that. sadly enough i do not understand any of this.

----->I used FF2's CSS Validator (Web Developer Tools Extension) and found 28 errors, many of them opacity errors which probably aren't supported by IE and older browser versions:
http://jigsaw.w3.org/css-validator/v...OE%2FHOME.html
which errors exact?

----> How did you center your layout? It's hard to tell just looking through your code. Generally you'd use a frame tag in your css. More here:
http://csscreator.com/node/409
my layout is basically the self made template which i can create using graphics in iweb.

Beyond that you have a lot of needless javascript like the header on your page. The title doesn't, and I feel shouldn't, need to be animated. It overlaps with the other graphic in FF2 on a PC anyway and needs to be fixed. what needless javascript do i have? i know that it overlaps but how do i fix it? and why does it happen?

I used "Validate HTML" on your site and it confirms your transparency issue (but this is the only error):
http://validator.w3.org/check?verbos...OE%2FHOME.html
don't understand this.

i am really sorry for not being too knowledgeable in all of this. i would really appreciate your help and support. all i want is that the overlapping stops and also that the music plays on every pc.

please help.

thank you.
Reply With Quote
  #4  
Old June 30th, 2008, 03:59 PM
Registered User
 
Join Date: Jun 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
moey2k2001 is on a distinguished road
hello once more

also what i forgot to tell you.

the banner on top of the page is basically in a textbox. and since i was havin similiar problems with it previously i thought of experimenting something which seemed to work and appear better in browsers.

anyways, the banner is basically in a text box. the banner itself (the crowns and the quote"" is used as a "background in the textbox. an imagefill for the text box and then i just simply added the gif animated file into the textbox which seemed to fit perfectly in the middle of the banner.

also i tried something else, i tried inserting a banner into the textbox without any gif or animated files or any background or whatsoever, but for some reason it still doesn't work.

please check the site again and you can review "home" and other pages... nothing really changes.

thank you.
Reply With Quote
  #5  
Old June 30th, 2008, 04:02 PM
Natobasso's Avatar
Tech-Bot 5000
 
Join Date: Jul 2002
Location: Yo' Mama's House
Posts: 2,898
Thanks: 1
Thanked 2 Times in 2 Posts
Natobasso is on a distinguished road
Your design is too complicated. Simplify it. Use Dreamweaver, if you have it, to create the template that best matches your site and go with that. You are using items in your css that are assumed, so don't call them out. Padding 0px is a useless tag most of the time because it's assumed until you tell it otherwise.

To avoid overlapping you need to be as explicit as possible. In your code outline exactly how large your boxes/areas are in pixels (px) rather than assuming the browser will figure it out.

Hope that helps. Beyond that, I don't have time to explain what I've already posted... :\
__________________
Powerpoint is not a design application
Reply With Quote
  #6  
Old June 30th, 2008, 04:19 PM
Registered User
 
Join Date: Jun 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
moey2k2001 is on a distinguished road
hello

hey

i do not mean to take any of your time. i assume you do this in your free time or as a hobby.

as i have said before i am no experienced person so when you tell me about something i will probably not understand it. if you know iweb then you would know how i created all of this site.

anyways, if you intend to have the time to explain to in details how to fix the problem then i would be more than happy.

once again i appreciate.

thank you.
Reply With Quote
  #7  
Old June 30th, 2008, 04:23 PM
Natobasso's Avatar
Tech-Bot 5000
 
Join Date: Jul 2002
Location: Yo' Mama's House
Posts: 2,898
Thanks: 1
Thanked 2 Times in 2 Posts
Natobasso is on a distinguished road
Follow the instructions I gave and you will be a long way toward reaching your goal of a fixed site. Go to each website one by one and fix the errors mentioned. If you need more help, I highly recommend getting some books from your local library on HTML, CSS and layout techniques for web pages.
__________________
Powerpoint is not a design application
Reply With Quote
  #8  
Old July 15th, 2008, 03:28 AM
Registered User
 
Join Date: Jul 2008
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
maureengardner1 is on a distinguished road
Hi Prince Moe ... I also use iWeb and love its simplicity ... I have been able to get great results with it. However I think you'll find the problems you have are linked to the URL re-direction to www.princemoe. If you use the web.mac/princemoe etc url it probably works. The redirection process seems to corrupt the site for viewing on browsers other than Safari. I haven't been able to find a solution either so would appreciate if anyone else has an answer. Maureen
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 Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -5. The time now is 08:58 AM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.