Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Is There A Better Way

Reply
Thread Tools

Is There A Better Way

 
 
Ian Rutgers
Guest
Posts: n/a
 
      05-29-2006
The http://www.taoofpeace.com/test/index.php home page displays correctly on
my page regardless if I view it with IE or a Mozilla browser on either my
laptop or my desktop (1024 x 76. When I viewed this same page on my
client's LCD monitor the left navigation appears on the top of the page
until I do a manual refresh ... then it goes where it should.

I don't want to do this page with tables (yuk!) but would appreciate any
suggestions on another way to "Style" this page so the navigation appears
where it should ... every time.

.....here is the home page code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Tao of Peace : Martial Arts &amp; Life Skills Centre</title>
<link type="text/css" media="screen" rel="stylesheet"
href="includes/main.css" />
<link type="text/css" media="screen" rel="stylesheet"
href="includes/homePage.css" />
</head>

<body>
<div id="wrapper">
<div id="globalBackgroundHP">
<div id="largeLogo"><img src="images/LargeLogo.jpg" alt="Tao of Peace :
Faith Love Oness Within" /></div>
<div id="slogan"><img src="images/martialArtsTitle.jpg" alt="Martial Arts
and Life Skills Centre" /></div>
<div id="leftNav">
<a href="curriculum/index.php"
title="curriculum/schedule">curriculum/schedule</a>
<a href="studentresources/index.php" title="student resources">student
resources</a>
<a href="stuff.php" title="philosophy">philosophy</a>
<hr class="divisor" />
<a href="stuff.php" title="bully proofing">bully proofing</a>
<a href="stuff.php" title="assertiveness training">assertiveness
training</a>
<a href="stuff.php" title="conflict resolution">conflict resolution</a>
<hr class="divisor" />
<a href="stuff.php" title="fees">fees</a>
<a href="stuff.php" title="pro shop">pro shop</a>
<a href="stuff.php" title="publications">publications</a>
<a href="stuff.php" title="gallery">gallery</a>
</div>
</div>
<div id="footer">
<p>TAO OF PEACE : 5403 Crowchild Trail NW : Calgary, Alberta : T3B 4Z1 :
403.288.0000<br /><a href="stuff.php" title="About Us">About Us</a>
&nbsp;:&nbsp;<a href="stuff.php" title="Contact Us">Contact
Us</a>&nbsp;:&nbsp;created by <a href="http://www.otima.ca/">Otima</a></p>
</div>w
</div>
</body>
</html>

....is it better form to post a link to the CSS or can you pull it from my
code at the top of the page???? thx in advance for your help!

Cheers,

Ian


 
Reply With Quote
 
 
 
 
Neredbojias
Guest
Posts: n/a
 
      05-29-2006
To further the education of mankind, "Ian Rutgers" <>
vouchsafed:

> The http://www.taoofpeace.com/test/index.php home page displays
> correctly on my page regardless if I view it with IE or a Mozilla
> browser on either my laptop or my desktop (1024 x 76. When I viewed
> this same page on my client's LCD monitor the left navigation appears
> on the top of the page until I do a manual refresh ... then it goes
> where it should.


I get the same prob on my desktop IE (XP Sp2 1280x1024 Win) and my computer
speed is 3.8 gig (but I'm on dialup.) Your page validates, kudos, but
gives a nasty horizontal scrollbar in Firefox (though not IE). The only
thing I can say is some redesign is necessary. You _could_ try including
the css in the page itself (which is what I'd test,) but probably a shot in
the dark.

> I don't want to do this page with tables (yuk!) but would appreciate
> any suggestions on another way to "Style" this page so the navigation
> appears where it should ... every time.


I doubt if tables are the real answer.

--
Neredbojias
Infinity has its limits.
 
Reply With Quote
 
 
 
 
Ian Rutgers
Guest
Posts: n/a
 
      05-30-2006

"Neredbojias" <http://www.neredbojias.com/fliam.php?cat=alt.html> wrote in
message news:Xns97D2A1E61F27httpwwwneredbojiasco@208.49.80 .251...
> To further the education of mankind, "Ian Rutgers" <>
> vouchsafed:
>
>> The http://www.taoofpeace.com/test/index.php home page displays
>> correctly on my page regardless if I view it with IE or a Mozilla
>> browser on either my laptop or my desktop (1024 x 76. When I viewed
>> this same page on my client's LCD monitor the left navigation appears
>> on the top of the page until I do a manual refresh ... then it goes
>> where it should.

>
> I get the same prob on my desktop IE (XP Sp2 1280x1024 Win) and my
> computer
> speed is 3.8 gig (but I'm on dialup.) Your page validates, kudos, but
> gives a nasty horizontal scrollbar in Firefox (though not IE). The only
> thing I can say is some redesign is necessary. You _could_ try including
> the css in the page itself (which is what I'd test,) but probably a shot
> in
> the dark.
>

do you mean you would like to me to paste the css on this post?


>> I don't want to do this page with tables (yuk!) but would appreciate
>> any suggestions on another way to "Style" this page so the navigation
>> appears where it should ... every time.

>
> I doubt if tables are the real answer.
>
> --
> Neredbojias
> Infinity has its limits.

....


 
Reply With Quote
 
BootNic
Guest
Posts: n/a
 
      05-30-2006
> "Ian Rutgers" <> wrote:
> news:YtJeg.206725$7a.87285@pd7tw1no....
>
> The http://www.taoofpeace.com/test/index.php home page displays
> correctly on my page regardless if I view it with IE or a Mozilla
> browser on either my laptop or my desktop (1024 x 76. When I
> viewed this same page on my client's LCD monitor the left
> navigation appears on the top of the page until I do a manual
> refresh ... then it goes where it should.
>
> I don't want to do this page with tables (yuk!) but would
> appreciate any suggestions on another way to "Style" this page so
> the navigation appears where it should ... every time.
>
> ....here is the home page code
>

[snip]

I can't reproduce your problem, but if you would like to fix that nasty bottom
scrollbar.

change:
#largeLogo{
position:relative;
top:0px;
left:500px;
z-index:2;
}

to

#largeLogo img{
position:relative;
top:0px;
left:500px;
z-index:2;
}

--
BootNic Monday, May 29, 2006 8:33 PM

Facts do not cease to exist because they are ignored.
*Aldous Huxley*

 
Reply With Quote
 
Neredbojias
Guest
Posts: n/a
 
      05-30-2006
To further the education of mankind, "Ian Rutgers" <>
vouchsafed:

>> I get the same prob on my desktop IE (XP Sp2 1280x1024 Win) and my
>> computer
>> speed is 3.8 gig (but I'm on dialup.) Your page validates, kudos,
>> but gives a nasty horizontal scrollbar in Firefox (though not IE).
>> The only thing I can say is some redesign is necessary. You _could_
>> try including the css in the page itself (which is what I'd test,)
>> but probably a shot in
>> the dark.
>>

> do you mean you would like to me to paste the css on this post?


No, I mean put it in the <head> section of the page itself. Maybe time-
loading plays a part?

--
Neredbojias
Infinity has its limits.
 
Reply With Quote
 
Ian Rutgers
Guest
Posts: n/a
 
      05-30-2006

[snip]

I can't reproduce your problem, but if you would like to fix that nasty
bottom
scrollbar.

change:
#largeLogo{
position:relative;
top:0px;
left:500px;
z-index:2;
}

to

#largeLogo img{
position:relative;
top:0px;
left:500px;
z-index:2;
}

thank you....made the change ... does that fix the bottom logo issue?


 
Reply With Quote
 
Ian Rutgers
Guest
Posts: n/a
 
      05-30-2006

"Neredbojias" <http://www.neredbojias.com/fliam.php?cat=alt.html> wrote in
message news:Xns97D38FC7B82E9httpwwwneredbojiasco@208.49.8 0.251...
> To further the education of mankind, "Ian Rutgers" <>
> vouchsafed:
>
>>> I get the same prob on my desktop IE (XP Sp2 1280x1024 Win) and my
>>> computer
>>> speed is 3.8 gig (but I'm on dialup.) Your page validates, kudos,
>>> but gives a nasty horizontal scrollbar in Firefox (though not IE).
>>> The only thing I can say is some redesign is necessary. You _could_
>>> try including the css in the page itself (which is what I'd test,)
>>> but probably a shot in
>>> the dark.
>>>

>> do you mean you would like to me to paste the css on this post?

>
> No, I mean put it in the <head> section of the page itself. Maybe time-
> loading plays a part?
>
> --
> Neredbojias
> Infinity has its limits.


interesting that after changing the LargeLogo div to LargeLogo img I can now
reproduce the issue ....


 
Reply With Quote
 
BootNic
Guest
Posts: n/a
 
      05-31-2006
> "Ian Rutgers" <> wrote:
> news:YZ2fg.214741$WI1.12240@pd7tw2no....
>

[snip]
>
>> I can't reproduce your problem, but if you would like to fix that
>> nasty bottom
>> scrollbar.

>


[snip]

>
> thank you....made the change ... does that fix the bottom logo
> issue?


I have no ideal, I was not able to reproduce the problem, but it does take care
of that bottom scroll bar.

--
BootNic Tuesday, May 30, 2006 9:08 PM

"I've noticed that the press tends to be quite accurate, except when
they're writing on a subject I know something about."
*Keith F. Lynch*




 
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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Parsing Binary Structures; Is there a better way / What is your way? Paul Rubin Python 5 08-06-2009 08:06 AM
Are there better ADSL modem routers out there? Bypass UK VOIP 28 01-12-2007 12:41 AM
Is splint really better than lint? Is there a better tool than splint? Peter Bencsik C Programming 2 09-21-2006 10:02 PM
Build a Better Blair (like Build a Better Bush, only better) Kenny Computer Support 0 05-06-2005 04:50 AM
There MUST be a better way! dwa ASP .Net 5 01-29-2004 02:07 AM



Advertisments
 



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