|
My First Theme
|
|
02-03-2008, 07:42 PM
(This post was last modified: 02-03-2008 07:43 PM by Mc Cabe.)
Post: #1
|
|||
|
|||
|
My First Theme
So, I thought I might make my first theme after the trouble I had before, and I came up with this concept:
![]() And here is what it looks like: http://www.psparody.com/forum/index.php (Its not my default theme because its not finished, so just change the theme to NITEO) So my main problems are getting the nav bar to look correctly. I am unsure why there are gaps. I also want the image to change to a blue glow when the mouse is hovered over it. I also would like to have the welcome panel like it is on your site, in the top right. Any help is most appreciated. Mc Cabe [url=http://mccabe1991.freeweb7.com/forum/index.php][img]http://img29.picoodle.com/img/img29/4/2/5/f_PSParodysigm_c7294d7.gif[/img][/url] Please feel free to visit my site, PSParody! :D |
|||
|
02-03-2008, 08:40 PM
(This post was last modified: 02-03-2008 08:42 PM by ivgeo.)
Post: #2
|
|||
|
|||
|
RE: My First Theme
1. toplinks problem
In Additional css add/change this if you don't have already Code: .menu li {2. For that you need "hover" pseudo-class You could rewrite your toplinks to something like this Simple Navigation with CSS Image Replacement 3. from what I can see you have done it, welcome block is in the top right of your header. You can edit, so that current time goes above hello there Code: <!-- start: header_welcomeblock_guest -->Code: <!-- start: header_welcomeblock_guest -->"Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
02-03-2008, 09:46 PM
Post: #3
|
|||
|
|||
|
RE: My First Theme
Sweet! thanks for all that IV Geo
![]() I will try some of that stuff now thanks [url=http://mccabe1991.freeweb7.com/forum/index.php][img]http://img29.picoodle.com/img/img29/4/2/5/f_PSParodysigm_c7294d7.gif[/img][/url] Please feel free to visit my site, PSParody! :D |
|||
|
02-03-2008, 09:48 PM
Post: #4
|
|||
|
|||
|
RE: My First Theme
Very nice.
I like the layout of the preview, sadly I couldn't see your live board because it has a MySQL error: 1040. (too many connections) Although keep it up! ~Joey |
|||
|
03-03-2008, 09:39 PM
(This post was last modified: 03-03-2008 09:39 PM by Mc Cabe.)
Post: #5
|
|||
|
|||
|
RE: My First Theme
Ahhh!! I need help IV Geo. I managed to put all the text in the top right
but the CSS menu is too tricky . I tried the first tut you posted and it didnt work . Could you give me any more clues as to what i put in the CSS box at the bottom. I have made the one big image.Any help is much appreciated! Mc Cabe p.s Im going mental over the menu arrghh!! [url=http://mccabe1991.freeweb7.com/forum/index.php][img]http://img29.picoodle.com/img/img29/4/2/5/f_PSParodysigm_c7294d7.gif[/img][/url] Please feel free to visit my site, PSParody! :D |
|||
|
04-03-2008, 09:06 AM
Post: #6
|
|||
|
|||
|
RE: My First Theme
Can you post your code for the navigation menu. And images you want to use...
"Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
04-03-2008, 10:00 AM
Post: #7
|
|||
|
|||
|
RE: My First Theme
the nav bar im using is attached:
as for the code I will show you later the two attempts that I tried, but for now I have to go to school . However, if you could show me the CSS I would put for just one item in a list that would be great.thanks ![]() Mc Cabe [url=http://mccabe1991.freeweb7.com/forum/index.php][img]http://img29.picoodle.com/img/img29/4/2/5/f_PSParodysigm_c7294d7.gif[/img][/url] Please feel free to visit my site, PSParody! :D |
|||
|
04-03-2008, 01:59 PM
Post: #8
|
|||
|
|||
|
RE: My First Theme
something like this could work
HTML Code: <div id="main-nav">Code: #main-nav {"Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
04-03-2008, 08:52 PM
Post: #9
|
|||
|
|||
|
RE: My First Theme
woah WOW! you did it for me THANKS!
![]() seems to have a few bugs though. The hover links work though. I will try to fix myself.... http://www.psparody.com/forum/index.php [url=http://mccabe1991.freeweb7.com/forum/index.php][img]http://img29.picoodle.com/img/img29/4/2/5/f_PSParodysigm_c7294d7.gif[/img][/url] Please feel free to visit my site, PSParody! :D |
|||
|
04-03-2008, 10:00 PM
(This post was last modified: 04-03-2008 10:01 PM by ivgeo.)
Post: #10
|
|||
|
|||
|
RE: My First Theme
What bugs?
I tested it and it worked fine. working example attached at the bottom of this post put those 3 files in the same folder, and run menu.html "Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
« Next Oldest | Next Newest »
|




![[Image: f_psparodym_1b13476.png]](http://img31.picoodle.com/img/img31/4/3/2/f_psparodym_1b13476.png)




but the CSS menu is too tricky
. I tried the first tut you posted and it didnt work