|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
****How to pull this off*****
Can something as simple as this look be done in smugmug Link if so how do I do this to my site?
www.mgwarrenphotography.com |
|
|
|
|
#2
|
||
|
Major grins
|
Quote:
Do you want this on your homepage or somewhere else? Also, just to verify, the link you posted didn't work...is THIS your site? |
|
|
|
||
|
#3
|
||
|
Big grins
|
Homepage
Quote:
I want my homepage to come up like this. |
|
|
|
||
|
#4
|
||
|
Major grins
|
Quote:
Start with #37 HERE to get a separate galleries page. post back if you get stuck. The site your referring to for an example is a smugmug site also...so yes you can defiantly do it. |
|
|
|
||
|
#5
|
||
|
Big grins
|
Help
Quote:
|
|
|
|
||
|
#6
|
||
|
Major grins
|
Quote:
lets get a couple of errors cleaned up first, your missing a closing brace in your CSS here: Code:
#navcontainer ul li a {
text-decoration: none;
padding: .2em 0em;
color: #A19FA0;
}
And your banner css rule....your image dimensions are not stated right....your image is actually 800x228: Code:
#my_banner {
width: 800px;
height: 228px;
margin: 0 auto;
background: url(http://michaelgwarren.smugmug.com/photos/i-wGxzNSh/0/L/i-wGxzNSh-O.jpg) no-repeat;
}
|
|
|
|
||
|
#7
|
|
|
Major grins
|
What you're wanting to accomplish reminds me of my website. One suggestion, be sure to make the container fit the screen so you don't have that little bit of scroll. I think it looks much cleaner. I do like the way his gallery page is set up. I may look into that.
__________________
www.ericholmesphotography.com |
|
|
|
|
#8
|
||
|
Big grins
|
Quote:
Thanks Eric, that fixed it. I really like your site it is beautiful as well as your super photography. I have it bookmarked. How do I make the container fit the screen to keep from scrolling? Last edited by mgwarren; Jun-12-2012 at 06:10 PM. |
|
|
|
||
|
#9
|
|
|
Big grins
|
Take scroll out
[QUOTE=mgwarren;1787248]Thanks Eric, that fixed it. I really like your site it is beautiful as well as your super photography. I have it bookmarked.
I want make my HOMEPAGE so it will fit as it comes up without the need to scroll. Suggestions? Also how to take all borders off Homepage slideshow???? Last edited by mgwarren; Jun-13-2012 at 07:55 AM. |
|
|
|
|
#10
|
|
|
Big grins
|
Can any one help me
Can anyone tell how to make my homepage not have vertical scroll bars? I cannot figure out how to make the black bar go away that is at the bottom of the home page.
link to my site www.mgwarrenphotograhy.com |
|
|
|
|
#11
|
|
|
Major grins
|
You need to set a container for the page so it will fit inside the container. I don't remember how but I'm sure someone can point you to the DIY.
__________________
www.ericholmesphotography.com |
|
|
|
|
#12
|
|
|
Big grins
|
Is there another name for a container? I am trying to google this but not seeing anything that is helping me.
|
|
|
|
|
#13
|
|
|
Smug Hero
|
Change the #navcontainer ul code in your CSS to this:
Code:
#navcontainer ul {
margin: 0;
padding: 10;
list-style-type: none;
text-align: right;
position: relative;
top: -50px;
position: relative;
}
|
|
|
|
|
#14
|
||
|
Big grins
|
Quote:
How do I make the black bar at the bottom of my homepage go away? |
|
|
|
||
|
#15
|
|
|
Smug Hero
|
Add this to your CSS:
#slideshowBox { padding-bottom: 0; } |
|
|
|
|
#16
|
|
|
Big grins
|
Thanks
|
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Chrome browser and pull down menus | mafotografix | SmugMug Customization | 9 | Dec-21-2011 02:54 AM | |
| Pull Down Menu | dashmacintosh | SmugMug Customization | 1 | Feb-21-2010 07:15 AM | |
| Nav bar pull down issues | Sasquach | SmugMug Customization | 1 | Jan-12-2010 09:04 AM | |
| smugmug pull down menu problem | tovieira | SmugMug Customization | 2 | Jun-02-2009 04:49 PM | |
| URL to pull a random image | Speedie | SmugMug Support | 2 | Aug-30-2007 12:51 AM | |
| Thread Tools | |
| Display Modes | |
|
|