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.

0 Endorsements
~31.0K People Reached

70 Posted Topics

Member Avatar for suavedesign

Is there a way to apply background-blend-mode: multiply; to only a part of the background image? I have a background image on a div. I only want the bottom half of that image to also have a colored background, blended with the image. How can I do that, without having …

Member Avatar for diafol
0
96
Member Avatar for suavedesign

I am looking to make my client's ecommerce website responsive. Is there anything that I should specifically include or not include on the homepage for the responsive version?

0
195
Member Avatar for suavedesign

I am using javascript for a responsive collapsable nav. I have used this script in the past successfully, but now it's not working. The url is [http://www.piscesprep.com/index](http://www.piscesprep.com/index). index.php is calling the responsive-nav.js and this is the code on my inc_nav.php: <a href="#nav" class="menu" id="toggle"></a> <div role="navigation"> <div id="nav" class="nav-collapse"> <?php …

Member Avatar for diafol
0
115
Member Avatar for suavedesign

I have section blocks on my site, with menu tabs on top of the first section. I want to make the tabs scroll with the user so that it appears to show up on top of each section, but without seeing it scroll- see my page: [http://www.chailifeline.org/events/win4chai/](http://www.chailifeline.org/events/win4chai/) Any tutorials to …

Member Avatar for DaveAmour
0
68
Member Avatar for suavedesign

I am trying to make a section block on my website scroll on top of the section before it. This works with jquery, however, instead of scrolling slowly over the previous block, it covers it completely at once, and you can't read the first block. I tried adding a div …

Member Avatar for mattster
0
134
Member Avatar for suavedesign

I have a flash movie that used to look fine in all browsers, and suddenly stopped working. Can anyone help? [http://sandsllp.com/](http://sandsllp.com/) works fine in all browsers besides ie

0
87
Member Avatar for suavedesign

Using jquey, I am making some elements on my site fade in and out. http://www.boneiolam.org/ns/ - The part I am referring to is on the grey background, under "services". How do I make the effect occur on only one instance of the element at a time? For example, when you …

Member Avatar for suavedesign
0
214
Member Avatar for suavedesign

I am trying to use parallax scrolling for my website. So far, every tutorial I found for parallax scrolling only works with bacground images, which my site does not have. http://www.boneiolam.org/ns/index2.php is the url to my site. If you scroll down to the section with the news (light blue background), …

0
150
Member Avatar for suavedesign

I am trying to st my nav bar so that if one tab is removed, the rest of the tabs will just enlarge, and continue to take up the full nav bar width. How can I do that?

Member Avatar for almostbob
0
111
Member Avatar for suavedesign

I am trying to design a layout that is masonry style. I am having trouble with two things: 1) How can I get my images to remain in the same order, even as the browser width changes, and the columns move around? 2) When the browser screen gets smaller, the …

0
152
Member Avatar for suavedesign

I have an element (a nav bar) on my website that has fixed positioning. How can I make it be fixed only up to a certain point? The url: http://www.peresidences.com/index.php I want the nav bar to be fixed positioning only until it reaches under the picture, and then it should …

Member Avatar for suavedesign
0
816
Member Avatar for suavedesign

I am trying to open a page as a lighbox- and I dont know why its not working- the url is https://www.townehomecare.com/services- where it says "read more" in the middle of the page, I want that new page to open as a lightbox, but instead it opens a regular page. …

0
82
Member Avatar for suavedesign

I am having an issue with styling my website so that it should be compatible for a mobile device. On each page of my website, I have the logo floating left and the nav bar floating right. I want to make the nav bar bigger, but when I do, the …

Member Avatar for suavedesign
0
118
Member Avatar for suavedesign

I have a contact form on my site. Once the user presses "submit", he is redirected to a page with a message. I want, instead for the user to stay on that contact page on my website, and have the message appear right there on the page. How do I …

Member Avatar for JorgeM
0
199
Member Avatar for suavedesign

I need help figuring out an issue I am having on my website, http://rejuvenateusa.org/home.html. When the site is at full screen on my browser, it looks okay, but when I minimize my screen and get a scroll bar on the bottom, the content overflows onto the body of the site, …

0
78
Member Avatar for suavedesign

I made a jquery popup box, and I am having trouble getting the background of the page to darken when the windw pops up. The url to the page is http://rejuvenateusa.org/endorsements.html. Heres the code I am using: html: <div class="cover"></div> <div class="popup"> <div class="close"><img src="images/test_eherenfeldbig.jpg" /><button>close</button></div> </div> <div class="letters"> <div …

Member Avatar for suavedesign
0
7K
Member Avatar for suavedesign

