LaurelBrittany
-
Flash - Timer
I got it working package { import flash.display.MovieClip; import flash.events.TimerEvent; import flash.utils.Timer; public class MainTimer extends MovieClip { // Init vars for class private var currentMin:int; private var currentSec:int…
-
Div Issue
Finally fixed this . . . The Cannot be placed inside of this No newer/older posts That was the problem.
-
Div Issue
http://theavocadogirl.com/2013/02/mock-refried-beans/ If you look at firebug it is now inside of the wrapper but it isn't showing up next to the content.
-
Div Issue
What is the point of loading the sidebar if you already have it loaded like you do in your example?
-
Div Issue
The pin is not what my pages look like. They are in separate files. I simply put them into one pin for convenience. Honestly, I think it is easy to check for the divs one it is in one file.
-
Div Issue
Can someone show me what I can change to make this page work? I'm not understanding what needs to be changed to get the wanted result.
-
Div Issue
I thought it related more to php. Stop commenting on my posts please. There is no rule that says that I cannot post in multiple threads.
-
[Closed] Getting Divs to Work For Sidebar
If you have no experience with php dynamically generated pages or wordpress there is no point in trying to figure those out. You have merely stated the obvious.
-
[Closed] Getting Divs to Work For Sidebar
The recipe page is the same as every other page. And it is identical to the single page. This is a very simple design. If you can't figure out what is wrong with those pages stop commenting. I know what the problem is. I want to know why it is …
-
[Closed] Getting Divs to Work For Sidebar
The template is identical. I posted the code up above if you care to look at it and help.
-
[Closed] Getting Divs to Work For Sidebar
No, the single page is not working. http://theavocadogirl.com/2013/02/mock-refried-beans/
-
[Closed] Getting Divs to Work For Sidebar
Can you send me the code for what you did that apparently works?
-
[Closed] Getting Divs to Work For Sidebar
If you look at the code you can clearly see that the sidebar is not inside of the content div.
-
[Closed] Getting Divs to Work For Sidebar
Oddly enough, your original comment fixed the home page.
-
[Closed] Getting Divs to Work For Sidebar
I know what it should look like. But it isn't working when i make it that way.
-
[Closed] Getting Divs to Work For Sidebar
I got the index page using what you said Paulie. But it destroys the single page.
-
[Closed] Getting Divs to Work For Sidebar
Why would I take the sidebar div outside of the wrapper div?
-
[Closed] Getting Divs to Work For Sidebar
This is the single page: The Avocado Girl
-
Drop Down Menu
That works great! Now how do I get it to work with the sub menu items? They automatically display.
-
Tumblr Secondary Page Customization
Thank you for the URL, awesomeness!!
-
@Font-Face Not Working on Tumblr for Firefox
I cannot store Font Files on Tumblr. However, I guess I could have linked to an external stylesheet on my server.
-
@Font-Face Not Working on Tumblr for Firefox
Oops, now it doesn't work for IE. Used a combo of the code above and Google :D.
-
@Font-Face Not Working on Tumblr for Firefox
Google Web Fonts work fine! I'm going to stick with that. It's probably better to load fonts from them than from my server for a tumblr theme anyway. Thanks!
-
@Font-Face Not Working on Tumblr for Firefox
Aa, in one of my web design classes I learned that single word fonts do not need quotations. Although this might not apply to externally loaded fonts. As for HTML errors there were two that I have control over. I didn't close a list item a…
-
@Font-Face Not Working on Tumblr for Firefox
Will do. Why does it need to be "Calliehand" ? I thought that single word fonts don't need quotation marks. I tried a font from font squirrel a little while ago and I had the same problem.
-
@Font Looks Bad In WebKit Browsers
I thought so too. I tried that and it didn't fix my problem :/.
-
@Font Looks Bad In WebKit Browsers
Nevermind, this worked like a charm @media screen and (-webkit-min-device-pixel-ratio:0) { h1 { font-family: Arial, Verdana, San-Serif; } }