Paulie_D
-
how to do it?
@Rohithzr Dude, if you want us to take you seriously you have to drop the text-speak when posting here. Let's face it, if you were writing like that for a job how do you think you would be perceived?
-
limit background color to text only, not full width
If you want to treat a section of text separately you have to be able to target it. In this case, you need to wrap the required text in a span like this
-
How to remove grad background from style tag
Oh, I mis-read, I thought you meant the form background. The bg color of the select will be in the bootstrap css somewhere.
-
How to remove grad background from style tag
It's this on line 262 of your stylesheet #body { border-top: #dadada 1px solid; background: url("../img/top-bg.png") repeat-x; }
-
Page help!!!
In general you would have a separate HTML file for each page. You would only have (ideally) a single CSS file which would affect all the pages at the same time. Without getting too complicated, you can have separate CSS files for individual pages …
-
Page help!!!
So you do have 4 separate HTML files, one for each page...right?
-
Page help!!!
No...I'm just not understanding the problem. Without seeing the issue first hand we can't diagnose it properly. For instance...this However say my 'portfolio' page is underneath my 'home' page, so i just scroll do…
-
Page help!!!
Perhaps you could recreate your Code (HTML/CSS) in Codepen? I confess that I'm not entirely sure how this is all supposed to work.
-
how can i remove the bugs here [in disabling buttons]
Seems like an odd form of validation. Wouldn't it make more sense to always have the button enabled but not submit the data if the minimum criteria isn't met? Isn't that the normal way.
-
how can i remove the bugs here [in disabling buttons]
the problem is when user fills the data and then deletes it Why is this a problem?
-
how can i remove the bugs here [in disabling buttons]
Yeah..I'm not sure what it is you are trying to achieve. Some sort of proper validation would make more sense than the confusing stuff I can see here.
-
Using CSS media queries for smartphone & tablet, Site still loads too wide in viewport
Also, and it's not related...this is OK except for disabling the scale option. Some of us wear reading glasses you know. My 2c
-
Using CSS media queries for smartphone & tablet, Site still loads too wide in viewport
the screen size loads slightly wider than the viewport on mobile. Is this an iOS or Android issue? Is it browser specific? Chrome has a different definition of width than Firefox for instance.
-
Using CSS media queries for smartphone & tablet, Site still loads too wide in viewport
Also, when I re-size my laptop browser window to simulate a more narrow screen it doesn't use the tablet and smartphone CSS media query to shift the design dynamically, but if you view it on an iPad or iPhone the CSS media query works and di…
-
Display total number of registered users [Joomla]
http://extensions.joomla.org/extensions/site-management/analytics/visitors/6533?qh=YTo4OntpOjA7czo0OiJ1c2VyIjtpOjE7czo1OiJ1c2VycyI7aToyO3M6NjoidXNlcidzIjtpOjM7czo2OiJ1c2VycyciO2k6NDtzOjU6InVzZXInIjtpOjU7czo1OiIndXNlciI7aTo2O3M6NzoiY291bnRlciI7aTo3O3…
-
Statistics mobile internet users
Oh, that doesn't seem fair. If you want good, reliable data for the platforms visitors to W3Schools are using, that seems the best place to go. Not sure why you would care, but I suspect it's accurate . Why? http://w3fools.com/
-
Display total number of registered users [Joomla]
Which version of Joomla?
-
Statistics mobile internet users
I wouldn't believe anything that W3Schools puts out.
-
Display total number of registered users [Joomla]
Have you checked for a Joomla extension / plug in?
-
how to set up spry slideshow with filmstrip widget?
Easier than Spry...and it's built into DW
-
how to set up spry slideshow with filmstrip widget?
I wouldn't use Spry...Adobe have already dropped it. Try JQuery UI instead.
-
Printing button background image
How can I make it so that the buttons will be pretty and colorful when printed? Why would you want them to print...shouldn't you be printing the actual links anyway? A picture of a button is no use to anyone.
-
Printing button background image
There must be an error in your 'red' CSS for the last 'red' button as you can change the class to 'yellow' and it works fine. EDIT: There it is... height: 36px;
-
How to Achieve This Functionality without the Use of Adobe Flash
For the backgrounds it's not hard with multiple background images although the smoke animation might be a little difficult. The parallax scrolling based on mouse position would be dependent on JS but that's outside of my field of expertis…
-
how to left justify anythingslider instance
Right now I have the slider div directly inside a td element, Why is it in a table?
-
Help with Striped Text Border HTML CSS
Add it like an html image
-
How can I edit my posts in wordpress
We're sorry, but it would appear that our combined language skills aren't enough to help you. From the little I can understand I do think you would have to redesign the whole HTML or use a different theme entirely.
-
CSS Can you help me find the bug?
You haven't floated the main body (#main) but i think it will cause some issues if you do. It kind of depend on what it's supposed to look like...and we haven't seen that yet. Offhand, I think some HTML restructuring is required.