- This topic has 7 replies, 2 voices, and was last updated 14 years, 10 months ago by imported_Ryan.
-
AuthorPosts
-
November 6, 2009 at 8:56 am #1073haraldMember
Ryan,
I am sorry to bother you again, but i have one more issue. I use Pixopint Menu in a new site I am working on. The problem I have is that the Search box falls under the menu bar to the left without any background image in firefox. If I place the menu outside the header it works but not inside. The only thing I have changed in the CSS is the padding. I changed it back but it made no difference. IE and Safari works fine. Do you have any idea what it could be off the top of your head? Could it be a bug? The site is not live yet, so I can’t expect you to go in and look.
Take care,
Harald
PS I use the Atahualpa theme. DSNovember 6, 2009 at 9:43 am #7225imported_RyanMemberSomething is presumably causing the floated search box to clear below the menu. It’s impossible to determine what without seeing it though.
November 8, 2009 at 9:27 am #7226haraldMemberRyan,
I have made the site live so you can take a look. The url is "www.clubwitt.com/iskanorfalsterbo".
Take care,
HaraldNovember 16, 2009 at 1:45 pm #7227imported_RyanMemberIt appears to be working now. Are you still requiring assistance with this?
November 16, 2009 at 5:02 pm #7228haraldMemberI just checked the site in firefox 3.5.4 and the search box is still below the menu bar and without any background.
November 19, 2009 at 2:10 pm #7229haraldMemberRyan
I got it to work, but I don’t know if it was the right way to fix it. This is how it was and what I changed.This is how I had the menu in the header
…….
<tr>
<!– Header –>
<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>
<td id="header" colspan="<?php echo $bfa_ata; ?>">
<?php bfa_header_config($bfa_ata); ?> </td>
<!– / Header –>
</tr>
…….
and in the CSS I had the width to 100%. Then I changed the header to what you see below and I got the search box in the right place but the menu only expanded over the center column and not over the widget area.
Then I changed the width to 1000px and it all worked in Firefox as well.
…….
<tr>
<!– Header –>
<tr>
<td> <?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?> </td>
</tr>
<td id="header" colspan="<?php echo $bfa_ata; ?>">
<?php bfa_header_config($bfa_ata); ?> </td>
<!– / Header –>
</tr>
…….November 23, 2009 at 12:23 am #7230imported_RyanMemberIf it works then that seems like an adequate solution.
The problem I see is that you have a bunch of pointless table tags in there which are not necessary. But that’s not related to the menu.
January 20, 2010 at 4:54 am #7231imported_RyanMemberI split a bunch of posts off from here into another topic since they were entirely unrelated … https://geek.hellyer.kiwi/forum/http://local … ic.php?t=0
-
AuthorPosts
- You must be logged in to reply to this topic.