CSS Issue
- Started
- Last post
- 8 Responses
- ********
I had someone recently poking around in my site to assist with adding a fun project questionnaire to it. We never ended up getting that done, because the guy had a family issue come up and has been MIA ever since.
That said, I just noticed today that the drop-down menu on my site is not jacked up when you open it. Also, the icons at the mini icons at the bottom of the page are all underlined now, which is also a new issue: http://www.dylanmullins.com/
Anyone have an idea what's going on here? I'm having trouble finding the issue causing this problems. Site looks good in Firefox, but is jacked up in Safari and Chrome.
Thanks in advance!
- spot130
I don't know what you mean by "jacked up" but I'd suggest you install Firebug and start playing with your CSS until you find the problem. I took a quick look but there are a lot of "!important;" styles in your CSS so it could take a while to sift through.
- dibec0
replace in style.css, for icon underline issue.
a {
color:#666666;
}with
a {
color:#666666;
text-decoration:none;
}The other problem is related to a rendering issue. Someone has to sit down and shift the css/js. There is a conflict being caused. I would recommend to hire someone, or go with another option. Should take a couple hours max.
- Just know, this will remove all underlines for the site. You may have to class define if you want the bottom icons only to be changed.dibec
- +1silentpost
- doh, you're right about the icons. noob move. i thought i had the class in there already but didnt.********
- ********0
- sigg0
way to go!
- ********0
I'm convinced now that this is a Safari-specific issue for the newest version of Safari recently released. My guy finally got back to me and said he actually never touched any of the code, and I know he wouldn't lie to me.
Any ideas on the drop-down menus? The drop-down seems to be messed up in general, but especially so on pages with Vimeo embeds. I already tried assigning new classes/id's to the Vimeo embed div's.
Kind of pulling my hair out over here because I just sent out my stuff to a few places for jobs.
- I'm on Safari 5.1, and I have a buddy on a 4.xx version who doesn't see the problems.********
- I'm on Safari 5.1, and I have a buddy on a 4.xx version who doesn't see the problems.
- ESKEMA0
Safari has some issues updating cached stuff, lots of times I'm doing things and have to view in Chrome / Firefox because Safari is still displaying cached stuff even after emptying it.
Did you ran into it on another computer beside your own?- The same thing happens to me with Safari and Firefox. Weird.Jaline
- ********0
I've checked the drop-down issues across five computers now. The site works as intended in every browser except Safari 5.1+
Chrome, Firefox, IE7+ and Safari 4.xx and lower all look fine. For some reason it's just Safari 5.0+ that it's broken in.
- ********0
Bump?