Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Subs fixes (from http://www.elkarte.net/index.php?topic=475.0) #596

Closed
wants to merge 1 commit into from
Closed

Conversation

IchBin
Copy link
Contributor

@IchBin IchBin commented Jun 29, 2013


Line 1255: Add wmode transparent to flash embed code.
This stops embedded flash hiding any drop menus.
Google "flash hides drop menus" if you want to check it out.

Line 1296+: Change glow tag to W3C only. Also changed offset and blur radius
so it is now different to the shadow tag (was the same).
Note that the new code as echoed to the browser isn't quite right.
Still needs tweaking by someone who knows funny sources stuff.
Echoes (glow=red,2,300) by default. Should just echo (glow=red).

Line 1463+: Dropped superfluous divs from quote tags.
Line 1532+: Change shadow tag to W3C only.
Line 1803: Comment for @todo list.
Line 2065+: More comments for @todo. Worthwhile ideas, IMO.
Line 3165: Another @todo, re existing inline CSS for copyright.
Line 3205+: Notes for more @todo stuff (lotsa deprecated shiz).
Line 3296: Just another @todo for something which would be handy.
Signed-off-by:ichbin ichbin@ichbin.us

--------------------------------------------------------------------
Line 1255:		Add wmode transparent to flash embed code.
				This stops embedded flash hiding any drop menus.
				Google "flash hides drop menus" if you want to check it out.

Line 1296+:		Change glow tag to W3C only. Also changed offset and blur radius
				so it is now different to the shadow tag (was the same).
				Note that the new code as echoed to the browser isn't quite right.
				Still needs tweaking by someone who knows funny sources stuff.
				Echoes (glow=red,2,300) by default. Should just echo (glow=red).

Line 1463+:		Dropped superfluous divs from quote tags.
Line 1532+:		Change shadow tag to W3C only.
Line 1803:		Comment for @todo list.
Line 2065+:		More comments for @todo. Worthwhile ideas, IMO.
Line 3165:		Another @todo, re existing inline CSS for copyright.
Line 3205+:		Notes for more @todo stuff (lotsa deprecated shiz).
Line 3296:		Just another @todo for something which would be handy. 
Signed-off-by:ichbin <ichbin@ichbin.us>
@StealthWombat
Copy link
Contributor

Just to save possible confusion, I made a typo in the readme. That last addition is actually on Line 3926. Not worth amending the PR for it. Just thought I'd let people know. 😄

@@ -17,7 +17,7 @@
*
*/

if (!defined('ELK'))
if (!defined('ELKARTE'))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

attention ;) Seems the file was based on an earlier version.

@norv
Copy link
Contributor

norv commented Jun 29, 2013

Thank you!
I merged it as 075c90c

@norv norv closed this Jun 29, 2013
@StealthWombat
Copy link
Contributor

Ignore that last one. I seem to have gone and commented in the wrong place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants