|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Beginner grinner
|
Help Needed- Have been trying to fix for hours...
Please help me- I've been working on this for hours and hours and can't get it work right!!! my site is www.apex.smugmug.com
I need help with 2 things. 1. my logo in the correct location. The logo is not centered from top to bottom within my transparent banner. It is to close to the top edge. I tried playing with the margins but it moved both the logo and the banner??? I want the logo to have the same amount of banner visible in both the top and bottom. (FYI- I was not able to get the banner to show up with the 1st CSS code that I found on this site (#myBanner) so I added additional code (#my-header-wrapper) from another post at the bottom of the css which make is show up. While this sfixed the issue, I would like to avoid having unneeded code on my site...) 2. Navigation Links Overlap Logo The links overlap with the logo when the window is small / narrow. can you please make it so that the nav links are forced to stop next to the logo. Last edited by gadget3; May-30-2012 at 01:44 PM. Reason: Tried to make more clear in an effort to get help |
|
|
|
|
#2
|
|
|
Beginner grinner
|
can anyone please help me?
__________________
apex.smugmug.com |
|
|
|
|
#3
|
|
|
Smug Hero
|
For your logo, change the CSS for it to this:
Code:
#myBanner {
background: transparent url(/photos/i-dJkKDtJ/0/O/i-dJkKDtJ.png) no-repeat;
height:80px;
width: 320px;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingmethod=image, src="http://apex.smugmug.com/photos/i-dJkKDtJ/0/O/i-dJkKDtJ.png");
position: fixed;
top:5px;
}
Code:
#navcontainer {
font-size: 120%;
width: auto;
height: 31px;
float: right;
margin-left: 300px;
}
|
|
|
|
|
#4
|
|
|
Beginner grinner
|
Thank You!
Thanks a million!!!
![]() ![]() ![]() it worked perfectly ![]() ![]()
__________________
apex.smugmug.com |
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Header banner wont display in Chrome | drode | SmugMug Customization | 4 | Jan-20-2012 07:08 PM | |
| Banner and nav bar placement in header | David M | SmugMug Customization | 4 | Jul-13-2011 10:15 AM | |
| Want a different banner on each page | Charles123 | SmugMug Customization | 4 | Nov-29-2010 06:44 PM | |
| Header vs Banner? | idie | SmugMug Customization | 3 | Oct-17-2010 01:47 PM | |
| Help for banner and header. | Little-zinzoline | SmugMug Customization | 3 | Aug-14-2007 09:50 AM | |
| Thread Tools | |
| Display Modes | |
|
|