egalegal
-
Jquery selecting all selectors but not $(this)
ok i found something to get it work. $(\"dt\").click( function(){ $(this).next(\"dd\").slideToggle().siblings(\"dd\").slideUp(); }); but another question, it flashes/flickers/jump on a click and before it sl…
-
Put an Image behind every link (Solved)
wow, thanks a lot iopet exactly what i'm looking for. problem solved
-
Put an Image behind every link (Solved)
ok, sorry i don't mean as an backgroundimage, but after every link. like this: www.someadress.com (picture) thanks
-
Weird CSS problem with background img in IE (Solved)
hi, maybe you can't help on this, but why is, after resetting everything, the menu (hover to see it) yet in firefox some pixels away from the white area, than in IE ? http://www.sadsunray.de/test/hld and another question, can I provide differe…
-
Weird CSS problem with background img in IE (Solved)
hi, again big thanks for what you've done and explaining it to me. I thought, when we reset the margin and padding in the html and body tags, it also rest it in all other tags afterwards. Didn't know, that is like a div and have a stand…
-
Weird CSS problem with background img in IE (Solved)
you are absolutely right, but do a little training, to understand all this CSS stuff is also good. first: this is just demonstration, the menu isn't in the desired place yet. now I've got the next problem coming up. look at the site agai…
-
Weird CSS problem with background img in IE (Solved)
Yeah, i actually tried to make a really small and tiny webpage with small bytes. So i thought if I do all graphics with CSS, the whole page gets smaller. Just have to load the shadows then. But seems its not that easy, I thought.
-
Weird CSS problem with background img in IE (Solved)
rob, you are my hero and the solution is so easy, i wouldn't get to it. really great, just put the white and green area in the background. genius thanks, when there are another problems i will turn to you, if its ok with you?
-
Weird CSS problem with background img in IE (Solved)
"Robskiwarrior" said:Well - normally you wouldnt make the shadow separate... do you know what I mean? no, sorry don't know what you try to say. i tried to animate the height of the shadow, work well for the shadow, but then the white…
-
Weird CSS problem with background img in IE (Solved)
hi rob, thanks again. i would like to try something like this http://www.sadsunray.de/test/hld if there is more text than space available, it should expand and show all the text. maybe you can help me again? because now the shadows don't mov…
-
Weird CSS problem with background img in IE (Solved)
they should stay white and green, because i want to try animate the whole rectangle with jQuery. To adapt the size from the content-layer which is transparant. To have some dynamic in it. thanks a lot, really saves me lots of hours searching in for…
-
Weird CSS problem with background img in IE (Solved)
First a BIG THANK YOU for taking the time and correct my files. I noticed I forgot the first lines which makes the whole thing in IE centered. (have to study a little bit, what all these doctypes mean) Thats because the main div has been set to a…
-
Weird CSS problem with background img in IE (Solved)
hi, thanks for the nice welcome. i tried your suggestion. but look what its doing now. (http://www.sadsunray.de/test/hld i have this main div layer, what contains every other div following. marked with the black box, but there are different inter…