NameSilo

Need help ASAP

SpaceshipSpaceship
Watch

Splinter Freelance

Established Member
Impact
1
I went to add some space on the bottom of my page and now I have a small gap underneatht the navigation:

http://splinterfreelance.com


Help me figure out what the problem is please
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
bit more of a problem than 1 gap. Try opening it in IE.



Its hard to tell but its probably something do do with the CSS ids. Check the css for static height attributes on the id's. Something is making it bigger than the id's expect.

Will take another look when I have a bit more time.
 
0
•••
Well, I went in and resized the <td> tags in CSS and got it close to normal, but I can seem to get it to work right...

it is a little bit off in both IE and FF
 
0
•••
Ok after looking it over for a while.

IE fixes
In your css
-remove padding-top from the header-1 id
In your HTML
add a BR tag directly below your form
also you have
Code:
<td style="height: 42px; width: 17px;">
for your nav right border TD. The image is 18 width.(doesnt seam to correct off right border)

Firefox will work except the tiny problem you noticed first the small gap below the nav. I will have another look when I can.

Edit more fixes
FF fix to go with above

2 new classes
Code:
td#ls {
	height: 42px; 
	width: 14px;
	background-image: url(nav_left.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
td#rs {
	height: 42px; 
	width: 18px;
	background-image: url(nav_right.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

then replace the images you have for the sides with

Code:
<td id="ls"> </td>
  <td id="navigation">
      ... innter code for nav here
  </td>
<td id="rs"> </td>

Rep appreciated if helpful.
 
Last edited:
1
•••
I appreciate your suggestions.. rep given. I would give some NP$ if I had some.

Now I am trying to redo the site w/o tables... I thnk they are messing things up. But now I have some more problems:

http://splinterfreelance.com/index2.php

There is a gap under the nav and in FF, I cant seem to get the content div to expand to fit the whole page. it works fine in IE for the most part.

I can give 3 NP$ if suggestion fixes the problem
 
0
•••
Dynadot — .com TransferDynadot — .com Transfer
CatchedCatched

We're social

Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomainEasy — Payment Flexibility
DomDB
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back