Go Back   Webmaster Malaysia Forum » Website Design & Development » Website Design

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 02-10-2007, 12:36 PM
nana86's Avatar
Novice Webmaster
 
Join Date: May 2007
Location: KL
Posts: 35
Rep Power: 0
nana86 is on a distinguished road
Send a message via MSN to nana86 Send a message via Yahoo to nana86 Send a message via Skype™ to nana86
Browser error

Hye
Regarding the portal that i'm working on, my new problems now is i found that the page got browser error (backgraound missing inside content and footer also 'lari'). hurmm before this i'm just test it using IE, pretty good, no problem at all but got problem with Mozilla. i want it at least can be view using IE and Mozilla Firefox.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Bits Canap&eacute;s</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="layout.css" rel="stylesheet" type="text/css" />
</head>

<body>
<table width="200" height="" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30">&nbsp;</td>
</tr>
<tr>
<td><div id="pageLayout">
<div><img src="images/header_blog.jpg" width="901" height="47" border="0" usemap="#Map"></div>


<div id="content">
<table width="903" height="441" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="35">&nbsp;</td>
<td width="286"><div align="left">testtesstt
</div></td>
<td width="289"><div align="left">testttt</div></td>
<td width="272"><div align="left"></div></td>
</tr>
</table>
</div>
<div id="footer"> <div id="footeri">Copyright 2007 - Bits Canap&eacute;s. All Rights Reserved.</div>
</div>
</td>
</tr>
</table>
</body>
</html>



got idea???
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-10-2007, 02:04 PM
mysticmind's Avatar
Super Moderator
 
Join Date: Jun 2001
Location: Mystic Kingdoms
Posts: 2,602
Rep Power: 141
mysticmind will become famous soon enough mysticmind will become famous soon enough
Send a message via Yahoo to mysticmind
so teruk la your coding..
if you're using css and div, remove away all the table lah.
the table code <table> is not today's standard anymore

learn to code in proper way.. it's fun!

anyway.. it's not IE is ok.. it is because ie is s***s. hehehe...
since ie not using the standard code. Firefox using the standard one.

Btw.. in your case..
you should paste the "layout.css" code too...

then let we 'CSI Miami' it.
__________________
Personal's Blog! - Malaysian Artist!

Last edited by mysticmind : 02-10-2007 at 02:07 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-10-2007, 02:13 PM
nana86's Avatar
Novice Webmaster
 
Join Date: May 2007
Location: KL
Posts: 35
Rep Power: 0
nana86 is on a distinguished road
Send a message via MSN to nana86 Send a message via Yahoo to nana86 Send a message via Skype™ to nana86
wahahaa
sorrylah, i'm not an expert like u..
isk..iskk..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-10-2007, 09:40 AM
nana86's Avatar
Novice Webmaster
 
Join Date: May 2007
Location: KL
Posts: 35
Rep Power: 0
nana86 is on a distinguished road
Send a message via MSN to nana86 Send a message via Yahoo to nana86 Send a message via Skype™ to nana86
hye
the problem solved!
hureyy

regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-10-2007, 11:22 AM
yipguseng's Avatar
Lost Webmaster
 
Join Date: Jan 2007
Location: Petaling Jaya
Posts: 836
Rep Power: 38
yipguseng will become famous soon enough yipguseng will become famous soon enough
Send a message via MSN to yipguseng
erm just an advice, dun use a <div> specifically for a word or a paragraph, should be using <p>, <div> is for layering and layouting. <p> which is the one who suppose to control how the text should be
__________________
Boonage - Freedom is Everything
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 26-10-2007, 11:58 AM
hashie's Avatar
Inspired Webmaster
 
Join Date: Jun 2007
Location: Kuala Lumpur
Posts: 165
Rep Power: 18
hashie is on a distinguished road
I use <div> quite often..and same as my expert tutor told me, u can use firefox to check as the the alignment or position is fix at the place u want, then once firefox show the right position, it is for sure for IE.

but, just wondering, if you using div..wat for u put table there?
__________________
Hash here..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 26-10-2007, 12:10 PM
nana86's Avatar
Novice Webmaster
 
Join Date: May 2007
Location: KL
Posts: 35
Rep Power: 0
nana86 is on a distinguished road
Send a message via MSN to nana86 Send a message via Yahoo to nana86 Send a message via Skype™ to nana86
yep yep..
thats y la Firefox cannot view my pages..
the problem solved.
for now, i'm waiting green light from my boss to upload.
when its up, I'll announce here
its my 1st (100% ideas+develop) website guys..
i'm really new in this real IT world

btw, thanks for your feedback
really appriciate it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 26-10-2007, 02:18 PM
wingwp's Avatar
Senior Webmaster
 
Join Date: Oct 2003
Location: Selangor
Posts: 249
Rep Power: 64
wingwp is on a distinguished road
Thumbs up

<table> tag is a standard for today as well but it has a standard format to follow, U can't simply <div> for a complicated style of a report table rite.. <div> tags r mainly for layer like wat U do in photoshop, dividin portion for Ur web page

<span> tags r important to place along <div> for stylin purpose, y not <p>? cos <p> define "paragraph", basically will start Ur part in clean new line, so we replace wv <span> for some circumstances so tat wen U study back Ur css codes later U'll know U r not dealin wv paragraph, however U can stil style Ur p wv "white-space"? if Im not wrong..

I prefer to code tis way

Code:
<div id="box">

Where do <span class="you">you</span> want to go <span class="today">today</span>?

<p class="articleSubject">
...
</p>

</div>
so my css shld b

Code:
#box {..}

#box SPAN.you {..}

#box SPAN.today {..}

#box P.articleSubject {..}
isnt tis easier to modify?

my 2 cent, tis is not 100% correct I just simply type
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 03-11-2007, 04:00 PM
New kid on the block
 
Join Date: Nov 2007
Location: Kuala lumpur
Posts: 6
Rep Power: 0
shahakim is on a distinguished road
Owh that great... keep it up bro....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 05-11-2007, 09:08 AM
nana86's Avatar
Novice Webmaster
 
Join Date: May 2007
Location: KL
Posts: 35
Rep Power: 0
nana86 is on a distinguished road
Send a message via MSN to nana86 Send a message via Yahoo to nana86 Send a message via Skype™ to nana86
i c..
ok, i'll try this
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB 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
Your favourite web browser genzy Webmaster Tools 91 24-08-2008 06:56 PM
The best web browser mozaks Mamak Stall 44 08-02-2006 03:37 AM
Internal Server Error - ASP error ladyheart2612 Website Programming 0 21-07-2005 09:22 AM
Look different on different browser GeminiGeek Website Design 10 27-10-2004 09:49 AM
Browser incompatibility terranovae Website Design 7 18-05-2002 02:01 AM



All times are GMT +8. The time now is 11:03 AM. Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.


WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.

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