Jump to content

Err

Members
  • Posts

    1,009
  • Joined

  • Last visited

Everything posted by Err

  1. I thought it was either:table {margin-left: auto; margin-right: auto;} or table {margin: 0 auto;} ????
  2. Based on your code there are a couple of things you can do for this. Firstly lets make one vital correction in your html: <td class="compare_subjects" colspan="10"><img src="../images/comparison_category.gif"</td></tr> <img src="../images/comparison_category.gif" doesn't have a ending ">" symbol. Lets add it on there. so that it looks like this: <td class="compare_subjects" colspan="10"><img src="../images/comparison_category.gif"></td></tr> Check your page. If that fixed your problem then hurray! If not then try to sneak 1px of padding just for IE. <!--[if lte IE 6]><style type="text/css">.compare_subjects {padding-left: 1px;}</style><![endif]--> Stick that in between your <head> and </head> tags. If necessary you can add more pixels just by changing the 1 on 1px to 2 or more. Hoped that helped.
  3. Err

    divs

    It would work best if you changed the float: right; to float: left;.
  4. I think he was talking about the navigation. I also see it missed up in Firefox. #smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6 {font-size:10px;color:#FFFFFF;background-color:#000000;position:absolute;width: 750px;left: 4px;} Try that CSS code. You have your position to absolute and are displaying the content you're using in dd ul and li tags, perhaps that's what is throwing you off. I added left: 4px; to you CSS code above, try it see if that helps out.
  5. If I wasn't so sure you were an acutal person I would say this is ad spam. Thanks for sharing though...
  6. Err

    popup window

    @jibo: I was talking about the pop-up it's self. @dorothy: I don't know what's causing that problem. I specifically design, validate and test my pages across all major browsers. Perhaps you need to clear out your old cache.
  7. Err

    Gabbly Chat

    Join in people.@Cronthenoob & RabbidMonk: Yeah... I saw you guys' messages, I just wasn't there to post any replies. sorry.
  8. Err

    Gabbly Chat

    Me and Choco where chatting on it yesterday. I'm glad everyone likes it. My browser stayed on, so I went to work and came back already and it's still on. This does work in Firefox, the devolpers of this chat are working on making it more browser compatiable. This can so-to-speak be our off-topic discussion. It's about that time to upgrade justsomeguy Just get firefox instead of IE.
  9. Yeah it is. hr { border-bottom: 2px dashed black;} <hr />
  10. Err

    Using CSS to alter <input>

    What's the problem?The only thing I see in the CSS is that border is spelt wrong. It should be: border: 1px solid #6c6c6c;
  11. Err

    popup window

    Like the one on this page?[removed]
  12. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Welcome to Advanced Healing :: Live Healthy. Stay Healthy.</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">#dropmenudiv{position:absolute;border-bottom-width: 0;font:normal 10px Verdana;line-height:18px;z-index:100;}#dropmenudiv a{width: 100%;display: block;text-indent: 3px;padding: 1px 0;text-decoration: none;font-weight: bold;}#dropmenudiv a:hover{ /*hover background color*/background-color: Yellow;}.style2 {font-size: xx-small}.style4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; font-weight: bold; color: #663366;}.style5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; color: #663366;}a:link { text-decoration: none;}a:visited { text-decoration: none;}a:hover { text-decoration: underline;}a:active { text-decoration: none;}</style><script type="text/javascript">/************************************************ AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)* This notice MUST stay intact for legal use* Visit [url="http://www.dynamicdrive.com/"]http://www.dynamicdrive.com/[/url] for full source code***********************************************///Contents for menu 1var menu1=new Array()menu1[0]='<a href="http://www.youngliving.us">Immunity</a>'menu1[1]='<a href="http://www.youngliving.us">Weight Management</a>'menu1[2]='<a href="http://www.youngliving.us">Enzymes</a>'menu1[3]='<a href="http://www.youngliving.us">Digestive Aids</a>'menu1[4]='<a href="http://www.youngliving.us">Liver</a>'menu1[5]='<a href="http://www.youngliving.us">Bone and Join</a>'menu1[6]='<a href="http://www.youngliving.us">Cardio Health</a>'menu1[7]='<a href="http://www.youngliving.us">Heavy Metals</a>'menu1[8]='<a href="http://www.youngliving.us">Female Health</a>'menu1[9]='<a href="http://www.youngliving.us">Male Health</a>'menu1[10]='<a href="http://www.youngliving.us">Dietary Supplements</a>'menu1[11]='<a href="http://www.youngliving.us">Urinary Tract Support</a>'menu1[12]='<a href="http://www.youngliving.us">Nutritional Collections</a>'//Contents for menu 2, and so onvar menu2=new Array()menu2[0]='<a href="http://cnn.com">Skin Care</a>'menu2[1]='<a href="http://msnbc.com">Bath and Shower</a>'menu2[2]='<a href="http://news.bbc.co.uk">Hair Care</a>'menu2[3]='<a href="http://cnn.com">Deodorants</a>' var menuwidth='100px' //default menu widthvar menubgcolor='lightyellow' //menu bgcolorvar disappeardelay=250 //menu disappear speed onMouseout (in miliseconds)var hidemenu_onclick="yes" //hide menu when user clicks within menu?/////No further editting neededvar ie4=document.allvar ns6=document.getElementById&&!document.allif (ie4||ns6)document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')function getposOffset(what, offsettype){var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;var parentEl=what.offsetParent;while (parentEl!=null){totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;parentEl=parentEl.offsetParent;}return totaloffset;}function showhide(obj, e, visible, hidden, menuwidth){if (ie4||ns6)dropmenuobj.style.left=dropmenuobj.style.top="-500px"if (menuwidth!=""){dropmenuobj.widthobj=dropmenuobj.styledropmenuobj.widthobj.width=menuwidth}if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")obj.visibility=visibleelse if (e.type=="click")obj.visibility=hidden}function iecompattest(){return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body}function clearbrowseredge(obj, whichedge){var edgeoffset=0if (whichedge=="rightedge"){var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15dropmenuobj.contentmeasure=dropmenuobj.offsetWidthif (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth}else{var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffsetvar windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18dropmenuobj.contentmeasure=dropmenuobj.offsetHeightif (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeightif ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge}}return edgeoffset}function populatemenu(what){if (ie4||ns6)dropmenuobj.innerHTML=what.join("")}function dropdownmenu(obj, e, menucontents, menuwidth){if (window.event) event.cancelBubble=trueelse if (e.stopPropagation) e.stopPropagation()clearhidemenu()dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudivpopulatemenu(menucontents)if (ie4||ns6){showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)dropmenuobj.x=getposOffset(obj, "left")dropmenuobj.y=getposOffset(obj, "top")dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"}return clickreturnvalue()}function clickreturnvalue(){if (ie4||ns6) return falseelse return true}function contains_ns6(a, {while (b.parentNode)if ((b = b.parentNode) == a)return true;return false;}function dynamichide(e){if (ie4&&!dropmenuobj.contains(e.toElement))delayhidemenu()else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))delayhidemenu()}function hidemenu(e){if (typeof dropmenuobj!="undefined"){if (ie4||ns6)dropmenuobj.style.visibility="hidden"}}function delayhidemenu(){if (ie4||ns6)delayhide=setTimeout("hidemenu()",disappeardelay)}function clearhidemenu(){if (typeof delayhide!="undefined")clearTimeout(delayhide)}if (hidemenu_onclick=="yes")document.onclick=hidemenu</script></head><body bgcolor="#BACE99" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0"><body><table width="936" bgcolor="#FFFFFF" border="0" align="center" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td colspan="3" rowspan="2" valign="top" bgcolor="#7A619A"><img src="IMAGES/untitled.jpg" width="185" height="125"></td> <td height="90" colspan="14" valign="top"><img src="IMAGES/HEADER/LAVENDERv2.jpg" width="751" height="90"></td> </tr> <tr> <td height="35" colspan="3" align="center" valign="middle" bgcolor="#663366" ><span class="style2"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif"><a href="ESSENTIAL OILS.html">Essential Oils</a></font></span></td> <td width="125" align="center" valign="middle" bgcolor="#663366"></font><a href="file:///C|/1)%20DESIGN/YOUNG%20LIVING/default.htm" class="style2" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif">Nutritional Supplements</font></a></td> <td colspan="3" valign="middle" bgcolor="#663366"><div align="center" class="style2"><a href="file:///C|/1)%20DESIGN/YOUNG%20LIVING/default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, '150px')" onMouseout="delayhidemenu()"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif">Personal Care</font></a></div></td> <td colspan="3" align="center" valign="middle" bgcolor="#663366"><span class="style2"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif">KidScents</font></span></td> <td width="123" align="center" valign="middle" bgcolor="#663366"><span class="style2"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif">Massage</font></span></td> <td colspan="3" align="center" valign="middle" bgcolor="#663366"><span class="style2"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif">Contact</font></span></td> </tr> <tr bgcolor="#999999"> <td height="10" colspan="17" valign="top"><img src="IMAGES/HEADER/low-bar.jpg" width="936" height="10"></td> </tr> <tr bgcolor="#999999"> <td height="35" colspan="3" valign="top" bgcolor="#EBEBEB"><!--DWLayoutEmptyCell--> </td> <td width="22"></td> <td width="16"></td> <td width="87"></td> <td></td> <td width="8"></td> <td width="11"></td> <td width="110"></td> <td width="110"></td> <td width="11"></td> <td width="6"></td> <td></td> <td width="90"></td> <td width="16"></td> <td width="16"></td> </tr> <tr bgcolor="#999999"> <td colspan="3" rowspan="3" align="center" valign="middle" bgcolor="#EBEBEB"><img src="IMAGES/jessandgab.jpg" width="143" height="118"></td> <td height="19"> </td> <td valign="top" bgcolor="#EBEBEB"><!--DWLayoutEmptyCell--> </td> <td colspan="10" valign="middle" bgcolor="#EBEBEB"><span class="style4">Featured Products</span></td> <td valign="top" bgcolor="#EBEBEB"><!--DWLayoutEmptyCell--> </td> <td> </td> </tr> <tr bgcolor="#999999"> <td height="25"></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr bgcolor="#999999"> <td height="73"></td> <td></td> <td colspan="3" rowspan="3" valign="top"><!--DWLayoutEmptyCell--> </td> <td></td> <td colspan="2" rowspan="3" valign="top"><!--DWLayoutEmptyCell--> </td> <td></td> <td colspan="3" rowspan="3" valign="top"><!--DWLayoutEmptyCell--> </td> <td></td> <td></td> </tr> <tr bgcolor="#999999"> <td width="21" rowspan="5" valign="top" bgcolor="#EBEBEB"><!--DWLayoutEmptyCell--> </td> <td width="143" height="16" valign="top" bgcolor="#EBEBEB"><!--DWLayoutEmptyCell--> </td> <td width="21" rowspan="5" valign="top" bgcolor="#EBEBEB"><!--DWLayoutEmptyCell--> </td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr bgcolor="#999999"> <td rowspan="4" valign="top" bgcolor="#EBEBEB"><p class="style5">Welcome to Young Living and the online home of ADVANCED HEALING MASSAGE AND OILS. We pride ourselves on providing personalized service and quality natural products to protect your family, health and home.</p> <p class="style5"> Thank you for visiting.</p></td> <td height="130"></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr bgcolor="#999999"> <td height="35"></td> <td></td> <td> </td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr bgcolor="#999999"> <td height="219"></td> <td></td> <td colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td> <td> </td> <td colspan="2" valign="top"><!--DWLayoutEmptyCell--> </td> <td></td> <td colspan="3" valign="top"><!--DWLayoutEmptyCell--> </td> <td></td> <td></td> </tr> <tr bgcolor="#999999"> <td height="31"></td> <td></td> <td> </td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr bgcolor="#999999"> <td height="10" colspan="17" valign="top"><img src="IMAGES/HEADER/low-bar.jpg" width="936" height="10"></td> </tr></table></body></html> Hi. Can you please use for your codes? Your code takes up a lot of space on the page.Just looking at the code the background problem is probably because on your table cell spliter ([b]<tr>[/b]) you have the [b]bgcolor[/b] of [b]#999999[/b], which is a darker gray. You would have to remove them from your table to make that color go away. You have 2 [b]<body>[/b] tags, you're only suppose to have one and on one of those body tags you have a [b]bgcolor[/b] of [b]#BACE99[/b] which is not gray, however I don't know if you wanted it your background or what. As for your links, you have no color attachted to them (in your CSS styles), so by default they will be blue, and once you click a link, it will turn purple becuase you have visited it (Which is probably what you're talking about), all those colors are default unless you change them.Based off of that, I'll give you these links inorder to help find your solution:> CSS Color Names> CSS Pseudo-classes (Links)> body tag> TR Background [/font]
  13. Err

    Gabbly Chat

    I guess this goes here.I found this really cool chat that works with these forums, no installation, just a link. That simple.Click here to try itBasically it's this free IM chat room anyone can join in at any time. Not like one HUGE chat room, but a linked defined chat only for this site and anyone who visits it. No sign up/in or anything, just click the link and you're reading to start chatting. The thing I really like about this is that it works even if you are browsing these forums, meanwhile you can be chatting. I thought it was really neat. Yes you can have your own screen name.I checked the "Gabbly" chat site... All seems to check out. :)edit: if doesn't work the first time you click it, try it again.Cool Tips:- Chat window is resizable.- Chat window can be docked to the bottom (Horizontially) or left (Vertically) side of your browser of the page you are viewing.- Refresh to change your screen name color.- Click on a screen name to "mute" or block that users messages.Try it out folks.
  14. Err

    Other aspects

    It's already been asked.Teh Link:http://w3schools.invisionzone.com/index.php?showtopic=5790The whole thing came to an anwser of "no", unfortunately.
  15. I know what you mean. Nope, you can't. You can add the address bar at the top though, and the address will appear in the address bar instead of in the title. location=yes
  16. Well you have to have content inside the body tag for it to work first. I would recommend: <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p> Use that as dummy text.@reportingsjr: Actually the way he's adding the ">" (Greater Than Symbol) as ">" is the proper way to add that to the title. But you guys forgot to add the semicolon (;) at the end of that code, just in case you missed it.
  17. LOL. aspnetguy is going through some "changes". :)As for the topic at hand, I really don't pay attention to those kind of things, so I've never really noticed that.
  18. Err

    IE help -.-

    meh, try to make your css for your navi width a bit bigger: #nav{width:536px; height:33px; margin:0 auto}
  19. Err

    Hover menu problems..

    I don't see anything wrong with your navigation menu. When I hover over it (in both FF and IE browsers) I see the background color and text color change... from what I understood that is what you wanted right?By the way font-color is an attribute that doesn't exist. If you wanted to affect the target text color, it would be just color without the "font-" part.
  20. Oh I see, you thought it was a meta tag that was doing that on Firefox. Nope, I used a script for that.As for the transition working on the latest Opera Browser, I was kind of amazed myself. The old version of Opera I had didn't do that transition correctly, until I upgraded today after seeing Jonas' comment about it working on Opera... I was like "cool".
  21. Err

    SOS! Help needed.

    Ebay suggested you here?! Awsome! We get some recognition now. :)As for what you're trying to do... since you need a new layout, this is diffently beyond simple help. I would suggest looking online for free layouts and changing what you see fit. That or learn the code and make it yourself or hire/ask a web designer to help you code your site for you images aside .Although, maybe someone here is friendly enough to give you a very big helping hand.
  22. There is very little you can do to your MySpace page to make it compatible to ALL browsers. Reason being that MySpace restricts use of some code that could be helpful. Also you can't code your own HTML there, but you only have the advantage of messing with CSS, which can only do so much. BTW isn't there an option that lets you auto start music and un-auto-start it?
  23. http://www.dynamicdrive.com/dynamicindex6/clock3.htm^ Is the script you are looking for. That place also tells you how to implement it into your webpage/site.
  24. I'm a dude. I was able to do that with the help of another member here in the w3schools forums (Teh link).Firefox is trying to be like IE?! Oh no! It's the end of the world! Heck even though Firefox doesn't have some neat options (transitions, scroll bar colors, custom cursers, etc) like IE, I would still prefer FF over IE anytime mainly because of the user controlled options a FF user has. Web page things can be "fixed" to work on FF anyways. So it's not too deep of a concern for me.
×
×
  • Create New...