php forum
php mysql forum
php mysql smarty
 
Topic Options
#107387 - 09/26/00 12:23 PM HTML Ghosts
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551

   HTML Ghosts to Del.icio.us Add to del.icio.us
  Digg HTML Ghosts Digg it
On my ubb I have checked the values and they are the same (ultimate.cgi) yet the contents of each cell react differently. It's DRIVING ME NUTS!!!

Any ideas..? Check here
Click

Look at the inbox, the line beneath is as it should be, but the left side (online, forums etc..) has a gap either under the link or second text line in descriptions..

Aaaaaaaaaggggggggggggggggggggghhhhhhhhhh

------------------
<IMG SRC=\"http://www.cyber-cards.com/g/cplogo.gif\" border=0>
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#107388 - 09/26/00 01:42 PM Re: HTML Ghosts
SonnyBlack Offline
Member

Registered: 09/23/00
Posts: 37
Loc: MO
Netscape gets really annoyed when you dont specify widths for each column. If you do it in one or two, you have to do it for all of them. And then in your forumsdisplay.cgi, you have widths that do not total 100%, so you're gonna have some problems there too.

You can probably fix blaring mistakes, but you are not going to get it to look the same in every browser pixel by pixel. And since most use one or the other, nobody is going to know the difference

------------------
goodfellasweb.com

Top
#107389 - 09/26/00 02:23 PM Re: HTML Ghosts
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Yup, that coupled with the fact that HTML is a flawed environment..LOL

Someday if we live long enough, their will be a standard that is enforeced on browsers. Until then it's the daily sorrow of designers to check their work in every flippin browser they can find...

I use MSIE 5.5 as my main..

Anyway I fixed it. I took my original copy of ubb, and cut and pasted the effected code and it cleared up.. No time to spend wandering and wondering..

Thanks for the input!

C_P

------------------
<IMG SRC=\"http://www.cyber-cards.com/g/cplogo.gif\" border=0>
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#107390 - 09/26/00 03:55 PM Re: HTML Ghosts
SonnyBlack Offline
Member

Registered: 09/23/00
Posts: 37
Loc: MO
Actually, the last post column is still too wide in Nescape. Figures, huh? I wish I could help, but I dont know how the cells would react with all of the extra layout you added to that part of the page. But it looks great in IE!

------------------
goodfellasweb.com

Top
#107391 - 09/26/00 04:04 PM Re: HTML Ghosts
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
YIKES! I saw that just now..

*sigh* I dropped a NOWRAP statement.. All fixed.. Thanks!



------------------
<IMG SRC=\"http://www.cyber-cards.com/g/cplogo.gif\" border=0>

<FONT COLOR="#6699cc" SIZE="1" FACE="Verdana, Arial">This message has been edited by C_P on September 26, 2000 at 04:45 PM</font>
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#107392 - 09/26/00 05:53 PM Re: HTML Ghosts
SonnyBlack Offline
Member

Registered: 09/23/00
Posts: 37
Loc: MO
AHHH, nowrap... I wouldnt have guessed that.

------------------
goodfellasweb.com

Top
#107393 - 09/26/00 06:17 PM Re: HTML Ghosts
empire Offline
Member

Registered: 08/17/00
Posts: 795
Loc: U S of A
Quote:
quote:


keep doing that. Even though some say IE is too lenient, the fact is that right now netscape just sucks, and that's no opinion. WHEN netscape 6 comes out, and IF a lot of people use it, headaches will start to subside. I've used the beta, it displays almost exactly like IE.

as for the topic question....well, HTML has its quirks, especially with NS. sometimes you just have to leave it at that, unfortunatly. I've had to drop a certain design a couple times because it would just NOT WORK with netscape, no matter what I did. crazy. still happens, but theres usually a simple fix.


------------------
-david
<FONT size="1">I stand on my head and watch it all go away.</FONT s>

