- This topic is empty.
-
AuthorPosts
-
August 21, 2013 at 2:18 pm #147753
stevekalin
ParticipantHi,
I’m working with some code that displays different in Chrome vs. IE and FF. My MenuBar works fine in IE and FF, but the others drop the last element and place it off the menubar completely. It ends up below the menubar. I can’t see it, I need another set of eyes on the code.
Please d/l and look:
“www” “mediafire” “com” “/folder/ipbq3psjpz5sp/testing”
Thanks in advance. steve#g2g-enterprise’net
August 21, 2013 at 2:27 pm #147755Paulie_D
MemberI don;t think you will get many takers to download a file from an unknown source.
IF you can provide us with a live link you might have better luck.
August 21, 2013 at 4:31 pm #147759August 21, 2013 at 7:16 pm #147767RjBradlow
ParticipantCheck the default settings of all your test browsers to make sure they are all set at the same font size. 16px
When sizing fonts use the all-star triple play: .pt – .px – .rem – in that order for each class.
Set your body default first:
body{ background-color: #000; background-image: url(background.png); background-repeat: repeat; background-attachment: fixed; color: #F0F0F0; font-size: 12pt; font-size: 16px; font-size: 1.000rem; text-shadow: 1px 1px 3px #000; text-shadow: 0.1em 0.1em 0.2em #000; }
August 22, 2013 at 9:33 am #147836stevekalin
ParticipantHi RJ,
Thanks for the response, but I’m not seeing how these affect the menubar
The source code is visible at Mediafire: source files
And a mock-up view is at: mock-up
Thanks, Steve
August 22, 2013 at 10:29 am #147837Paulie_D
MemberI repeat
I don;t think you will get many takers to download a file from an unknown source.
If you can provide us with a live link you might have better luck.
August 22, 2013 at 10:44 am #147843stevekalin
ParticipantUnderstand your concerns… Mediafire is just a repository, and the files are just .css and .php files.
They are listed by individual file name– ie: sc-style.css or setup.php– you can d/l only the piece that pertains to the problem– those two mentioned.
There’s no need to d/l anything you think suspicious, there are no exec’s or scripts anywhere. I wouldn’t do that or ask for help with malicious intent.
Thanks for your response.
Steve
August 23, 2013 at 4:53 am #147919Senff
ParticipantIf you want people to help out, you should make it as easy as possible for them. Not many people will want to download files, install/configure them on their own machine, before they can check into the problem.
Set up a site where the problem occurs so people can check that out, or create a use case in Codepen.
It’s not just a security issue, it’s just usually not a good idea to ask people to jump through hoops before they will be able to help you.
August 23, 2013 at 8:38 am #147950stevekalin
ParticipantSenff and all,
Thank you for the advice on proper forum use. I have received the correction necessary from a different forum; but thank you all for reading my post and responding.
Steve
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.