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
~4K People Reached
Interests
Web Development, ASP.NET, HTML5, CSS3, JavaScript
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for khurram123

Hi Khurram123, using both min and max width just gives you extra control over your CSS, but as you already know, you can use only 1 or both. The code example below demonstrates: @media only screen and (min-width:960px){ /* styles for browser windows larger than 960px; */ } @media only …

Member Avatar for samuelmac
0
194
Member Avatar for RobertKramers

[QUOTE=ninjaimp;858965]you need a space before and after the "=" sign. That may help. Only enlcose your ID value in single quotes if is a text value.[/QUOTE] THANKYOU very much for this, it fixed my issue!!!

Member Avatar for samuelmac
0
3K

The End.