Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~4K People Reached
Favorite Forums

17 Posted Topics

Member Avatar for sallecpt

Whenever I have trouble with things overlapping wrong I mess with the "z-index" option. That might be something to try. So basically you want the "z-index" of your dropdown menu to be higher than anything else that is supposed to be under it.

Member Avatar for prasad.learner
0
713
Member Avatar for andrewliu

For the div tag: [code]style="z-index:80"[/code] For the table tag: [code]style="z-index:90"[/code] After this you can mess around with the margins, padding and float options...

Member Avatar for christinamarie1
0
651
Member Avatar for inplainsite

Hello all, I am currently developing a new website in asp.net, C#. I first designed the master page in Photoshop. I used a really cool pattern that I imported into Photoshop. I want to be able to put this on my website as a repeated image. My question is; How …

Member Avatar for maninaction
0
324
Member Avatar for SolidSolutions

First of all it shouldn't matter if it is in Vista or some other OS as long as the browsers are the same version. The OS isn't the element that is rendering the website to the end user. That is the job of the browser. Second, This sounds like there …

Member Avatar for SolidSolutions
0
150
Member Avatar for yHobZ16

You can also do this with straight CSS if you use the :hover attribute. You can apply this to any HTML element.

Member Avatar for fawadkhalil
0
343
Member Avatar for preetg

Gmail does not let you put pictures in with the text. You will have to attach the image to the email.

Member Avatar for preetg
0
78
Member Avatar for isalano

A basic forum is pretty easy. There are many free products out there with the forum already built that you can customize to look the way you want. Just search Google for "Free forum software."

Member Avatar for inplainsite
0
39
Member Avatar for sharkqt

Google also provides an internal search that you can put on your site. The search box will only search the contents of your website with a bot. You can also tell the bot where it can go and where it can't. Just in case you want to keep some folders …

Member Avatar for inplainsite
0
86
Member Avatar for rizvihaider72
Member Avatar for srilekha nikky

Why don't you just save the excel file as a CSV?(Comma Separated Values) This way you can import the CSV basically as a string and the split the string on commas. Then you will have an array of the emails.

Member Avatar for inplainsite
0
164
Member Avatar for jackparsana
Member Avatar for DrueY
Member Avatar for inplainsite
0
62
Member Avatar for george61

I have had some success with this if I specify the width of the div in the CSS. For Example: [code] .numy{ position: relative; width: 120px; margin-left: 535px; margin-top: -40px; } [/code]

Member Avatar for inplainsite
0
135
Member Avatar for andrewliu

I would probably use a percentage as your width. That way it will change as you resize the browser.

Member Avatar for andrewliu
0
113
Member Avatar for ofir0803

Did you try using "padding-right" or "margin-right"? You may even be able to make it so it just shows the overflow of the text.

Member Avatar for ofir0803
0
100
Member Avatar for effyl01
Member Avatar for rajarajan2017
0
100
Member Avatar for flyblackbox

The End.