|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
Hey all you geniuses in programing.
I would like to customize my site but am running into some trouble. I am a complete 100% novice at both HTML and CSS... or any programing for that matter. I managed to get a working dropdown header... thats about it. This is what I would like, I would very much appreciate any suggestions or help on any of these points:
-Ashley |
|
|
|
|
#2
|
||
|
"tweak 'til it squeaks"
|
Quote:
For the slideshow look under the "homepage layout" button and check slideshow.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#3
|
|
|
Big grins
|
http://alowderphoto.smugmug.com/
Sorry bout that. Not much going on so far. Just got it and started working on it today. kinda a mess... |
|
|
|
|
#4
|
||
|
"tweak 'til it squeaks"
|
Quote:
have no links in your nav. The box can be hidden when not logged in by adding this to your CSS. .notLoggedIn .homepage #galleriesBox, .notLoggedIn .homepage #categoriesBox { display: none; } Using WebDev we can temporarily turn it on. Here's a couple links you can put in. <li><a class="drop" href="/Portriats" title="">Your Portriats</a></li> <li><a href="/Weddings" title="">Your Wedding</a></li>
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#5
|
||
|
Big grins
|
Quote:
Also, I think I understand what you mean by the bottom lines of code. The red portions are relative links right? Those would refer to my categories that I would create? The thing I don't know is what a "WebDev" is... I'm sorry for my ignorance but I am trying to learn!
|
|
|
|
||
|
#6
|
||
|
"tweak 'til it squeaks"
|
Quote:
the "homepage layout" button check galleries/categories. Relative links are created by leaving off the red part. http://alowderphoto.smugmug.com/Weddings When we get to creating your info pages like probably everything under prices the relative links will look like this. /gallery/XXXXXXXX_xxxxx These galleries will be directly linked from your nav so will be checked unlisted. Using a link like this doesn't expose the path which is irrelevant. See the Tutorials link at top of this forum. This is the one for WebDev. http://dgrin.smugmug.com/gallery/1354921
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#7
|
||
|
Big grins
|
Quote:
I don't have a "gallery/category" option. Am I missing something or do I need something else turned on to see it?
|
|
|
|
||
|
#8
|
||
|
"tweak 'til it squeaks"
|
Quote:
I've seen it missing from the "homepage layout" in the past a few times, don't know why.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#9
|
|
|
Big grins
|
Thanks that brought it up. I think I know what I was supposed to click. When I went back to the homepage layout menu, "default" was checked. After toggling that my gallery box turned off then on. I guess default serves the same purpose...?
Thanks again! |
|
|
|
|
#10
|
||
|
"tweak 'til it squeaks"
|
Quote:
<li><a href="/Portraits" title="">Your Portraits</a></li> Add this to the top of your header above the menu. <div id="my_banner"></div>
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#11
|
|
|
"tweak 'til it squeaks"
|
Center menu, minimize until it doesn't wrap to two lines.
Code:
/* style the outer div to give it width */
.menu {
z-index:99;
margin: 0 auto 20px; /* top R/L bottom */
position:relative; /* Make the container moveable */
width:735px; /* Main bar total width, minimize to center */
}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
|
#12
|
||
|
Big grins
|
Quote:
I'm thinking I might do something a bit more simple Similar to this: http://www.shawnkrausphoto.com/ with just a small logo and a nav bar on the same line separated with a divider... now I just have to figure that out... wow... |
|
|
|
||
|
#13
|
||
|
"tweak 'til it squeaks"
|
Quote:
.homepage #my_banner {display: none;}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
| Tell The World! | |
| Tags | |
| code , customize , new page , slideshow | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| is the gallery description html only or does css work too? | colorq | SmugMug Customization | 4 | Mar-02-2010 09:58 PM | |
| What to do with CSS and HTML validation errors? | Kilroy | SmugMug Customization | 2 | Jun-11-2009 01:49 PM | |
| Firebug and Webdeveloper - changing HTML and CSS codes | ChancyRat | SmugMug Customization | 6 | May-25-2009 11:40 AM | |
| Help converting html template to CSS | jh4wvu | SmugMug Customization | 23 | Jun-25-2007 08:12 AM | |
| prints and gifts html and CSS problems | gilbert | SmugMug Customization | 24 | Feb-28-2007 06:31 PM | |
| Thread Tools | |
| Display Modes | |
|
|