HighDots Forums  

CSS Issue - text in list menu causing unwanted space.

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss CSS Issue - text in list menu causing unwanted space. in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
aRT
 
Posts: n/a

Default CSS Issue - text in list menu causing unwanted space. - 04-02-2009 , 09:48 AM







I'd appreciate if someone could take a look at this site
http://www.geometrikstudio.com/index.php

All the CSS checks out in the validator but it fails the visual test.

The text in the two list menus are making the content drop down a bit at
the top of the header and just underneath the header.

I sometimes miss the simplicity of tables.


Reply With Quote
  #2  
Old   
Osgood
 
Posts: n/a

Default Re: CSS Issue - text in list menu causing unwanted space. - 04-02-2009 , 12:16 PM






aRT wrote:
Quote:
I'd appreciate if someone could take a look at this site
http://www.geometrikstudio.com/index.php

All the CSS checks out in the validator but it fails the visual test.

The text in the two list menus are making the content drop down a bit at
the top of the header and just underneath the header.

I sometimes miss the simplicity of tables.

Try zeroing out the margin and padding on the heading tag css as shown
below:


h1,h2,h3,h4,h5{
color: #000;
font-family: EurostileT, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}


Reply With Quote
  #3  
Old   
I Love Doing Websites
 
Posts: n/a

Default Re: CSS Issue - text in list menu causing unwantedspace. - 04-02-2009 , 02:28 PM



This might be a case of overlapping margins, add padding to the top to your main content 10px;

Reply With Quote
  #4  
Old   
aRT
 
Posts: n/a

Default Re: CSS Issue - text in list menu causing unwanted space. - 04-02-2009 , 04:04 PM



THANKS,

I'll try it.

Osgood wrote:
Quote:
aRT wrote:

I'd appreciate if someone could take a look at this site
http://www.geometrikstudio.com/index.php

All the CSS checks out in the validator but it fails the visual test.

The text in the two list menus are making the content drop down a bit
at the top of the header and just underneath the header.

I sometimes miss the simplicity of tables.


Try zeroing out the margin and padding on the heading tag css as shown
below:


h1,h2,h3,h4,h5{
color: #000;
font-family: EurostileT, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.