the url to my site is [http://www.designstyleshome.com/products.php](http://www.designstyleshome.com/products.php) I am trying to set each image as width:100% so that I can make my design responsive. Each image is in a div called .product, which has a width of 100%. So why wont the image take up the entire width of div.product? …

Member Avatar for nauticalmac
0
173
Member Avatar for suavedesign

The link to my site is http://www.designstyleshome.com/index.php I want to make the middle section of the site have the grick background, and I want that the brick background should stretch endlessly, regardless of browser width. What is the best way to accomplish this? I tried width:100%; and it didnt work. …

Member Avatar for urtrivedi
0
105
Member Avatar for suavedesign

I am designing a parallax website. My url is http://www.chailifeline.org/events/letourdesimcha/index2.php For the first background image, I would like it to take up 100% of the browser at all times. if i set it to have a background-size:100% 100%; i get the effect i want, but the image is distorted. if …

Member Avatar for Ritesh_4
0
124
Member Avatar for suavedesign

my url is [http://www.chailifeline.org/events/letourdesimcha-new/index.php](http://www.chailifeline.org/events/letourdesimcha-new/index.php) How can i get the background image on top to stay as a full background border, no matter how much a user zoom out? it's width is set as 100%. I dont want to see any black background when I zoom out. How do i do …

Member Avatar for suavedesign
0
339
Member Avatar for suavedesign

My url is http://216.188.144.4/mental_health.php I have a closed quote, which is an image at the end of each italicized paragraph. The img is a span, inside a div. How can I make the img align so that it doesnt create a space between the second to last and last lines …

Member Avatar for JorgeM
0
177
Member Avatar for suavedesign

My url is [http://216.188.144.4/](http://216.188.144.4/) Can anyone help me figure this out: I am trying to get the nav bar to appear on top of the image. I dont know why there is a space between the image and the top of the screen, which is where the nav is now. …

Member Avatar for suavedesign
0
184
Member Avatar for suavedesign

How can i wrap my text around the image on this page? it's using a float, but i want it to wrap around the img of the hand. [http://www.mimahealthcare.com/about.php](http://www.mimahealthcare.com/about.php) thanks

Member Avatar for suavedesign
0
260
Member Avatar for suavedesign

I am trying to do something simple, but for some reason I am having trouble. I have a few images, that have the hover effect. I want that when the user hovers over the image, he should see a different image on top. (It is thumbnail images, and I want …

Member Avatar for iLikePHP
0
177
Member Avatar for suavedesign

I am having a hard time figuring out why the inner pages of my website are not centered when viewed in IE (IE10 is fine, the older versions are giving me the problem.) Although the home page is centered, it ignores the margin:0 auto; on the inner pages. This is …

Member Avatar for suavedesign
0
93
Member Avatar for suavedesign

I am trying to make a dotted horizontal line between a column of names and a column of numbers. how do I do this using css? here's a url to see what I mean: [http://www.lose4autism.org/index2.php](http://www.lose4autism.org/index2.php) in the box titled "top fundraisers" there is a list of names, with a dollar …

Member Avatar for suavedesign
0
3K
Member Avatar for suavedesign

I have an img on my site that I want to be positioned absolute. The problem is that it jumps around when the screen is resized. I made the container div have position:relative; so I don't know why this is happening. This is the url to my site: [http://www.windowsauction.org/](http://www.windowsauction.org/) The …

Member Avatar for suavedesign
0
154
Member Avatar for suavedesign

I am having trouble with IE stylesheets. I have a few separate style sheets for my website- for ie6, ie7, ie8. I am using a conditional comment to link my index.php to these stylesheets, and ie is not reading the styles. This is the code for my condintional comment: <!--[if …

Member Avatar for JorgeM
0
1K
Member Avatar for suavedesign

I am trying to align some text vertically with an image next to it, as in: [http://204.10.65.195/get_involved.php](http://204.10.65.195/get_involved.php) On the bottom half of the page, you can see that I have a bunch of images, each one with some text next to it. I want the text to appear in the …

Member Avatar for flashhtml5
0
313
Member Avatar for suavedesign

I have a page on my website that has three columns of images. I want to use responsive web design to resize it, so that when the screen gets smaller, it becomes two columns, and when it gets even smaller, the design should become 1 column. I want to use …

Member Avatar for pritaeas
0
135
Member Avatar for suavedesign

Hi, I am creating a website using a predesigned template. There is some javascript that enables the user to zoom in on an image. I dont know javascript, and I want to know how to disable the zoom for some images. This is the link to my site:[http://www.suavedesign.net/works.html](http://www.suavedesign.net/works.html) Please go …

Member Avatar for iamthwee
0
2K
Member Avatar for suavedesign

How do I delay an animation in jquery? I have a <p> in to the page as soon as the page loads. I have another <p> that I want to slide in only after the first <p> finishes coming in, and then I want an image to move when that …

Member Avatar for pixelsoul
0
116
Member Avatar for suavedesign

Hi, I am using jquery to make some text scroll in to my web page. I want to know how to make it appear slowly. This is the script I am using: $(document).ready(function() { $('p').animate({"left":"300px", },"500"); }); I tried this, to make it go slower: $(document).ready(function() { $('p').animate({"left":"300px", },"500","slow"; }); …

Member Avatar for pritaeas
0
181
Member Avatar for suavedesign

What is a scalable image? If a client wants his logo to be "scalable", what exactly does that mean? Can I create it as a regular logo, and then just save it as .svg, or do I have to create the logo in a certain way? Thanks.

Member Avatar for JorgeM
0
470
Member Avatar for suavedesign

Can anyone tell me what is making my website load so slowly? My url is [www.beatlesongprofiles.com](http://www.beatlesongprofiles.com). I would really appreciate some insight into this issue. What can I do to make this site load faster? Thanks!

Member Avatar for pritaeas
0
124
Member Avatar for suavedesign

Hi, I am looking for a tutorial to make an faq list with answers that pop-up, similar to this page:[http://www.lifewave.com/faq.asp](http://www.lifewave.com/faq.asp) I googled, and couldnt find anything. can anyone give me a link to a tutorial? Thanks.

Member Avatar for pritaeas
0
50
Member Avatar for suavedesign

I am using mozilla firefox version 16.0.2, which I think is the latest version. My website ([www.accupresh.com](http://www.accupresh.com)) looks perfect when I check it there. Can it be that an earlier version of firefox would look differently? And is there a way for me to check it? (Because my client sent …

Member Avatar for <M/>
0
80
Member Avatar for suavedesign

Hi, I have two paragraphs, and I am trying to get the second one to float:left; But the paragraph just stays where it is, without floating. I added `<div class="clear"></div>` to my html, but that did not help. Can anyone see what I am doing wrong? Url is [www.accupresh.com](http://www.accupresh.com) Thank …

Member Avatar for gon1387
0
107
Member Avatar for suavedesign

Everything on my site looks fine when viewed from a normal, 100% zoom. When I zoom either in or out, the slogan and some other info on the header jump around on the page- either to the left or to the right. How can I fix this issue? The url …

Member Avatar for suavedesign
0
136
Member Avatar for suavedesign

How can I make a nav bar stretch the entire width of the browser (every size browser, even when zoomed in or out) without getting a horizontal scroll bar? The url to my site is [www.accupresh.com](http://www.accupresh.com). I have a nav bar that I want to be stretched to fill the …

Member Avatar for suavedesign
0
5K
Member Avatar for suavedesign

I am using a wordpress template, and being that it's written in php, which I'm not so familiar with, I want to know the following: Is there a way for me to add code to the index.html of my template? What I want to do is make a solid white …

Member Avatar for veedeoo
0
126
Member Avatar for suavedesign

I am trying to embed a banner ad into my website. I uploaded "ac_run_active_content.js" onto my server, but when the page loads, the flash banner does not appear. Instead, I get the message, "This page requires "ac_run_active_content.js". Can anyone give me any tips as to why I get this error, …

Member Avatar for pritaeas
0
77
Member Avatar for suavedesign

I am having a problem with my JS slideshow- it works perfectly in IE. I checked firefox, and for some reason, I just see the first image of the slide. Even if I manually press the next arrow, nothing happens. Here's a link to my site: [http://www.wordpress.suavedesign.net](http://www.wordpress.suavedesign.net) I'm not sure …

Member Avatar for pritaeas
0
129
Member Avatar for suavedesign

I am a web designer and I wanted some tips in the following area: Until now, I only built websites using dreamweaver, without any cms platform. If I want my client to be able to edit the site on their own, after I finish building the site, I know I …

Member Avatar for bestwsd
0
73
Member Avatar for suavedesign

I have a question for professional web designers. Do I must make my website compatible for smaller devices such as IPhones, or is that a nice "extra" thing to do? I dont really know how, as I never did before, so before I spend hours on this, I want to …

Member Avatar for pritaeas
0
57
Member Avatar for suavedesign

I have a website with embeded mps files. On ie9, you can see that it works fine; the media file shows up, you can press play, and it works. Here's the problem: In firefox, the mp3 player doesnt show up, and a pop-up message says that additional plugins are needed. …

Member Avatar for Helianthus
0
189
Member Avatar for suavedesign

I am having trouble with background images showing up in IE7. While everything looks fine in IE9, firefox, and chrome, when I checked on IE7, I see that none of the background:url (images/image); show up in my browser. Anyone know why, or a work-around for this?? Any help would be …

Member Avatar for JorgeM
0
95
Member Avatar for suavedesign

I have an issue, that I really need help with: The url to my site is [URL="http://www.totalrecallsolutions.com/corporate"]www.totalrecallsolutions.com/corporate[/URL] I was having an issue with the text on the homepage (ndex.html) not shpwing up. I then downloaded a new, updated cufon-yui.js, to replace the one I had on my site. This fixed …

Member Avatar for PhilEaton
0
111
Member Avatar for suavedesign

I embeded 3 mp3 files into my website, to play when the user clicks "play". While this works fine in IE, in Chrome, they all start playing when the site is launched. Even though my code says " autostart="false" Here is the code I am using: <embed src="aharddaysnight.mp3"width="140" height="40" autostart="false" …

Member Avatar for suavedesign
0
119
Member Avatar for suavedesign

I am using the following code to embedd an mp3 file into my html document: <embed src="aharddaysnight.mp3" width="140" height="40" autostart="false" loop="FALSE"></embed> In IE, this works fine, as an mp3 player with controls automatically shows up. In FF, however, a pop-up appears that says additional plug-ins are needed. When I click …

Member Avatar for JorgeM
0
68

The End.