Top
#107394 - 09/26/00 06:26 PM Re: HTML Ghosts
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Yup, I have some pages that will not act the same. My lil tool is to use an invisible gif called spacer.gif. I use it to prop open unused cells, etc. The two thin lines on my ubb in shades of green, beneath the table top are done so with these spacers. I'd be lost without them. IE reads widths etc, as it feels like. Netscape reads them different. Ever see that Netscape will blow out if you leave a table element out, but IE will load to that point..! As for compatibility, I used Net for 3+ years, bought the upgrades etc. I got torked one day and tried IE 5.5, I stayed with it.
I used to think it was slow, but I guess faster processors (700 mhz) help afterall..

Anyone remember the 4.77 mhz machines..LOL
(I do, and 8 inches disks..LOL, and and...


TAPE DRIVES..LOL)




------------------
<IMG SRC=\"http://www.cyber-cards.com/g/cplogo.gif\" border=0>
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#107395 - 09/27/00 05:26 PM Re: HTML Ghosts
empire Offline
Member

Registered: 08/17/00
Posts: 795
Loc: U S of A
well, see the thing is that theres a thin line between user-friendly and damn lenient.

see, if you used that one microsoft WYSIWYG editor (it's name escapes me), and then look at the code, you'll see that it leaves out certain table tags, so those pages only work in IE. HTML is supposed to allow for errors, but sometimes IE is a little too lenient.

However, it makes up for it in the fact that while being lenient, it also displays pages the way their creators wanted them to be seen.

Oh, and if you want an example of IE/NS **** , look here using IE, then using NS. ouch. hurts my pride.



------------------
-david
<FONT size="1">I stand on my head and watch it all go away.</FONT s>

Top
#107396 - 09/27/00 05:26 PM Re: HTML Ghosts
empire Offline
Member

Registered: 08/17/00
Posts: 795
Loc: U S of A
ummm...Allen? starring out "c-r-a-p" is a little much, no?

------------------
-david
<FONT size="1">I stand on my head and watch it all go away.</FONT s>

Top
#107397 - 09/27/00 05:45 PM Re: HTML Ghosts
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Evil, I don't see the dif, unless you mean the fonts in the dropboxes..

What is the prob..?

------------------
<IMG SRC=\"http://www.cyber-cards.com/g/cplogo.gif\" border=0>
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#107398 - 09/28/00 03:39 PM Re: HTML Ghosts
empire Offline
Member

Registered: 08/17/00
Posts: 795
Loc: U S of A
took me a minute to figure out what you were talking about.

if you looked a little closer, you would notice a lot of differences. Page titles and parts of paragraphs are cut off, font (sizes) are obviously different, and form elements are not displayed the same way. Its a royal pain in the ass.

I've already got a fair amount done, and now I have to go back and re-evaluate my design, and figure out how to make it work well in both browsers.

------------------
-david
<FONT size="1">I stand on my head and watch it all go away.</FONT s>

Top


Who's Online
1 Registered (Gizmo), 39 Guests and 7 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Team UBBDev Rides Again!
by AllenAyres
Today at 01:36 PM
Blogs, love em or hate em?
by AllenAyres
10/07/08 02:05 PM
What do you use to edit the files
by Ian_W
10/05/08 03:33 PM
BeyondCompare v3.00
by Ian_W
10/05/08 03:32 PM
Glossy Black Theme with Image Reflection
by Gizmo
10/05/08 02:17 PM
ShareThis
by Gizmo
09/28/08 05:06 AM
[7.3] Viewing MySQL logfiles made easier
by AllenAyres
09/27/08 09:57 PM
New Mods
[7.3] Viewing MySQL logfiles made easier
by blaaskaak
09/24/08 05:39 PM
[7.3.1] add search to showmembers page
by blaaskaak
09/07/08 04:50 AM
Multiple Identity Detector
by
12/30/06 06:39 PM
Newest Members
Kevs, pisa666, ghengis317, NitroX, Dogan
13346 Registered Users
Top Posters Last 30 Days
AllenAyres 11
blaaskaak 7
Ian_W 4
tackaberry 4
Mike L_dup1 4
Gizmo 4
Chris Bale 4

 

 

 
fusionbb message board php hacks