[web] My CSS boxes are slightly bloated.

Started by
3 comments, last by Thevenin 17 years, 7 months ago
Goto http://www.Frostwinds.com and have a look at any page. You'll notice there is a gap between the menu and the content... ... whats causing this! [bawling]
Advertisement
Could try adding
style="position: absolute; top: 50" 

to the div element that the title bit goes in. You might need to trial and error with 50 to get it exactly right.

Hope this helps,

Al
Quote:Original post by Silent Dragon
Could try adding
style="position: absolute; top: 50" 

to the div element that the title bit goes in. You might need to trial and error with 50 to get it exactly right.

Hope this helps,

Al


Can't. All that will do is move the gap to the bottom of the page. At least, seeing it to relative top: -55; will. I don't know about absolute, but I can't really experiment becaues absolute isn't really feasible.
Well, I was bored, so:

http://www.nicollet.net/images/Frostwinds.htm.

I even replaced your hyphen by an ndash in the copyright notice.
Quote:Original post by ToohrVyk
Well, I was bored, so:

http://www.nicollet.net/images/Frostwinds.htm.

I even replaced your hyphen by an ndash in the copyright notice.





Wow! Thanks alot!
ratings++;

This topic is closed to new replies.

Advertisement