warnew
-
Forrst help for a new member
I'm in! Thank you all, thanks @joshuanhibbert!
-
Forrst help for a new member
@joshuanhibbert : I just did that. Only 1 more to go!
-
fb-root conflict between facebook comments and facebook like button
Have you tried to remove just the div? It has an id of fb-root, so there should be just the one.
-
Dynamic Page with external source
First: including a variable directly from the user is a HUGE security hole. Second: javascript has a security feature in it, so you cannot access content from contents other than your own. There are some workarounds, you can google them. You can us…
-
Layout feedback
+1 regarding the fading image+ detailed background also, when fading, you could close the info popup in ff 3.6 and ubuntu i cannot see the yellow corners nor the yellow bg of the logo
-
Forrst help for a new member
I'm also waiting for votes, if anyone could help... http://forrst.com/i/CP7
-
overlay over flash
I do use the z-index... This is the CSS for the overlay (js changes the visibility) #overlay { background-image : url(/images/design/overlay.png); } #overlayContent, .overlay_hidden { width : 400px; background-color …
-
Opera cut and missing background in IE
here is the goal: http://multejjel.hu/multejjel.jpg and there is a link to the site in the original post, but again: http://multejjel.hu
-
browser independence (ie fix)
So ie did not picked up the correct heights for ul#nav and div#main-in, adding 'height: 100%' to the css solved the problem.
-
Digital Download - Unique link
Yeah, that makes sense, but with plain html/css you can't solve that problem. You should consider using some open-source stuff for this/write your own solution/hire a freelancer to write it for you.
-
Digital Download - Unique link
What's the question? What's the envrionment you are using?
-
floated divs sometimes doesn't fit
i don't really see the connection, but it seem's to work, so wo cares ;) (i used to use the display: table; to avoid the parent div's collapse with only floating elements.) thanks