Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Page Looks Right In FF & Opera - Minor Problem(s) In IE7
Old 11-26-2008, 06:18 AM Page Looks Right In FF & Opera - Minor Problem(s) In IE7
Skilled Talker

Posts: 66
Trades: 0
The page I am working on is HERE and I'm having a few problems with IE7.

If you look at the page, you see that there are 4 small "windows" in the right column and you'll see that the text is not lining up like it does in "What's New". I can't figure out how to fix this and I really need to have this all squared away by the end of the week.

Also, I know it's been a while since I've messed with links, but I can't figure out why my nav links are not working.

I code each one as:
<a href="../new/events.html">Events Calendar</a>

But when I click on the link, I get something like "http://thebams.org/new/thebams.org/new/windsock.html" showing up in the url address of the brower.

What am I doing wrong here?

If one of the experts here could suggest a way to fix this (a conditional statement of some kind perhaps), I would really appreciate it. If someone could direct me to a place where I can learn about conditional statements, I would appreciate that as well.

Thanks to all who have help me thus far. I am learning quite a bit thanks to your help.

Last edited by JustAGuy; 11-26-2008 at 07:16 AM..
JustAGuy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-26-2008, 10:25 AM Re: Page Looks Right In FF & Opera - Minor Problem(s) In IE7
Experienced Talker

Posts: 48
Name: Pieter
Location: Holland
Trades: 0
Youre problem is in the script
HTML Code:
    <a href="thebams.org/new/index.html">Home</a>
    <a href="thebams.org/new/windsock.html">Newsletter</a>
    <a href="thebams.org/new/events.html">Events Calendar</a>
	<a href="thebams.org/new/field.html">Find The Field</a>
	<a href="thebams.org/new/learn.html">Learn To Fly</a>
	<a href="thebams.org/new/join.html">Join The BAMS</a>
	<a href="thebams.org/new/play.html">The BAMS At Play</a>	
	<a href="thebams.org/new/contact.html">Contact Us</a>
change

<a href="thebams.org/new/contact.html">Contact Us</a> to

<a href="new/contact.html">Contact Us</a>

good luck
elcosmo is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Page Looks Right In FF & Opera - Minor Problem(s) In IE7
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.30492 seconds with 12 queries