Content og page overlaps menu in Safari
- uhdq783
- Born


- Joined: Feb 05, 2013
- Posts: 2
- Status: Offline
- Anonymous
- Bot


- Joined: 25 Feb 2008
- Posts: ?
- Loc: Ozzuland
- Status: Online
February 5th, 2013, 9:38 am
- ScottG
- Proficient


- Joined: Jul 06, 2010
- Posts: 261
- Status: Offline
I can't be certain but there is something odd going on I'm not sure what but in the inspector i have for Firefox there appears to be positioning issue.
See the picture and notice the bounding boxes. it show's that there is some positioning issues going on in your css because in the html the menu is not in the the div for the content. I made a shorten html example for you code below
Even though the header-content div includes the menu div it is not taking the height on the menu div into it. safari report the div to be 138px. when the blue area is about 180px via photoshop crop. In safari I was able to force a fix by forcing the height of the header-content div by changing this <div class="header-content"> to <div class="header-content" style="height:180px;">. you can play with the height variable
It's a temp fix until the correct solution can show up.
See the picture and notice the bounding boxes. it show's that there is some positioning issues going on in your css because in the html the menu is not in the the div for the content. I made a shorten html example for you code below
HTML Code: [ Select ]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nb-no" lang="nb-no" >
<head>
<title>Hjem</title>
</head>
<body class="cssstyle-style1 menu-type-fusionmenu col12" id="all">
<div id="rt-iewarn">
<div class="rt-container">
<div class="clear"></div>
</div>
</div>
<div class="container homepage">
<!-- Your Menu sits right here in this block -->
<div class="header-content">
<div class="header-inner">
<div id="rt-top" >
<div class="rt-container">
<div class="rt-grid-9 rt-alpha">
<div class="rt-block">
<a href="/" id="rt-logo"></a>
</div>
</div>
<div class="rt-grid-3 rt-omega">
<div class="rt-block">
<div class="custom">
<p><a class="logginn" href="/index.php/samfunn/logg-inn">Logg inn</a></p>
</div>
</div>
<div class="rt-block">
<form action="/index.php" method="post">
<div class="mod_search ">
{FORM}
</div>
</form>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div id="rt-header">
<div class="rt-container">
<div class="rt-grid-12 rt-alpha rt-omega">
<div class="rt-fusionmenu">
<div class="nopill">
<div class="rt-menubar">
<ul class="menutop level1">
{MENU ITEMS}
</ul>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
<div id="rt-showcase">
<div class="rt-container homepage">
<div class="rt-grid-8 rt-alpha">
<div class="rt-block">
<div style="clear: both;"></div>
<div id="mod_btslideshow_272" class="box_skitter mod_btslideshow" style="width:620px; height:400px;margin:0 auto;">
{SLIDE SHOW}
</div>
<div style="clear: both;"></div>
</div>
</div>
<div class="rt-grid-4 rt-omega">
<div class="rt-block">
<div id="k2ModuleBox248" class="k2ItemsBlock">
{NEWS BLOCK}
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nb-no" lang="nb-no" >
<head>
<title>Hjem</title>
</head>
<body class="cssstyle-style1 menu-type-fusionmenu col12" id="all">
<div id="rt-iewarn">
<div class="rt-container">
<div class="clear"></div>
</div>
</div>
<div class="container homepage">
<!-- Your Menu sits right here in this block -->
<div class="header-content">
<div class="header-inner">
<div id="rt-top" >
<div class="rt-container">
<div class="rt-grid-9 rt-alpha">
<div class="rt-block">
<a href="/" id="rt-logo"></a>
</div>
</div>
<div class="rt-grid-3 rt-omega">
<div class="rt-block">
<div class="custom">
<p><a class="logginn" href="/index.php/samfunn/logg-inn">Logg inn</a></p>
</div>
</div>
<div class="rt-block">
<form action="/index.php" method="post">
<div class="mod_search ">
{FORM}
</div>
</form>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div id="rt-header">
<div class="rt-container">
<div class="rt-grid-12 rt-alpha rt-omega">
<div class="rt-fusionmenu">
<div class="nopill">
<div class="rt-menubar">
<ul class="menutop level1">
{MENU ITEMS}
</ul>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
<div id="rt-showcase">
<div class="rt-container homepage">
<div class="rt-grid-8 rt-alpha">
<div class="rt-block">
<div style="clear: both;"></div>
<div id="mod_btslideshow_272" class="box_skitter mod_btslideshow" style="width:620px; height:400px;margin:0 auto;">
{SLIDE SHOW}
</div>
<div style="clear: both;"></div>
</div>
</div>
<div class="rt-grid-4 rt-omega">
<div class="rt-block">
<div id="k2ModuleBox248" class="k2ItemsBlock">
{NEWS BLOCK}
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</body>
</html>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nb-no" lang="nb-no" >
- <head>
- <title>Hjem</title>
- </head>
- <body class="cssstyle-style1 menu-type-fusionmenu col12" id="all">
- <div id="rt-iewarn">
- <div class="rt-container">
- <div class="clear"></div>
- </div>
- </div>
- <div class="container homepage">
- <!-- Your Menu sits right here in this block -->
- <div class="header-content">
- <div class="header-inner">
- <div id="rt-top" >
- <div class="rt-container">
- <div class="rt-grid-9 rt-alpha">
- <div class="rt-block">
- <a href="/" id="rt-logo"></a>
- </div>
- </div>
- <div class="rt-grid-3 rt-omega">
- <div class="rt-block">
- <div class="custom">
- <p><a class="logginn" href="/index.php/samfunn/logg-inn">Logg inn</a></p>
- </div>
- </div>
- <div class="rt-block">
- <form action="/index.php" method="post">
- <div class="mod_search ">
- {FORM}
- </div>
- </form>
- </div>
- </div>
- <div class="clear"></div>
- </div>
- </div>
- <div id="rt-header">
- <div class="rt-container">
- <div class="rt-grid-12 rt-alpha rt-omega">
- <div class="rt-fusionmenu">
- <div class="nopill">
- <div class="rt-menubar">
- <ul class="menutop level1">
- {MENU ITEMS}
- </ul>
- </div>
- </div>
- </div>
- </div>
- <div class="clear"></div>
- </div>
- </div>
- </div>
- </div>
- <div id="rt-showcase">
- <div class="rt-container homepage">
- <div class="rt-grid-8 rt-alpha">
- <div class="rt-block">
- <div style="clear: both;"></div>
- <div id="mod_btslideshow_272" class="box_skitter mod_btslideshow" style="width:620px; height:400px;margin:0 auto;">
- {SLIDE SHOW}
- </div>
- <div style="clear: both;"></div>
- </div>
- </div>
- <div class="rt-grid-4 rt-omega">
- <div class="rt-block">
- <div id="k2ModuleBox248" class="k2ItemsBlock">
- {NEWS BLOCK}
- </div>
- </div>
- </div>
- <div class="clear"></div>
- </div>
- </div>
- </div>
- </body>
- </html>
Even though the header-content div includes the menu div it is not taking the height on the menu div into it. safari report the div to be 138px. when the blue area is about 180px via photoshop crop. In safari I was able to force a fix by forcing the height of the header-content div by changing this <div class="header-content"> to <div class="header-content" style="height:180px;">. you can play with the height variable
It's a temp fix until the correct solution can show up.
Attachments:
- uhdq783
- Born


- Joined: Feb 05, 2013
- Posts: 2
- Status: Offline
Hello
Thanks a lot. Put it in css and it worked:
/*=== Top Positions ===*/
.header-content {
background: url(../images/template/header.jpg) center top repeat; height:180px;
}
.header-inner {
background: url(../images/template/header-shadow.jpg) center top no-repeat;
height: 138px;
}
Slavomir
Thanks a lot. Put it in css and it worked:
/*=== Top Positions ===*/
.header-content {
background: url(../images/template/header.jpg) center top repeat; height:180px;
}
.header-inner {
background: url(../images/template/header-shadow.jpg) center top no-repeat;
height: 138px;
}
Slavomir
Page 1 of 1
To Reply to this topic you need to LOGIN or REGISTER. It is free.
Post Information
- Total Posts in this topic: 4 posts
- Users browsing this forum: No registered users and 129 guests
- You cannot post new topics in this forum
- You cannot reply to topics in this forum
- You cannot edit your posts in this forum
- You cannot delete your posts in this forum
- You cannot post attachments in this forum
