Internal Stylesheet NOT Linking -...

User 122279 Photo


Senior Advisor
14,646 posts
Online Now

Yeah, I also saw those, David...
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 122279 Photo


Senior Advisor
14,646 posts
Online Now

UnclePlusMax wrote:
Hello Inger, thank you for your time I appreciate any feedback. I'm not too familiar with css as of yet. I think it could be putting too many classes and id's together like you said.Which of these two would you recommend using for multiple use? Or should I try and narrow as many id's and classes as possible ( logical ), but will take some time learning ;)
Multiple Use=
#div1
#div2
#div3
or
.class1
.class2
.class3


The idea is to use as little css code as possible to make the css file load fast. If you have something that occurs several times on a page, then definitely a class, and if those occurences are supposed to look the same, reuse one class instead of creating another.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2924428 Photo


Registered User
1,718 posts

Ok sorry guy's, sometimes I code fast and try to use <body> tags like <br> in the header section which I shouldn't do, I went ahead and made some graphics for the menu and went horizontal on the menu. I am going to try and use as little css next time to get the theme i'm going for. I'll remove the <br>'s thank you David and Inger :)
User 122279 Photo


Senior Advisor
14,646 posts
Online Now

Well, got some time after all, and I think I have sorted your problems. I have deleted masses of redundant code from your css and have rewritten the menu in the rightcontainerBox. I also made some minor changes to the html file.

I added a bit of text formatting for good measure ;) but if you don't like it, of course go ahead and change it.

It is always a good idea to have a menu created as an unordered list and then style the various elements to your liking.
Attachments:
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2924428 Photo


Registered User
1,718 posts

Whoa!! Thank you very much Inger, I can't express how happy I am right now!! Thank you!!:cool::cool:
User 2924428 Photo


Registered User
1,718 posts

Uh oh, ran into a problem Inger :(, the menu is in the lower right hand corner of the site, check it out at.. www.fendwebcrew.com i'll look at it again but the menu is awesome thank you!!
User 122279 Photo


Senior Advisor
14,646 posts
Online Now

I would have to download your files again and compare them to the ones I have edited, because here the right menu is displaying 40% from the top, as you have written in the css file.

It's nearly 0130 here now, so that will have to wait until tomorrow.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2924428 Photo


Registered User
1,718 posts

Hey sounds good for me Inger, take as much time as needed, would you like me to zip up all of my files? I just wanted to show you one pic, where it's not highlighting the code quotations as if the files aren't there..
Attachments:
User 122279 Photo


Senior Advisor
14,646 posts
Online Now

Here we go again...

The reason why you didn't get the menu corrct was that you hadn't edited your css file. Now use mine, then it should work.

The visited button background doesn't show up, and that is because that ability has been discontinued for security reasons. In IE you can still have a colour background show up, but not a button. In Ffx neither is possible any more, not in Chrome either, I think. You can read about it here:
http://hacks.mozilla.org/2010/03/privac … -vistited/
Attachments:
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2924428 Photo


Registered User
1,718 posts

Oh ok that makes sense, I'm going to go with some CoffeeCup buttons for my menu, see if that works better for me :), thanks for cleaning up my code Inger, it always looked messy to me but I couldn't figure it out why.. thanks so much!! :D

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.