Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~3K People Reached
Favorite Tags
Member Avatar for samsnov

[I]Please I am sorry that I have to ask again this one below, 1st, thought I would like to contribute in solving some problems for people like me too but I haven`t found a thread that I have the knowledge to treat but promise to contribute when found one. [/I] …

Member Avatar for Suetan
0
107
Member Avatar for s.w.a

please i want a help to understand that statement: Access node’s DNS record should have CNAME entries equal to the number of protected websites’ domain names. The entry format should have the access-node ID as a sub-domain for each protected website domain name, i.e., “ANnumber.domainP.com”, this is to guarantee compatibility …

Member Avatar for s.w.a
0
81
Member Avatar for hsmukunda

Hi encountering rendering problems for IE for rounded corners. Rounded corners are rendered through an image. Images attached. We can clearly see in IE the part of below rounded corner appears next to Search caption in image. But in Firefox it renders properly. quick-search.gif is used for getting rounded corners. …

Member Avatar for kidwon
0
96
Member Avatar for crunkie

So we all know it's easy to put text over an image - you just set the image as a background. If you then open it in your browser, do 'select all' and 'copy', it won't copy the background image,just the text. What I would like to be able to …

Member Avatar for fuston05
0
143
Member Avatar for JayGeePee

I'm having a little trouble finding any kind of info on how to do what im going to ask. I have a list menu... How would I, or can I with an onclick event display more boxes. Heres what i mean. When someone clicks on cancel account for instance, when …

Member Avatar for Kraai
0
542
Member Avatar for apollokid

Hi All I can't figure out the selector name for the li item freshperspective. See I am trying to roll over the list item fresh perspective and have the list show underneath it. I can get it with the following css styling but It is visible when you roll over …

Member Avatar for ko ko
0
99
Member Avatar for PChuprina

Hello all, To my dismay i discovered my @font-face font is not working on the Safari mobile browser. I downloaded the font package from Fontsquirrel and yes it does have the font in its svg version. Here is the CSScode: [CODE] /* Generated by Font Squirrel ([url]http://www.fontsquirrel.com[/url]) on April 20, …

Member Avatar for ingeva
0
608
Member Avatar for shuka79

Hi Guys, I have got an issue with IE7 the site works fine in the rest of the current browsers but not IE7 Link to the page that this is happening on is [url]http://www.mkldesign.co.uk/sites/mccann/[/url] I have an img that I have set in the background so that when the browser …

Member Avatar for BSkiLLs
0
156
Member Avatar for nikita.chandra

hi! i m using css and html for designing of my website and if i execute my website on mozilla firefox all alignments are correct, but if i use internet explorer all mess up.. please help Thanks

Member Avatar for drjohn
0
373
Member Avatar for NewOrder

i have teh problem when i copy huge sections of text into Dreamweaver, DreamWeaver has no margins..so what happens is that it stretches the page width, resulting in a wide page of text. what i want to do is to break each line before it crosses the page. example. | …

Member Avatar for drjohn
0
132
Member Avatar for pakunoda

Hello to all! Can you please help me with my simple problem regarding to my image logo. i used div tag to my logo in order for me to position it in top left side of my web page. i thought everything's fine but when i try to minimized the …

Member Avatar for Usernamex235
0
91
Member Avatar for tyson.crouch
Re: HELP

Hi guys, I've got a small problem, though I have a feeling that it will be simple to fix. I just cant figure out how to do it! I'm currently running XAMPP/Tomcat as my web server, and having developed the site in JSP/JAVA, the only way i can access the …

Member Avatar for kidwon
0
97
Member Avatar for coliv

I've been stumped as to how I should code this menu in html/css. The fact that the text is right aligned, and the placement of the button background throws me off. Can anyone help me out/guide me in the right direction?

Member Avatar for kidwon
0
83
Member Avatar for riverbay_media

I am having a problem coding my web site, Please see attached screenshot for a visual. Here is the css and HTML code [CODE] <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> <!-- #nav_bar { height: 50px; width: 350px; margin: 0px; padding: 0px; } #nav_bar li …

Member Avatar for riverbay_media
0
79
Member Avatar for teedoff

Ok I have been messing with a drop shadow effect for about an hour or so and have it working great! One thing is, my page content is not perfectly centered anymore. Not sure if this would be a real problem, as the page seems to render well, but I …

Member Avatar for teedoff
0
159
Member Avatar for kidwon

Hey guys, Have you ever facing this bug in IE6 of body background image scaling? A png file repeating-x longer than the display and it's being scaled by IE6! Any ideas? 10x

Member Avatar for guyinpv
0
113
Member Avatar for Motorider

Okay, I know. As a certified webmaster I should be able to figure this out. but... could someone please help me. I am trying to place some text to the right of navigation links, within the same div. here is the html [ICODE]<div id="navigation"> <ul> <li><a href="#">Welcome</a></li> <li><a href="#">About</a></li> <li><a …

Member Avatar for Motorider
0
114
Member Avatar for UncleJoe

I hope this hasn't been beaten to death...I looked through the forums and didn't find what I needed. I have a form where an input (textbox) Change event populates several other inputs within the form via ajax...everything works famously when I comment out the Form::open('edit_product'), Form::button('submit', 'Save Product'),and Form::close() in …

Member Avatar for UncleJoe
0
211
Member Avatar for kidwon

Hi guys, This below is my code: [CODE]<script language="javascript" type="text/javascript"> function bc () { var bc = document.getElementsByTagName("BusinessCard"); for (var i=0; i < bc.length; i++) { var create_card = document.createElement("div"); create_card.setAttribute("class" , "BusinessCard" ); create_card.setAttribute("className" , "BusinessCard" ); document.getElementsByTagName("body")[0].appendChild(create_card); } } </script> </head> <body onload="bc()" > <BusinessCard> <Name>Somebody Somewhere</Name> <phone …

Member Avatar for kidwon
0
128