I'm using jQuery to display a Twitter feed on my website. I would like to be able to parse out the user's profile image, which is passed in a "media:content" or "google:image" elements. I've tried things like this:
author = $('item', xml).find('google:image').eq(0).text();
author = $('item'...
Yep, that's the default behavior. Is there a way to override it so that both the top-level and nested list items are both 0.8em? I need to add a statement like the following to my CSS, but don't know what code will do it:
ul li ul li { stop-inheriting-code-here }
"font-size:inherit" works...
Hi, all,
I'm having issues with some nested list tags. I've set the font for each <li> element to 0.8em. When I nest the list tags, as shown below, the nested text shows up really small (0.64em, I'm assuming). How do I stop this? Any advice would be appreciated.
Misty
Stylesheet...
We are using basic FrontPage source control though web server extensions.
Ultimately, to fix the problem, I turned off source control and turned it back on again. It checked in the files that were behaving oddly, and everything worked after that.
Misty
When I'm logged in under my account (Misty), a couple of files are checked out (a green check mark is shown next to them). However, when I try to save them or check them in, I am given a "Server error: [page] is checked out by Misty".
I've tried restarting IIS and rebooting the webserver. I...
Double clicking on the top bar of the panel brought it back. Something must have been out of whack before I rebooted, as when I double clicked before it kept bringing me to the "About Photoshop" screen. But all's well that ends well.
Misty
I'm using Photoshop 6.0 and all the icons from my tools window (panel?) have disappeared. The rectangular Photoshop eye image is appearing at the top of the panel, but none of the icons (e.g., lasso, paint bucket) are appearing. I've tried hiding/unhiding the panel, resetting all the tool...
Hi,
I figured this out.
The first line after <body> was
<script type="text/javascript">mmLoadMenus();</script>
I moved this inside a div, and the extra top margin disappeared.
Misty
Hi, all,
I am trying to get the body margin to be 0px for my page, but in Opera 7, the top margin is about 15px or so. The page looks fine in IE, Netscape, and Firefox.
I have set the margin and padding to 0, as shown below:
html {
margin:0px;
padding:0px;
height:100%;
}
body {...
Thanks so much for your help. I took out the absolute positioning and I'm getting a lot closer:
http://www.eccentrix.com/members/mistyjgarrick/cgisite/non_absolute.html
However, some new issues have popped up:
* The curve image behind E-Quote and Login is in a layer which is floated to the...
Hi,
I'm almost done with my layout, but I can't figure out one thing. On the following page, I want the red "e-quote" button in the right column to fall below the "News & Events" box.
http://www.eccentrix.com/members/mistyjgarrick/cgisite/index_xhtml.html
I've played around with putting it...
I need to run the query in ASP (which uses VBScript) on a web page. I can get the results I want by running the two queries from the FoxPro command line, but not when I try to run it in ASP.
Misty
Hi, Mike,
I tried this, but I'm still getting the same ASP error:
-2147217865ASP Code=
Number=-2147217865
Source=
Filename=/admin/Other/login_reports.asp
Description=[Microsoft][ODBC Visual FoxPro Driver]File '#temp_logintrack.dbf' does not exist.
I tried several variations, like:
qry1 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.