[css-d] Menu problem

2010-07-31 Thread Dipesh Parmar
I'm creating a simple thumbnail portfolio in html/css, but i've come across a strange problem which i cant fix. I've created the css so all the pages function the same, but on the gallery pages (gallery/gallerytwo/gallerythree.html) the top menu moves up another 10pixels or so. It appears on

[css-d] Menu Problem

2010-07-31 Thread William Gates
Hi Dipesh, Your pages don't validate - there are some markup problems - ie unclosed divs, duplicate ids etc. It's always best to validate first before dealing with CSS. There is a validator at: http://validator.w3.org Regards William

[css-d] CSS or JQuery Issue?

2010-07-31 Thread jdreid
Good Morning, By reverse elimination, removing the two divs below the image rotator causes the image rotator to work properly with it's linking capabilities. By adding the two divs back in, I lose the linking capabilities of the image rotator and the image descriptions. Two issues: 1. I

[css-d] Why the gap?

2010-07-31 Thread Brian M. Curran
Hello, I'd like to add a breadcrumb trail sub header on all of my pages, like it is done here: http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112 http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112id=13988778 id=13988778 Could someone tell me why there is a gap between my

Re: [css-d] Why the gap?

2010-07-31 Thread Ville Viklund
On 31.7.2010 23:04, Brian M. Curran wrote: Hello, I'd like to add a breadcrumb trail sub header on all of my pages, like it is done here: http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112 http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112id=13988778 id=13988778

Re: [css-d] Why the gap?

2010-07-31 Thread David Laakso
Brian M. Curran wrote: Could someone tell me why there is a gap between my #header and #subheader on this test page: Brian Someone, or another, punished you for setting mousetype :-) ? #subheader { overflow: hidden; } -- http://chelseacreekstudio.com/

Re: [css-d] Why the gap?

2010-07-31 Thread Alex Mitchell
On Sat, Jul 31, 2010 at 1:15 PM, Ville Viklund ville.vikl...@gmail.comwrote: On 31.7.2010 23:04, Brian M. Curran wrote: Hello, I'd like to add a breadcrumb trail sub header on all of my pages, like it is done here: http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112

Re: [css-d] Why the gap?

2010-07-31 Thread Brian M. Curran
On 31.7.2010 23:04, Brian M. Curran wrote: Hello, I'd like to add a breadcrumb trail sub header on all of my pages, like it is done here: http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112 http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112

Re: [css-d] Why the gap?

2010-07-31 Thread Brian M. Curran
Brian M. Curran wrote: Could someone tell me why there is a gap between my #header and #subheader on this test page: Brian David Laakso wrote: Someone, or another, punished you for setting mousetype :-) ? #subheader { overflow: hidden; } Lol. Thanks for the extra code!