HTML - Change Indents In <li>
I am working on a Table of Contents generator. All is working as it should, however, I am using nested <ul>s for the TOC and the default indenting is way too much for my purposes. I am currently using:
<ul style="margin-left:-2em"> to get approximately what I need. This works on IE9 and the latest FireFox. It does Not get the desired effect in my development environment (Visual Studio). In the dev env, the entries slide too far to the left - almost off the page. Since VS is using an older (somewhat modified) version of the IE API, I fear that my TOC will look like garbage on at least some other browsers. I am looking for any suggestions to get the desired effect on all likely browsers. In fact, a suggestion that says - "here is a nice free TOC generator with a Windows API" would be just great. Similar Tutorialshi; i want to create something like this http://www.microsoft.com/en/us/default.aspx need to do exactly as in this site how can i do that.... ; any script (when mouse is over needs to change the iframe....) Highlights Latest releases Using your computer Hey, I wanna know how to change a URL in a Popup and what I need to do. say I have a website domain name "mrcrans.com" and I made a popup it would show "mrcrans.com" is there a way I can make it so it says another url? thanks Hello, I have a quicktime that I turn into a flash file then into an swf for our website. It plays out beautifully except I have two problems, I need it to link to another page when clicked and I need the mouse to change to the hand icon when hovering over it. I as able to figure out the link part for most browsers except Internet Explorer. Any advice on how to get the icon to change for an swf file and hopefully think link for internet explorer. thanks for your time kevin Is there any type of tool that will help me change tables to divs. I have found a template I like but it uses tables. Since I do not know much about tables it is confusing. Or lacking a program that will help me maybe someone would explain it to me. Is there a tuterail that will help me. If I am right I should be able to get all this stuff into css. heres the first table. mother of the bride dress discount wedding dress mother of the groom dress Hi all! I have two <select>, and, depending on what the user selects in the first one changes the options in the second. For example is the 1st <select> is HONDA, the 2nd <select> will automatically become a list of: ACCORD, CIVIC, etc. But it the 1st is FORD, the 2nd automatically has a list of F-150, MUSTANG, etc -- when the user views it. Is this done in just HTML or do I need a different scripting? If so, would you tell me where I should look? Much appreciated! Hi: This morning I changed an old image on my website to a NEW image. No names were changed in my Main Page. Still the same old src=etc, etc However, after 20 minutes, the *old* image is still displaying. Even though I only have the *new* image on my apache Webserver !! *Who* keeps this old image and where do they keep it ? I'm very puzzled ! Can anyone explain this please ? Thank you. -Mel Smith This is kind of hard to explain so I hope you stay with me. I have a site and everytime you navigate to a page everything is loaded. The same images the same background everything. So I firgured to help save the load time of pages I would make a frameset. Since the Only thing the on my site that changes is one layer with new text. Unfortunately, the frameset won't work. I use hidden layers as a drop down navigation for a few buttons when you hover over them. So if I were to use a framset the layer would then drop down but the mainframe would cover up the drop down navigation (which is a layer). I tried figuring out to get a layer to show up over all frames but I had no luck. I also messed around with z index but that still didnt work. So my question is... is it possible to get a layer to change but not the entire page? Here is the site, www.griffithband.com If you look you will see that layer17 is the only layer that changes. Is there a way to get that to be the only thing to change when going to a new page rather then the entire page? Layers 31, 30, and 29 are the drop down navigation, and the reason why I cannot use the frameset as they will not show becuase they go underneath the mainframe. I'm in no way very fluent with any coding. I only work on this site and thats it. Thanks in advance. In my website there is an option of font size and when click it will change the font of all the text on that page according to the font the user pick.... how will I do that? Ok, I dont know what its called, but you know that little 16x16 picture that appears before the URL in the address box? That little image that appears next to the lnks in your favorites? How do you change that? Ok, right, so I have some pictures in a table (Question1) and some text (Question2). Question 1 Is there a way of having a loading picture before the original image shows up? Question 2 Is there a way of having a loading picture before the text shows? This is only 'cause i would like some text that 'kinda looks like it's loading first, or a delay. I have an 'Agree' box on my website so that when people enter, they have to agree to certain terms first. Is there a way of having a checkbox underneath saying 'Do not show me this page again.' and when they select that, it stores a cookie or something so that they don't see the page again? The site: http://www.tc-ua.piczo.com/ Give me your comments and ideas. Thanks; ToshNeox hi all how do i change color for this code its for php tags Code: echo 'Not bad, you scored average'; i want it to be red thanks I have a drop down box with a few items that can be selected. <select name="id_products" id="id_products"> <option value="CHOOSE ONE">CHOOSE ONE...</option> <option value="Bundle 1">Bundle #1 ($5795)</option> <option value="Bundle 2">Bundle #2 ($5495)</option> <option value="Bundle 3">Bundle #3 ($5295)</option> </select> When an item is selected and the Submit button is clicked, the form POSTS to FormMail.php which sends me an email with the value of "id_products". What I want to do is to expand on what the "Bundles" are before sending by email. For example, if "Bundle 2" is selected, then "id_products" equals "Bundle 2". I want to check what "id_products" is before sending this off to the FormMail.php and change it to something more descriptive, like: If id_products = "Bundle 2" then id_products = "Mustang $495 Pinto $23 Chevy $1200" So instead of receiving for id_products "Bundle 2" by email, I get... Mustang $495 Pinto $23 Chevy $1200 ... instead. Can this be done? Thanks. Webbiz I don't if this is HTML, but if anyone knows the answers could you please help me. Okay, this are two codes: the facebook share box so people could share my blog's post on their facebook, and the other one is a twitter tweet code. The problem is that I am trying to make the twitter tweet button to show up at the front of the facebook share box; but it doesn't matter in what order I put the code, the facebook share box is always showinh up before the twitter tweet button. Does any one knows how to solve this problem? This is the facebook share box code: Quote: <a name="fb_share" type="box_count" share_url="<?php the_permalink() ?>" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script> and this is the code for twitter tweet: Quote: <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> <a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink(); ?>" data-via="" data-text="<?php the_title(); ?>" data-count="vertical">Tweet</a> No if I put this two codes together like this, you can see that I put the twitter code first and then the facebook code, so the tweet button should should up first and then the facebook code. But for some reason, it doesn't matter what code I put first, the facebok share box keeps showing up in front of the tweet button. Quote: <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> <a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink(); ?>" data-via="" data-text="<?php the_title(); ?>" data-count="vertical">Tweet</a><script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> <a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink(); ?>" data-via="" data-text="<?php the_title(); ?>" data-count="vertical">Tweet</a> Thanks in advance to anyone who tries to help me. Yeah so I'm probably doing something incredibly stupid and I've just been staring at this for too long and can't see it... Go to: http://test.rent2ownsb.com/south_ben...properties.php There, under Additional Options for the properties you will see links. All I want to do is change the link color to black. That whole thing is inside a div class .property-middle So I have a css rule .property a to color black (it's near the end in my stylesheet, http://test.rent2ownsb.com/css/style.css) SO WHY IN THE WORLD ISN'T IT TURNING BLACK??? Thank you in advance for recovering my sanity. I am doing a little updating on one of my sites, and I found a nice template to work with. The problem I have with it is, it is a jpeg and when I view it with the broswer the little save-print-view icon pops up and looks like junk. Is there any way to disable the {template?} or whatever so that it works without this happining? Thanks, Majik I was wondering if it was possible to have photos on a page, automatically change to a different photo, say every 5 seconds, to add a bit of variety to a page... but I have no idea where to start. Can anyone help? Hi there, After moving some webpages around with Expression Web, all my HTML is now on one line for each page! Is there a tool, website or some way of changing all the text back to something like: <tag> content </tag> <another tag> something else </you get the idea...> Thanks! Hi guys..i have 1 table which is background color is black. I also have link <a></a> inside that table. Once user click the link, it will change the table background color to red. Then when user click the link again,the color willl change to default color,black. i have no idea how to do that. any help? How do I change the font type for a whole page? Heya.. Plz temme how 2 chaNge the color of any link...lik if link color iz blue n i wnt to change it in red color..! In between tis link i want to add the code that change the color-- $html .= '<a href="'.$this->link('view',$question->id).'">Q)'.$question->question.'</a>'; 2 ezy is tis 4 u guys na Tc! |