Weird aptana highlights. What do they mean? - aptana

I was wondering what the highlights in the source code meant in aptana. I asked all my friends and none seem to figure it out.
They are shades of gray in front of lines that do not seem to follow any rules. Please note that line 4 is just the line cursor is on.
I have attached a screenshot to exemplify it.
Thanks.

Go to Window->Preferences->Aptana Studio->Themes, find the embedded source line, and adjust its background so that it matches the other lines.

Related

R Knitr functionalities missing

On the following image, we can see the three buttons on the far right.
On the link below, the three buttons on the far right disappear.
Could you help me solve this issue?

weird css-issue in Firefox, goes away when inspecting element

on a site I built I have a strange issue.
Until recently a specific menu was working like I expected.
But today I saw there goes something wrong on Firefox for Mac now.
I checked the site Safari and Chrome for Mac, an no problem there.
The weird thing that happens is that the links in the menu drop out of sight, except the one page that has childpages (which are not shown in this menubar).
So I think: I will use the 'inspect element' to see if I can find the problem. But the second I inspect an element the menubar looks like it should. I close the inspector and it is back to trouble again.
Any tips or insights would be helpful!
The site is http://www.wij30.nl
Okay, I fixed it, well actually I found a work-around.
The point was not that the only link that was shown was one that had child-pages. It was the one link that consisted of more than one word. And for some obscure reason it broke into 2 lines in Firefox38 for Mac. ("over WIJ" in the first line and "3.0" in the second line). Moving all the items that contained only one word down the line.
Adding some none-breaking spaces in the menu label fixed the problem for now.
But like I said: really a work-around not really a problem-solver.
If someone can tell me why Firefox38 for Mac made this happen: please tell. Thanks!

css only works dependant on order

I have this navigation that only appears on smartphones. For testing purpose you can see a desktop version here: http://dknytkom.dk/forside/
I am trying to replace the anchors "menu" and "Søg" with icons using background image. But for some reason the styling rules only affects one of either. If I switch the order of the css command lines, I get to select the other.
I've tried using attributes, like a[href="..."]; I've tried using a:nth-child(...), and finally given them an id each but to no avail.
Anyone got a clue?
first of all we appreciate if you post the css selector code that apply to just one of them.
second as i understand your path to the picture has problem, correct it and then tell us what was the result.
if you have problem with selector use a very specific one like these two:
for first one use : a#menu-knap.counter
for second you can use a#soege-knap.counter
Sorry for the inconvenience. I remove some css comment around the statements, and yup, it worked.

CSS position between Win / Linux / Mac Logo Position

i've a little bit trouble to fix one thing, may you could help me out with it?
I try to make Chrome/Firefox works with a Logo sliding problem. You can see here the first pci is how does it looks like in win with chrome or firefox. IE looks normal like the second pic.
What did i wrong in the code? many thanks in advance.
http://abload.de/img/bildschirmfoto2013-067oqb8.png
http://abload.de/img/bildschirmfoto2013-06u6rho.png
I can't tell you unless I see the CSS. Post the css on something like pastbin.com or if it isn't real long then add it to your question and then you are likely to get some answers, but I can't tell you what is wrong with your CSS from a picture of the results. Too many possibilities.
Now I'm wishing I had asked for a demonstration instead. Am I correct in thinking that the text is part of a horizontal menu and the logo is completely separate and not contained by the text container at all? If this is the case and the image looks and behaves like you want then perhaps it is the menu that needs tweaking to get it to match up correctly. At first I was thinking this was something like a div containing text and an image or having an image as a background.
If you could go ahead and post a link to a page or a pastebin or something that has the html and the css for the menu and the logo together then I'll try it out myself and see if I can find the solution. Someone else may already see it, but I'm still not seeing the clear picture of your situation or a resolution to your problem yet.

drupal - problem with quicktabs

Hello
I have quite a strange problem using quicktabs. I used the framework theme to develop a custom look for my site. I used quicktabs in the center content area to create a tabbed look for placing links within the body. Everything is working fine. However, when I view the site in IE8 at a resolution if 1024*768, I have trouble with a few links. It seems that sometimes the first link under my buttons are difficult to click. The link is there - I can actually click it, but it is very difficult to locate - it only appears at the very beginning of the link text - it is not the first letter, it seems to be only the first pixel.
I looked at the source and everything seems to be correct - I can't figure out what could be wrong.
Has anyone seen any similar behavior that might be able to point me in the right direction for a fix for this?
Thanks for any thoughts.
Edit - I looked further into it and I think it has something to do with my CSS. I disabled css in ie8, and every link is clickable, even the ones that were difficult to locate earlier. I guess there must be an overlapping of containers or something, so I will have to start messing around with those files.
It sounds like a CSS thing, have you inspected the elements in question using the developer tools (press F12) to see whats going on?
I found the solution. In the style.css file for my theme, the .block had position: relative; applied to it. removing that bit of themeing appears to have fixed the link issue.
Thanks

Resources