[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 07-01-2003, 07:58 PM   #1 (permalink)
New Member
 
Join Date: Jul 2003
Posts: 4
6.00 NP$ (Donate)

mandrake is an unknown quantity at this point


IE 5.5 --> IE 6.0 page display problem

im not to sure if this is the right type of forum to ask this in, but anyways....


http://www.mandrake.curvedspaces.com/ (its only simple and not quite finished yet so dont laugh=)

im making a webpage/journal with b2 weblog, my page (see above) was was loading fine when i was using internet explorer 5.5, it has a main column and a side column at the moment...using css. both tables use the same css styles, so they should display properly...which they did in IE 5.5, but in IE 6 the side tabe displays with out a background...and to the bottom left of the main table

(sorry if i dont make much sense...btw, mind the html/php this is my first real attempt at making a webpage...also my first time using css...i'll clean it all up when im happy with the design)

thanks for your help =)
mandrake is offline  
Old 07-01-2003, 08:12 PM   #2 (permalink)
Senior Member
 
Join Date: Aug 2002
Posts: 1,300
2.85 NP$ (Donate)

deadserious has a spectacular aura aboutdeadserious has a spectacular aura about


Hey mandrake, Welcome to Web Design Talk!

Your page shows up with the main column in the middle and then a table on the right which does include the same background as the page has, and I am using IE6.0, so you may just need to repair your IE or reinstall it with all the css options enabled.
deadserious is offline  
Old 07-01-2003, 08:24 PM   #3 (permalink)
NamePros Regular
 
Join Date: Aug 2002
Posts: 664
64.00 NP$ (Donate)

bobbi is an unknown quantity at this point


I see it fine as well with IE 6.0, main column in the middle and the table to the right with the same background as the main page. If you just installed IE 6.0 try deleting your Temporary Internet files and Cookies, that may be the reason you are seeing it differently.

Oh and Welcome to Web Design Talk [=
bobbi is offline  
Old 07-01-2003, 08:24 PM   #4 (permalink)
NamePros Regular
 
Join Date: Sep 2002
Location: Canada
Posts: 498
834.00 NP$ (Donate)

DarkDevil is an unknown quantity at this point


Re: IE 5.5 --> IE 6.0 page display problem

Quote:
Originally posted by mandrake
btw, mind the html/php
Interesting fact about php that people who are newer don't really realize. Php is not visible from the client end of things. Nor is there any way to steal the file by saving it. Php is a server side language.
__________________
Sometimes I lay awake at night and I ask "Where have I gone wrong?" Then a little voice says "This is going to take more than one night"
DarkDevil is offline  
Old 07-01-2003, 08:29 PM   #5 (permalink)
NamePros Regular
 
Join Date: Aug 2002
Posts: 664
64.00 NP$ (Donate)

bobbi is an unknown quantity at this point


Did you want the background for the table to be the same color as the column in the middle of the page where your blog entries go, instead of it being the same background as the main background on the page with the lines??

btw, beautiful kitty [=
bobbi is offline  
Old 07-01-2003, 08:38 PM   #6 (permalink)
NamePros Regular
 
Join Date: Jun 2003
Location: California
Posts: 249
401.00 NP$ (Donate)

Alpha is an unknown quantity at this point


I'd reinstall IE 6 like deadserious said.
__________________
--Alpha
Alpha is offline  
Old 07-01-2003, 08:50 PM   #7 (permalink)
New Member
 
Join Date: Jul 2003
Posts: 4
6.00 NP$ (Donate)

mandrake is an unknown quantity at this point


Quote:
Originally posted by bobbi
Did you want the background for the table to be the same color as the column in the middle of the page where your blog entries go, instead of it being the same background as the main background on the page with the lines??

btw, beautiful kitty [=
thanks for the welcome and the quick replies

just to clear things up,:
yes, the side column is supposed to be the same color as the middle column, at the moment its see through :/ its supposed to be at the top of the page as well...

i will reinstall IE 6...
mandrake is offline  
Old 07-01-2003, 08:55 PM   #8 (permalink)
Senior Member
 
Join Date: Aug 2002
Posts: 1,300
2.85 NP$ (Donate)

deadserious has a spectacular aura aboutdeadserious has a spectacular aura about


I think I see what you see. So it may have nothing to do with IE6.0 ... I really don't think that if all of us using IE 6 are seeing what you are that it's a browser problem, I guess it's still possible ........ Strange. :webdev:

Also you said the side column was on the left? Did you mean on the right? Because that's where I see it.
deadserious is offline  
Old 07-01-2003, 09:10 PM   #9 (permalink)
New Member
 
Join Date: Jul 2003
Posts: 4
6.00 NP$ (Donate)

mandrake is an unknown quantity at this point


lol, yeah i meant on the right

if it wasnt a IE problem then shouldnt it be the display the same when i installed IE6...

hmm...sorry to bug you all with this

anyone have any other ideas as to fix it

heres two screenshots, the first with IE 5.5 (how it should look), the second with IE 6

IE5-5 Screen IE6 Screen
mandrake is offline  
Old 07-01-2003, 10:14 PM   #10 (permalink)
Senior Member
 
Join Date: Aug 2002
Posts: 1,300
2.85 NP$ (Donate)

deadserious has a spectacular aura aboutdeadserious has a spectacular aura about


Look for this code in your page, and add what I have in bold:

<font size="-6" color="666666">Mandrake</font></a>
(ChrisB</i></font></p>
</div>
</td>
</tr>
</table>
</div>
</td>
<td height="119" width="201" valign="top">

Try that and see if that fixes it.
deadserious is offline  
Old 07-01-2003, 10:18 PM   #11 (permalink)
NamePros Regular
 
Join Date: Sep 2002
Location: Canada
Posts: 498
834.00 NP$ (Donate)

DarkDevil is an unknown quantity at this point


Probibly would, i was under the impression he was using css for positioning..
__________________
Sometimes I lay awake at night and I ask "Where have I gone wrong?" Then a little voice says "This is going to take more than one night"
DarkDevil is offline  
Old 07-01-2003, 11:59 PM   #12 (permalink)
New Member
 
Join Date: Jul 2003
Posts: 4
6.00 NP$ (Donate)

mandrake is an unknown quantity at this point


Quote:
Originally posted by deadserious
valign="top"
mandrake dances around, yippee, you fixed my problem deadserious now i just have to set the bg color again.

thanks muchly everyone

100,000,000,000 points to deadserious
mandrake is offline  
Old 07-02-2003, 02:45 AM   #13 (permalink)
NamePros Regular
 
Join Date: Aug 2002
Posts: 664
64.00 NP$ (Donate)

bobbi is an unknown quantity at this point


Glad you got it fixed mandrake [=
bobbi is offline  
Old 07-02-2003, 04:01 PM   #14 (permalink)
NamePros Regular
 
Join Date: Aug 2002
Posts: 664
64.00 NP$ (Donate)

bobbi is an unknown quantity at this point


one more thing, I don't know if you are aware of it or not, and I know that you said the site isn't finished, but there are quite a few pop ups on there, even when someone goes to comment, there is a popup besides the comment box.
bobbi 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


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 12:08 AM.


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