hi !

to confirm your problem, you should post the rendered result html from your
browser, not the source from your server. for me I can tell I don't have
glue about ASP.NET and so I don't know if there will be any other markup be
rendered from ASP.NET that could make any trouble.

so please, post the resulting html output and - as you have any CSS-problems
- the browser name and browser version you are using. thanks !

best regards from berlin
JBScout aka thomy

2010/11/25 ProfK <[email protected]>

> When the following markup renders, the menu renders as table
> topMainMenu  with a height of 51. When I remove the Blueprint
> stylesheet, topMainMenu  renders with a height of 20, the minimum I
> presume.
>
> <head runat="server">
>    <title></title>
>    <link rel="stylesheet" type="text/css" href="Styles/Blueprint/
> screen.css" />
>    <script src="<%# ResolveUrl("~/Scripts/jquery-1.4.4.js")%>"
> type="text/javascript"></script>
> </head>
> <body>
>    <form id="form" runat="server">
>    <div class="prepend-1 span-22 last">
>        <asp:Menu ID="topMainMenu" runat="server"
> DataSourceID="mainMenuDataSource" Orientation="Horizontal"
> Width="100%" Height="16px">
>            <StaticMenuStyle Height="10px" BackColor="Navy" />
>        </asp:Menu>
>    </div>
>    </form>
> </body>
>
> I was under the impression that Blueprint should have no effect on any
> height in this scenario. Surely a CSS reset wont be doing this? No
> styling I have tried can shrink the menu height below 51. What can I
> do?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Blueprint CSS" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<blueprintcss%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/blueprintcss?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.

Reply via email to